diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2012-08-28 13:14:13 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-08-28 13:14:13 (GMT) |
commit | 4d5bda5fca79c221f7714ffb85114d7b6bf4f9ff (patch) | |
tree | 4262aa0f3a07695bfedaf6b9fb42635b63914142 /wpa_supplicant/interworking.h | |
parent | b1f122964e862bcb15d0237b4b852429957b7ebc (diff) | |
download | hostap-4d5bda5fca79c221f7714ffb85114d7b6bf4f9ff.zip hostap-4d5bda5fca79c221f7714ffb85114d7b6bf4f9ff.tar.gz hostap-4d5bda5fca79c221f7714ffb85114d7b6bf4f9ff.tar.bz2 |
Interworking: Add optional use of network selection on normal scans
auto_interworking=1 configuration parameter can be used to request
wpa_supplicant to use Interworking network selection automatically as a
part of the normal (non-Interworking) network selection if the scan
results do not match with enabled networks. This makes scanning work
similarly to the "interworking_select auto" command.
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/interworking.h')
-rw-r--r-- | wpa_supplicant/interworking.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/interworking.h b/wpa_supplicant/interworking.h index 60566e5..cb8438e 100644 --- a/wpa_supplicant/interworking.h +++ b/wpa_supplicant/interworking.h @@ -24,5 +24,6 @@ int interworking_fetch_anqp(struct wpa_supplicant *wpa_s); void interworking_stop_fetch_anqp(struct wpa_supplicant *wpa_s); int interworking_select(struct wpa_supplicant *wpa_s, int auto_select); int interworking_connect(struct wpa_supplicant *wpa_s, struct wpa_bss *bss); +void interworking_start_fetch_anqp(struct wpa_supplicant *wpa_s); #endif /* INTERWORKING_H */ |