Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c617 u8 igtk[WPA_IGTK_LEN]; in wpa_ft_process_igtk_subelem()
631 if (igtk_elem_len != 2 + 6 + 1 + WPA_IGTK_LEN + 8) { in wpa_ft_process_igtk_subelem()
636 if (igtk_elem[8] != WPA_IGTK_LEN) { in wpa_ft_process_igtk_subelem()
642 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, WPA_IGTK_LEN / 8, in wpa_ft_process_igtk_subelem()
654 WPA_IGTK_LEN); in wpa_ft_process_igtk_subelem()
656 igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) < 0) { in wpa_ft_process_igtk_subelem()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h123 #define WPA_IGTK_LEN 16 macro
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c230 if (ptr[1] < 2 + 6 + WPA_IGTK_LEN) { in wnm_sleep_mode_exit_success()
237 ptr += 10 + WPA_IGTK_LEN; in wnm_sleep_mode_exit_success()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c479 subelem_len = 1 + 1 + 2 + 6 + 1 + WPA_IGTK_LEN + 8; in wpa_ft_igtk_subelem()
491 *pos++ = WPA_IGTK_LEN; in wpa_ft_igtk_subelem()
492 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, WPA_IGTK_LEN / 8, in wpa_ft_igtk_subelem()