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 90 const u8 *anonce, const u8 *snonce,
110 if (snonce)
111 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN);
379 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
629 u8 *anonce, *snonce; local
669 snonce = sm->SNonce;
696 snonce = NULL;
698 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 60 u8 SNonce[WPA_NONCE_LEN];
223 const u8 *anonce, const u8 *snonce,
wpa_auth.c 885 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0)
889 * WZC) update SNonce for each EAPOL-Key 2/4. This
891 * pending requests, so allow the SNonce to be updated
895 "Process SNonce update from STA "
910 "SNonce did not change", msgtxt);
1129 * pending msg 1/4 to update the SNonce to work around
1164 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN);
    [all...]

Completed in 48 milliseconds