Searched refs:fetch_anqp_in_progress (Results 1 – 3 of 3) sorted by relevance
471 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()
2480 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()
808 unsigned int fetch_anqp_in_progress:1; member