Searched refs:WLAN_STA_MAYBE_WPS (Results 1 – 6 of 6) sorted by relevance
969 !(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()
33 #define WLAN_STA_MAYBE_WPS BIT(13) macro
181 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()
2394 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()
1357 (flags & WLAN_STA_MAYBE_WPS ? "[MAYBE_WPS]" : ""), in ap_sta_flags_txt()
2967 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()