Searched refs:WPA_IGTK_LEN (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/wpa/src/rsn_supp/ |
| D | wpa_ft.c | 608 u8 igtk[WPA_IGTK_LEN]; in wpa_ft_process_igtk_subelem() 622 if (igtk_elem_len != 2 + 6 + 1 + WPA_IGTK_LEN + 8) { in wpa_ft_process_igtk_subelem() 627 if (igtk_elem[8] != WPA_IGTK_LEN) { in wpa_ft_process_igtk_subelem() 633 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) { in wpa_ft_process_igtk_subelem() 644 WPA_IGTK_LEN); in wpa_ft_process_igtk_subelem() 646 igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) < 0) { in wpa_ft_process_igtk_subelem()
|
| D | wpa.c | 746 size_t len = WPA_IGTK_LEN; in wpa_supplicant_install_igtk() 772 igtk->igtk, WPA_IGTK_LEN) < 0) { in wpa_supplicant_install_igtk()
|
| /freebsd-10-stable/contrib/wpa/src/common/ |
| D | wpa_common.h | 111 #define WPA_IGTK_LEN 16 macro 280 u8 igtk[WPA_IGTK_LEN];
|
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/ |
| D | wnm_sta.c | 221 if (ptr[1] < 2 + 6 + WPA_IGTK_LEN) { in wnm_sleep_mode_exit_success() 228 ptr += 10 + WPA_IGTK_LEN; in wnm_sleep_mode_exit_success()
|
| /freebsd-10-stable/contrib/wpa/src/ap/ |
| D | wpa_auth.c | 1871 os_memcpy(igtk.igtk, gsm->IGTK[gsm->GN_igtk - 4], WPA_IGTK_LEN); in ieee80211w_kde_add() 1877 if (random_get_bytes(igtk.igtk, WPA_IGTK_LEN) < 0) in ieee80211w_kde_add() 2380 WPA_IGTK_LEN) < 0) in wpa_gtk_update() 2383 group->IGTK[group->GN_igtk - 4], WPA_IGTK_LEN); in wpa_gtk_update() 2505 *pos++ = 2 + 6 + WPA_IGTK_LEN; in wpa_wnmsleep_igtk_subelem() 2512 os_memcpy(pos, gsm->IGTK[gsm->GN_igtk - 4], WPA_IGTK_LEN); in wpa_wnmsleep_igtk_subelem() 2513 pos += WPA_IGTK_LEN; in wpa_wnmsleep_igtk_subelem() 2518 gsm->IGTK[gsm->GN_igtk - 4], WPA_IGTK_LEN); in wpa_wnmsleep_igtk_subelem() 2577 WPA_IGTK_LEN) < 0) in wpa_group_config_group_keys()
|
| D | wpa_auth_i.h | 152 u8 IGTK[2][WPA_IGTK_LEN];
|
| D | wpa_auth_ft.c | 462 subelem_len = 1 + 1 + 2 + 6 + 1 + WPA_IGTK_LEN + 8; in wpa_ft_igtk_subelem() 474 *pos++ = WPA_IGTK_LEN; in wpa_ft_igtk_subelem() 475 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8, in wpa_ft_igtk_subelem()
|