Searched refs:WLAN_STA_MAYBE_WPS (Results 1 – 6 of 6) sorted by relevance
1121 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()1151 WLAN_STA_MAYBE_WPS); in ieee802_1x_receive()1152 if (wflags == WLAN_STA_MAYBE_WPS || in ieee802_1x_receive()1153 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()1261 ((hapd->conf->wpa && (sta->flags & WLAN_STA_MAYBE_WPS)) || in ieee802_1x_new_station()2253 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()2254 WLAN_STA_MAYBE_WPS) { in ieee802_1x_eapol_send()
32 #define WLAN_STA_MAYBE_WPS BIT(13) macro
223 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()302 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()492 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()1878 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_update_dh_ie()
1504 (flags & WLAN_STA_MAYBE_WPS ? "[MAYBE_WPS]" : ""), in ap_sta_flags_txt()
3789 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in __check_assoc_ies()3813 sta->flags |= WLAN_STA_MAYBE_WPS; in __check_assoc_ies()4485 ((sta->flags & WLAN_STA_MAYBE_WPS) && hapd->conf->wpa))) { in send_assoc_resp()
3372 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()