Home
last modified time | relevance | path

Searched refs:WLAN_STA_MAYBE_WPS (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c219 WLAN_STA_MAYBE_WPS); in ieee802_1x_receive()
220 if (wflags == WLAN_STA_MAYBE_WPS || in ieee802_1x_receive()
221 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()
300 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()
301 WLAN_STA_MAYBE_WPS) { in ieee802_1x_eapol_send()
Dsta_info.h26 #define WLAN_STA_MAYBE_WPS BIT(13) macro