openwrtv4/package/network/services/hostapd
Jo-Philipp Wich 633c35aaa4 hostapd: fix stray "out of range" shell errors in hostapd.sh
The hostapd_append_wpa_key_mgmt() procedure uses the possibly uninitialized
$ieee80211r and $ieee80211w variables in a numerical comparisation, leading
to stray "netifd: radio0 (0000): sh: out of range" errors in logread when
WPA-PSK security is enabled.

Ensure that those variables are substituted with a default value in order to
avoid emitting this (harmless) shell error.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-23 14:55:46 +01:00
..
files hostapd: fix stray "out of range" shell errors in hostapd.sh 2017-01-23 14:55:46 +01:00
patches hostapd: backport a few upstream fixes 2017-01-15 14:53:28 +01:00
src/src network/services/hostapd: move whole files outside of patches and drop Build/Prepare rule in favor of default one 2016-10-15 11:36:51 +02:00
Config.in hostapd: Add ability to specify that that wireless driver supports 802.11ac 2016-12-20 16:24:22 +01:00
Makefile hostapd: fix stray "out of range" shell errors in hostapd.sh 2017-01-23 14:55:46 +01:00