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

  /external/syslinux/gpxe/src/net/80211/
wpa.c 314 static void wpa_derive_ptk ( struct wpa_common_ctx *ctx ) function
587 wpa_derive_ptk ( ctx );
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 52 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce,
860 if (wpa_derive_ptk(sm, sm->alt_SNonce, pmk, pmk_len, &PTK) < 0)
2059 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce, function
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 501 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, function
575 wpa_derive_ptk(sm, src_addr, key, ptk);
    [all...]

Completed in 2380 milliseconds