aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorEyal Shapira <eyal@wizery.com>2012-01-24 18:24:15 +0200
committerArik Nemtsov <arik@wizery.com>2012-08-02 13:01:43 +0300
commit237c5f798c43589792704b16fe3f03f857808cae (patch)
treeb3e4e8bde51c7b9a6dd4d449a69aa2e7e36614d8 /src/drivers
parent590300aec44dec0c6b5261954c859135517abaf6 (diff)
downloadexternal_wpa_supplicant_8_ti-237c5f798c43589792704b16fe3f03f857808cae.zip
external_wpa_supplicant_8_ti-237c5f798c43589792704b16fe3f03f857808cae.tar.gz
external_wpa_supplicant_8_ti-237c5f798c43589792704b16fe3f03f857808cae.tar.bz2
wpa_s: Disable bgscan and roaming when driver support is limited
Some drivers are limited in certain conditions (e.g. wl12xx on multi role with a single channel) and would like wpa_s to disable bgscan and roaming attempts in these situations. Signed-off-by: Eyal Shapira <eyal@wizery.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/driver_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/driver_common.c b/src/drivers/driver_common.c
index 81856aa..c2af408 100644
--- a/src/drivers/driver_common.c
+++ b/src/drivers/driver_common.c
@@ -78,6 +78,8 @@ const char * event_to_string(enum wpa_event_type event)
E2S(DRIVER_CLIENT_POLL_OK);
E2S(EAPOL_TX_STATUS);
E2S(CH_SWITCH);
+ E2S(ROAMING_ENABLED);
+ E2S(ROAMING_DISABLED);
}
return "UNKNOWN";