Searched refs:alt_SNonce (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_i.h61 u8 alt_SNonce[WPA_NONCE_LEN]; member in struct:wpa_state_machine
H A Dwpa_auth.c840 wpa_derive_ptk(sm, sm->alt_SNonce, pmk, &PTK);
861 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN);
1043 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_i.h61 u8 alt_SNonce[WPA_NONCE_LEN]; member in struct:wpa_state_machine
H A Dwpa_auth.c840 wpa_derive_ptk(sm, sm->alt_SNonce, pmk, &PTK);
861 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN);
1043 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_i.h61 u8 alt_SNonce[WPA_NONCE_LEN]; member in struct:wpa_state_machine
H A Dwpa_auth.c840 wpa_derive_ptk(sm, sm->alt_SNonce, pmk, &PTK);
861 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN);
1043 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN);

Completed in 346 milliseconds