Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDbss.h20 #define WPA_BSS_ANQP_FETCH_TRIED BIT(6) macro
HDinterworking.c2667 if (!(other->flags & WPA_BSS_ANQP_FETCH_TRIED)) in interworking_match_anqp_info()
2719 if (!(bss->flags & WPA_BSS_ANQP_FETCH_TRIED)) { in interworking_next_anqp_fetch()
2732 bss->flags |= WPA_BSS_ANQP_FETCH_TRIED; in interworking_next_anqp_fetch()
2769 bss->flags &= ~WPA_BSS_ANQP_FETCH_TRIED; in interworking_start_fetch_anqp()