Home
last modified time | relevance | path

Searched refs:os_random (Results 1 – 25 of 27) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_none.c64 unsigned long os_random(void) in os_random() function
Dos_win32.c148 unsigned long os_random(void) in os_random() function
Dos.h172 unsigned long os_random(void);
Dos_internal.c150 unsigned long os_random(void) in os_random() function
Dos_unix.c280 unsigned long os_random(void) in os_random() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_none.c64 unsigned long os_random(void) in os_random() function
Dos_win32.c148 unsigned long os_random(void) in os_random() function
Dos.h172 unsigned long os_random(void);
Dos_internal.c156 unsigned long os_random(void) in os_random() function
Dos_unix.c286 unsigned long os_random(void) in os_random() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp_ssdp.c351 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8; in advertisement_state_machine_start()
472 next_timeout_msec = (1000 * mx * (os_random() & 0xFF)) >> 8; in msearchreply_state_machine_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_upnp_ssdp.c351 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8; in advertisement_state_machine_start()
472 next_timeout_msec = (1000 * mx * (os_random() & 0xFF)) >> 8; in msearchreply_state_machine_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Drrm.c1230 _rand = os_random(); in wpas_rm_handle_beacon_req()
Deapol_test.c711 eap->identifier = os_random() & 0xff; in send_eap_request_identity()
Devents.c3244 sec = os_random() % 60; in wpa_supplicant_event_michael_mic_failure()
3255 sec, os_random() % 1000000, in wpa_supplicant_event_michael_mic_failure()
Dsme.c2464 _rand = os_random(); in sme_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Drrm.c1252 _rand = os_random(); in wpas_rm_handle_beacon_req()
Deapol_test.c709 eap->identifier = os_random() & 0xff; in send_eap_request_identity()
Devents.c4025 sec = os_random() % 60; in wpa_supplicant_event_michael_mic_failure()
4036 sec, os_random() % 1000000, in wpa_supplicant_event_michael_mic_failure()
Dsme.c2870 _rand = os_random(); in sme_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.c276 conf->he_op.he_bss_color = os_random() % 63 + 1; in hostapd_config_defaults()
Dsta_info.c480 int fuzz = os_random() % 20; in ap_handle_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.c439 int fuzz = os_random() % 20; in ap_handle_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay.c3730 usecs = os_random() % (kay->mka_hello_time * 1000); in ieee802_1x_kay_create_mka()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.c3767 usecs = os_random() % (kay->mka_hello_time * 1000); in ieee802_1x_kay_create_mka()

12