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 153 u8 IGTK[2][WPA_IGTK_LEN];
wpa_auth.c 1763 struct wpa_igtk_kde igtk; local
    [all...]
wpa_auth_ft.c 492 gsm->IGTK[gsm->GN_igtk - 4], pos)) {
664 u8 *igtk; local
667 igtk = wpa_ft_igtk_subelem(sm, &igtk_len);
668 if (igtk == NULL) {
675 os_free(igtk);
679 os_memcpy(subelem + subelem_len, igtk, igtk_len);
681 os_free(igtk);
    [all...]

Completed in 188 milliseconds