[PATCH v2] hostapd: enable background scanning in wpa_supplicant_full

Florian Eckert eckert.florian at googlemail.com
Wed Oct 7 16:50:12 EDT 2020


> >>>  # For exponential module:
> >>> -#CONFIG_AUTOSCAN_EXPONENTIAL=y
> >>> +CONFIG_AUTOSCAN_EXPONENTIAL=y
> >>>  # For periodic module:
> >>> -#CONFIG_AUTOSCAN_PERIODIC=y

> >>>  # operations for roaming within an ESS (same SSID). See the bgscan parameter in
> >>>  # the wpa_supplicant.conf file for more details.
> >>>  # Periodic background scans based on signal strength
> >>> -#CONFIG_BGSCAN_SIMPLE=y
> >>> +CONFIG_BGSCAN_SIMPLE=y
> >>>  # Learn channels used by the network and try to avoid bgscans on other
> >>>  # channels (experimental)
> >>>  #CONFIG_BGSCAN_LEARN=y

This change enables the config options CONFIG_BGSCAN_* and CONFIG_AUTOSCAN_*
But we only configure CONFIG_BGSCAN_* via hostapd.sh with the uci
option *roam_rssi_threshold* in this change.
But should we not als make CONFIG_AUTOSCAN configurable via hostapd.sh?

#autoscan=<autoscan module name>:<module parameters>

Kind regards

Florian



More information about the openwrt-devel mailing list