Searched refs:WNM_SLEEP_SUBELEM_GTK (Results 1 – 5 of 5) sorted by relevance
/hostap-3.6.0/tests/hwsim/ |
D | test_wnm.py | 505 WNM_SLEEP_SUBELEM_GTK = 0 variable 1524 keydata = struct.pack("<BB", WNM_SLEEP_SUBELEM_GTK, 0) 1537 keydata = struct.pack("<BBHB2L4L", WNM_SLEEP_SUBELEM_GTK, 11 + 16, 1551 keydata = struct.pack("<BBHB2L4L", WNM_SLEEP_SUBELEM_GTK, 11 + 16, 1565 keydata = struct.pack("<BBHB", WNM_SLEEP_SUBELEM_GTK, 11 + 16, 0, 16) 1618 keydata = struct.pack("<BBHB", WNM_SLEEP_SUBELEM_GTK, 11 + 16, 0, 16)
|
/hostap-3.6.0/wpa_supplicant/ |
D | wnm_sta.c | 265 if (*ptr == WNM_SLEEP_SUBELEM_GTK) { in wnm_sleep_mode_exit_success() 280 WNM_SLEEP_SUBELEM_GTK, in wnm_sleep_mode_exit_success()
|
/hostap-3.6.0/src/common/ |
D | ieee802_11_defs.h | 1927 WNM_SLEEP_SUBELEM_GTK = 0, enumerator
|
/hostap-3.6.0/src/rsn_supp/ |
D | wpa.c | 3907 if (subelem_id == WNM_SLEEP_SUBELEM_GTK) { in wpa_wnmsleep_install_key()
|
/hostap-3.6.0/src/ap/ |
D | wpa_auth.c | 4188 *pos++ = WNM_SLEEP_SUBELEM_GTK; in wpa_wnmsleep_gtk_subelem()
|