HomeSort by relevance Sort by last modified time
    Searched defs:_ftie (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 660 struct rsn_ftie *_ftie; local
740 _ftie = (struct rsn_ftie *) (ftie + 2);
742 _ftie->mic_control[1] = 3; /* Information element count */
749 _ftie->mic_control[1] +=
762 _ftie->mic) < 0)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 478 struct wpa_tdls_ftie *_ftie; local
510 _ftie = (struct wpa_tdls_ftie *) pos;
511 os_memset(_ftie->mic, 0, TDLS_MIC_LEN);
540 struct wpa_tdls_ftie *_ftie; local
569 _ftie = (struct wpa_tdls_ftie *) pos;
570 os_memset(_ftie->mic, 0, TDLS_MIC_LEN);
    [all...]

Completed in 68 milliseconds