HomeSort by relevance Sort by last modified time
    Searched refs:WPA_IGTK_LEN (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 623 u8 igtk[WPA_IGTK_LEN];
637 if (igtk_elem_len != 2 + 6 + 1 + WPA_IGTK_LEN + 8) {
642 if (igtk_elem[8] != WPA_IGTK_LEN) {
648 if (aes_unwrap(sm->ptk.kek, 16, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk))
660 WPA_IGTK_LEN);
662 igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) < 0) {
  /external/wpa_supplicant_8/src/common/
wpa_common.h 130 #define WPA_IGTK_LEN 16
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 219 if (ptr[1] < 2 + 6 + WPA_IGTK_LEN) {
226 ptr += 10 + WPA_IGTK_LEN;
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 482 subelem_len = 1 + 1 + 2 + 6 + 1 + WPA_IGTK_LEN + 8;
494 *pos++ = WPA_IGTK_LEN;
495 if (aes_wrap(sm->PTK.kek, 16, WPA_IGTK_LEN / 8,
    [all...]

Completed in 153 milliseconds