diff options
| -rw-r--r-- | wpa_supplicant/.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wpa_supplicant/.config b/wpa_supplicant/.config index 84e74bbf..6ec0a79d 100644 --- a/wpa_supplicant/.config +++ b/wpa_supplicant/.config @@ -302,6 +302,10 @@ CONFIG_NO_RANDOM_POOL=y # IEEE 802.11n (High Throughput) support (mainly for AP mode) CONFIG_IEEE80211N=y +# Roaming flag (Android specific) +# Roaming code is enabled by default in wpa_supplicant, but it is +# wrapped around this flag in Android. +CONFIG_ROAMING=y # Select program entry point implementation: # main = UNIX/POSIX like main() function (default) |
