Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.c658 wpa_s->fetch_anqp_in_progress = 0; in hs20_osu_fetch_done()
667 wpa_s->fetch_anqp_in_progress = 0; in hs20_osu_fetch_done()
711 wpa_s->fetch_anqp_in_progress = 0; in hs20_osu_fetch_done()
1059 if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) { in hs20_fetch_osu()
1062 wpa_s->fetch_anqp_in_progress, in hs20_fetch_osu()
Dinterworking.c2593 wpa_s->fetch_anqp_in_progress, in interworking_next_anqp_fetch()
2596 if (eloop_terminated() || !wpa_s->fetch_anqp_in_progress) { in interworking_next_anqp_fetch()
2656 wpa_s->fetch_anqp_in_progress = 0; in interworking_next_anqp_fetch()
2670 wpa_s->fetch_anqp_in_progress = 1; in interworking_start_fetch_anqp()
2682 if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) in interworking_fetch_anqp()
2697 if (!wpa_s->fetch_anqp_in_progress) in interworking_stop_fetch_anqp()
2700 wpa_s->fetch_anqp_in_progress = 0; in interworking_stop_fetch_anqp()
Dwpa_supplicant_i.h931 unsigned int fetch_anqp_in_progress:1; member
Dctrl_iface.c7412 if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) { in wpas_ctrl_scan()