Home
last modified time | relevance | path

Searched refs:anonce_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c5407 u8 anonce_buf[WPA_NONCE_LEN]; in wpa_auth_resend_m1() local
5410 if (random_get_bytes(anonce_buf, WPA_NONCE_LEN)) in wpa_auth_resend_m1()
5412 anonce = anonce_buf; in wpa_auth_resend_m1()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c4969 u8 anonce_buf[WPA_NONCE_LEN]; in wpa_auth_resend_m1() local
4972 if (random_get_bytes(anonce_buf, WPA_NONCE_LEN)) in wpa_auth_resend_m1()
4974 anonce = anonce_buf; in wpa_auth_resend_m1()

Completed in 23 milliseconds