Home
last modified time | relevance | path

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

/hostap-3.6.0/tests/hwsim/
Dtest_wnm.py506 WNM_SLEEP_SUBELEM_IGTK = 1 variable
1568 keydata += struct.pack("<BB", WNM_SLEEP_SUBELEM_IGTK, 0)
1621 keydata += struct.pack("<BBHLH4L", WNM_SLEEP_SUBELEM_IGTK, 2 + 6 + 16, 0,
/hostap-3.6.0/wpa_supplicant/
Dwnm_sta.c283 } else if (*ptr == WNM_SLEEP_SUBELEM_IGTK) { in wnm_sleep_mode_exit_success()
290 WNM_SLEEP_SUBELEM_IGTK, ptr); in wnm_sleep_mode_exit_success()
/hostap-3.6.0/src/common/
Dieee802_11_defs.h1928 WNM_SLEEP_SUBELEM_IGTK = 1, enumerator
/hostap-3.6.0/src/rsn_supp/
Dwpa.c3942 } else if (subelem_id == WNM_SLEEP_SUBELEM_IGTK) { in wpa_wnmsleep_install_key()
/hostap-3.6.0/src/ap/
Dwpa_auth.c4228 *pos++ = WNM_SLEEP_SUBELEM_IGTK; in wpa_wnmsleep_igtk_subelem()