Home
last modified time | relevance | path

Searched refs:WLAN_STA_MAYBE_WPS (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c969 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()
993 WLAN_STA_MAYBE_WPS); in ieee802_1x_receive()
994 if (wflags == WLAN_STA_MAYBE_WPS || in ieee802_1x_receive()
995 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()
1098 ((hapd->conf->wpa && (sta->flags & WLAN_STA_MAYBE_WPS)) || in ieee802_1x_new_station()
2008 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()
2009 WLAN_STA_MAYBE_WPS) { in ieee802_1x_eapol_send()
Dsta_info.h33 #define WLAN_STA_MAYBE_WPS BIT(13) macro
Ddrv_callbacks.c181 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()
259 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()
401 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()
Dieee802_11.c2394 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()
2416 sta->flags |= WLAN_STA_MAYBE_WPS; in check_assoc_ies()
2817 ((sta->flags & WLAN_STA_MAYBE_WPS) && hapd->conf->wpa))) { in send_assoc_resp()
Dsta_info.c1357 (flags & WLAN_STA_MAYBE_WPS ? "[MAYBE_WPS]" : ""), in ap_sta_flags_txt()
Dhostapd.c2967 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()