Home
last modified time | relevance | path

Searched refs:fetch_anqp_in_progress (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dhs20_supplicant.c770 wpa_s->fetch_anqp_in_progress = 0; in hs20_osu_fetch_done()
781 wpa_s->fetch_anqp_in_progress = 0; in hs20_osu_fetch_done()
832 wpa_s->fetch_anqp_in_progress = 0; in hs20_osu_fetch_done()
1237 if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) { in hs20_fetch_osu()
1240 wpa_s->fetch_anqp_in_progress, in hs20_fetch_osu()
H A Dinterworking.c2702 wpa_s->fetch_anqp_in_progress, in interworking_next_anqp_fetch()
2705 if (eloop_terminated() || !wpa_s->fetch_anqp_in_progress) { in interworking_next_anqp_fetch()
2765 wpa_s->fetch_anqp_in_progress = 0; in interworking_next_anqp_fetch()
2779 wpa_s->fetch_anqp_in_progress = 1; in interworking_start_fetch_anqp()
2791 if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) in interworking_fetch_anqp()
2806 if (!wpa_s->fetch_anqp_in_progress) in interworking_stop_fetch_anqp()
2809 wpa_s->fetch_anqp_in_progress = 0; in interworking_stop_fetch_anqp()
H A Dwpa_supplicant_i.h1252 unsigned int fetch_anqp_in_progress:1; member
H A Dctrl_iface.c9285 if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) { in wpas_ctrl_scan()