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

  /external/wpa_supplicant/
wpa_common.h 55 #define WPA_IGTK_LEN 16
wpa.c 196 u8 igtk[WPA_IGTK_LEN];
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ft.c 682 u8 igtk[WPA_IGTK_LEN];
696 if (igtk_elem_len != 2 + 6 + 1 + WPA_IGTK_LEN + 8) {
701 if (igtk_elem[8] != WPA_IGTK_LEN) {
707 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) {
718 WPA_IGTK_LEN);
720 keyidx, 0, igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) <
wpa.c 757 igtk->igtk, WPA_IGTK_LEN);
766 igtk->igtk, WPA_IGTK_LEN) < 0) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 107 #define WPA_IGTK_LEN 16
259 u8 igtk[WPA_IGTK_LEN];

Completed in 17 milliseconds