/external/wpa_supplicant_8/wpa_supplicant/ |
rrm.c | 1093 if (os_get_random((u8 *) &_rand, sizeof(_rand)) < 0) [all...] |
mesh_mpm.c | 189 if (os_get_random((u8 *) &llid, sizeof(llid)) < 0) [all...] |
p2p_supplicant.c | 706 if (os_get_random(&r, sizeof(r)) < 0 || 792 if (os_get_random(&r, sizeof(r)) < 0 || [all...] |
sme.c | [all...] |
events.c | [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
tdls.c | 1173 if (os_get_random(peer->inonce, WPA_NONCE_LEN)) { [all...] |
/external/wpa_supplicant_8/src/ap/ |
sta_info.c | 1105 if (os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) { 1108 * hardcode this if the mostly theoretical os_get_random() [all...] |
ieee802_11.c | 224 if (os_get_random(key, sizeof(key)) < 0) { [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pwd.c | 181 if (os_get_random((u8 *) &data->token, sizeof(data->token)) < 0) {
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 139 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0) [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.c | 274 if (os_get_random((u8 *) &r, sizeof(r)) < 0) [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_ttls.c | 530 if (os_get_random(pos, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN) < 0) { [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_er.c | 1267 if (os_get_random((unsigned char *) &er->event_id, [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay.c | 730 if (os_get_random(participant->mi, sizeof(participant->mi)) < 0) [all...] |
/external/wpa_supplicant_8/hs20/server/ |
spp_server.c | 339 if (os_get_random((unsigned char *) buf, buflen - 1) < 0) [all...] |