Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c1631 if (!wpa_s->fetch_anqp_in_progress) in interworking_next_anqp_fetch()
1664 wpa_s->fetch_anqp_in_progress = 0; in interworking_next_anqp_fetch()
1678 wpa_s->fetch_anqp_in_progress = 1; in interworking_start_fetch_anqp()
1685 if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) in interworking_fetch_anqp()
1699 if (!wpa_s->fetch_anqp_in_progress) in interworking_stop_fetch_anqp()
1702 wpa_s->fetch_anqp_in_progress = 0; in interworking_stop_fetch_anqp()
Dwpa_supplicant_i.h587 unsigned int fetch_anqp_in_progress:1; member