diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2013-12-13 02:39:00 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-02-25 23:24:24 (GMT) |
commit | a6739e191ea46fd0646411c6b390da9fc3d1d6f4 (patch) | |
tree | 05d04856e80f6119b4204801137d2164348a0bfd /wpa_supplicant/hs20_supplicant.h | |
parent | cf6d08a63f095b1fe19ba8ca71072b7cffd738ff (diff) | |
download | hostap-a6739e191ea46fd0646411c6b390da9fc3d1d6f4.zip hostap-a6739e191ea46fd0646411c6b390da9fc3d1d6f4.tar.gz hostap-a6739e191ea46fd0646411c6b390da9fc3d1d6f4.tar.bz2 |
HS 2.0R2: Try to scan multiple times for OSU providers
Scan operation is not that reliable, so try couple of times if no
OSU provider matches are found during fetch_osu command.
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/hs20_supplicant.h')
-rw-r--r-- | wpa_supplicant/hs20_supplicant.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/hs20_supplicant.h b/wpa_supplicant/hs20_supplicant.h index 9782528..88e5062 100644 --- a/wpa_supplicant/hs20_supplicant.h +++ b/wpa_supplicant/hs20_supplicant.h @@ -32,5 +32,6 @@ void hs20_osu_icon_fetch(struct wpa_supplicant *wpa_s); int hs20_fetch_osu(struct wpa_supplicant *wpa_s); void hs20_cancel_fetch_osu(struct wpa_supplicant *wpa_s); void hs20_icon_fetch_failed(struct wpa_supplicant *wpa_s); +void hs20_start_osu_scan(struct wpa_supplicant *wpa_s); #endif /* HS20_SUPPLICANT_H */ |