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

/freebsd-11.0-release/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c618 u8 igtk[WPA_IGTK_LEN];
632 if (igtk_elem_len != 2 + 6 + 1 + WPA_IGTK_LEN + 8) {
637 if (igtk_elem[8] != WPA_IGTK_LEN) {
643 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, WPA_IGTK_LEN / 8,
655 WPA_IGTK_LEN);
657 igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) < 0) {
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dwpa_common.h121 #define WPA_IGTK_LEN 16 macro
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c228 if (ptr[1] < 2 + 6 + WPA_IGTK_LEN) {
235 ptr += 10 + WPA_IGTK_LEN;
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c479 subelem_len = 1 + 1 + 2 + 6 + 1 + WPA_IGTK_LEN + 8;
491 *pos++ = WPA_IGTK_LEN;
492 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, WPA_IGTK_LEN / 8,

Completed in 99 milliseconds