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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 106 const u8 *anonce, const u8 *snonce,
126 if (snonce)
127 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN);
394 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
621 u8 *anonce, *snonce; local
661 snonce = sm->SNonce;
688 snonce = NULL;
690 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 65 u8 SNonce[WPA_NONCE_LEN];
224 const u8 *anonce, const u8 *snonce,
wpa_auth.c 1063 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN);
    [all...]

Completed in 74 milliseconds