Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c5367 u8 anonce_buf[WPA_NONCE_LEN]; in wpa_auth_resend_m1() local
5370 if (random_get_bytes(anonce_buf, WPA_NONCE_LEN)) in wpa_auth_resend_m1()
5372 anonce = anonce_buf; in wpa_auth_resend_m1()