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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 150 u8 IGTK[2][WPA_IGTK_LEN];
wpa_auth.c 1876 struct wpa_igtk_kde igtk; local
    [all...]
wpa_auth_ft.c 463 gsm->IGTK[gsm->GN_igtk - 4], pos)) {
635 u8 *igtk; local
638 igtk = wpa_ft_igtk_subelem(sm, &igtk_len);
639 if (igtk == NULL) {
646 os_free(igtk);
650 os_memcpy(subelem + subelem_len, igtk, igtk_len);
652 os_free(igtk);
    [all...]

Completed in 116 milliseconds