Home
last modified time | relevance | path

Searched refs:WLAN_STA_WPS2 (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/wpa/hostapd/
HDdump_state.c126 (sta->flags & WLAN_STA_WPS2 ? "[WPS2]" : ""), in hostapd_dump_state()
/trueos/contrib/wpa/src/ap/
HDsta_info.h29 #define WLAN_STA_WPS2 BIT(16) macro
HDdrv_callbacks.c102 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()
HDieee802_11.c835 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()
HDieee802_1x.c837 WLAN_STA_WPS2 | in ieee802_1x_receive()
991 if (!hapd->conf->ieee802_1x && !(sta->flags & WLAN_STA_WPS2)) { in ieee802_1x_new_station()