mac80211: add support for the noscan option for skipping the initial scan on hostapd startup
SVN-Revision: 20089
This commit is contained in:
parent
7fdbfef92f
commit
ddb6eb9d51
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ mac80211_hostapd_setup_base() {
|
|||
config_get country "$device" country
|
||||
config_get hwmode "$device" hwmode
|
||||
config_get channel "$device" channel
|
||||
config_get_bool noscan "$device" noscan
|
||||
[ -n "$channel" -a -z "$hwmode" ] && wifi_fixup_hwmode "$device"
|
||||
[ "$channel" = auto ] && channel=
|
||||
[ -n "$hwmode" ] && {
|
||||
|
@ -71,6 +72,7 @@ tx_queue_data0_burst=1.5
|
|||
${hwmode:+hw_mode=$hwmode}
|
||||
${channel:+channel=$channel}
|
||||
${country:+country_code=$country}
|
||||
${noscan:+noscan=$noscan}
|
||||
$base_cfg
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue