Home
last modified time | relevance | path

Searched refs:WLAN_EID_WNMSLEEP (Results 1 – 4 of 4) sorted by relevance

/hostap-3.6.0/tests/hwsim/
Dtest_wnm.py376 WLAN_EID_WNMSLEEP, 4, WNM_SLEEP_MODE_EXIT, 0, 0,
387 WLAN_EID_WNMSLEEP, 4, WNM_SLEEP_MODE_EXIT, 0,
409 WLAN_EID_WNMSLEEP, 4, WNM_SLEEP_MODE_EXIT,
423 WLAN_EID_WNMSLEEP, 4, WNM_SLEEP_MODE_EXIT,
494 WLAN_EID_WNMSLEEP = 93 variable
1461 0, WLAN_EID_WNMSLEEP, 0, WLAN_EID_TFS_RESP, 0)
1468 0, WLAN_EID_WNMSLEEP, 4, WNM_SLEEP_MODE_ENTER,
1477 0, WLAN_EID_WNMSLEEP, 4, WNM_SLEEP_MODE_EXIT,
1486 0, WLAN_EID_WNMSLEEP, 4, WNM_SLEEP_MODE_ENTER,
1517 WLAN_EID_WNMSLEEP, 4, WNM_SLEEP_MODE_EXIT,
[all …]
/hostap-3.6.0/src/ap/
Dwnm_ap.c76 wnmsleep_ie.eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_resp()
293 if (*pos == WLAN_EID_WNMSLEEP && in ieee802_11_rx_wnmsleep_req()
/hostap-3.6.0/wpa_supplicant/
Dwnm_sta.c79 wnmsleep_ie->eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_req()
351 if (*pos == WLAN_EID_WNMSLEEP && ie_len >= 4) in ieee802_11_rx_wnmsleep_resp()
/hostap-3.6.0/src/common/
Dieee802_11_defs.h350 #define WLAN_EID_WNMSLEEP 93 macro