Searched refs:WLAN_STA_MAYBE_WPS (Results 1 – 6 of 6) sorted by relevance
1005 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()1029 WLAN_STA_MAYBE_WPS); in ieee802_1x_receive()1030 if (wflags == WLAN_STA_MAYBE_WPS || in ieee802_1x_receive()1031 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()1134 ((hapd->conf->wpa && (sta->flags & WLAN_STA_MAYBE_WPS)) || in ieee802_1x_new_station()2086 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()2087 WLAN_STA_MAYBE_WPS) { in ieee802_1x_eapol_send()
29 #define WLAN_STA_MAYBE_WPS BIT(13) macro
183 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()269 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()418 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()
1416 (flags & WLAN_STA_MAYBE_WPS ? "[MAYBE_WPS]" : ""), in ap_sta_flags_txt()
2897 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()2919 sta->flags |= WLAN_STA_MAYBE_WPS; in check_assoc_ies()3492 ((sta->flags & WLAN_STA_MAYBE_WPS) && hapd->conf->wpa))) { in send_assoc_resp()
3015 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()