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 152 u8 IGTK[2][WPA_IGTK_LEN];
wpa_auth.c 1864 struct wpa_igtk_kde igtk; local
    [all...]
wpa_auth_ft.c 477 gsm->IGTK[gsm->GN_igtk - 4], pos)) {
672 u8 *igtk; local
675 igtk = wpa_ft_igtk_subelem(sm, &igtk_len);
676 if (igtk == NULL) {
683 os_free(igtk);
687 os_memcpy(subelem + subelem_len, igtk, igtk_len);
689 os_free(igtk);
    [all...]

Completed in 92 milliseconds