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.c618 u8 igtk[WPA_IGTK_LEN]; in wpa_ft_process_igtk_subelem()
632 if (igtk_elem_len != 2 + 6 + 1 + WPA_IGTK_LEN + 8) { in wpa_ft_process_igtk_subelem()
637 if (igtk_elem[8] != WPA_IGTK_LEN) { in wpa_ft_process_igtk_subelem()
643 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, WPA_IGTK_LEN / 8, in wpa_ft_process_igtk_subelem()
655 WPA_IGTK_LEN); in wpa_ft_process_igtk_subelem()
657 igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) < 0) { in wpa_ft_process_igtk_subelem()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h133 #define WPA_IGTK_LEN 16 macro
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c496 subelem_len = 1 + 1 + 2 + 6 + 1 + WPA_IGTK_LEN + 8; in wpa_ft_igtk_subelem()
508 *pos++ = WPA_IGTK_LEN; in wpa_ft_igtk_subelem()
509 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, WPA_IGTK_LEN / 8, in wpa_ft_igtk_subelem()
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c231 if (ptr[1] < 2 + 6 + WPA_IGTK_LEN) { in wnm_sleep_mode_exit_success()
238 ptr += 10 + WPA_IGTK_LEN; in wnm_sleep_mode_exit_success()