Searched refs:WLAN_STA_WPS2 (Results 1 – 5 of 5) sorted by relevance
126 (sta->flags & WLAN_STA_WPS2 ? "[WPS2]" : ""), in hostapd_dump_state()
29 #define WLAN_STA_WPS2 BIT(16) macro
102 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()147 sta->flags |= WLAN_STA_WPS2; in hostapd_notif_assoc()264 sta->flags |= WLAN_STA_WPS2; in hostapd_notif_assoc()
835 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()845 sta->flags |= WLAN_STA_WPS2; in check_assoc_ies()
837 WLAN_STA_WPS2 | in ieee802_1x_receive()991 if (!hapd->conf->ieee802_1x && !(sta->flags & WLAN_STA_WPS2)) { in ieee802_1x_new_station()