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 97 const u8 *anonce, const u8 *snonce,
117 if (snonce)
118 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN);
398 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
648 u8 *anonce, *snonce; local
687 snonce = sm->SNonce;
714 snonce = NULL;
716 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 60 u8 SNonce[WPA_NONCE_LEN];
241 const u8 *anonce, const u8 *snonce,
wpa_auth.c 926 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0)
930 * WZC) update SNonce for each EAPOL-Key 2/4. This
932 * pending requests, so allow the SNonce to be updated
936 "Process SNonce update from STA "
951 "SNonce did not change", msgtxt);
    [all...]

Completed in 288 milliseconds