Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.c471 wpa_s->fetch_anqp_in_progress = 0; in hs20_osu_fetch_done()
520 wpa_s->fetch_anqp_in_progress = 0; in hs20_osu_fetch_done()
833 if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) { in hs20_fetch_osu()
836 wpa_s->fetch_anqp_in_progress, in hs20_fetch_osu()
Dinterworking.c2480 wpa_s->fetch_anqp_in_progress, in interworking_next_anqp_fetch()
2483 if (eloop_terminated() || !wpa_s->fetch_anqp_in_progress) { in interworking_next_anqp_fetch()
2538 wpa_s->fetch_anqp_in_progress = 0; in interworking_next_anqp_fetch()
2552 wpa_s->fetch_anqp_in_progress = 1; in interworking_start_fetch_anqp()
2559 if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) in interworking_fetch_anqp()
2574 if (!wpa_s->fetch_anqp_in_progress) in interworking_stop_fetch_anqp()
2577 wpa_s->fetch_anqp_in_progress = 0; in interworking_stop_fetch_anqp()
Dwpa_supplicant_i.h808 unsigned int fetch_anqp_in_progress:1; member