HomeSort by relevance Sort by last modified time
    Searched refs: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 54 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce,
867 if (wpa_derive_ptk(sm, sm->alt_SNonce, pmk, pmk_len, &PTK) < 0)
2073 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce, function
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 514 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, function
588 if (wpa_derive_ptk(sm, src_addr, key, ptk) < 0)
    [all...]

Completed in 75 milliseconds