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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 57 u8 alt_SNonce[WPA_NONCE_LEN];
wpa_auth.c 867 if (wpa_derive_ptk(sm, sm->alt_SNonce, pmk, pmk_len, &PTK) < 0)
889 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN);
1075 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN);
    [all...]

Completed in 50 milliseconds