Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/utils/
H A Dos_none.c64 unsigned long os_random(void) in os_random() function
H A Dos_win32.c148 unsigned long os_random(void) in os_random() function
H A Dos.h171 unsigned long os_random(void);
H A Dos_internal.c148 unsigned long os_random(void) in os_random() function
H A Dos_unix.c286 unsigned long os_random(void) in os_random() function
/freebsd-13.1/contrib/wpa/src/wps/
H A 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()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Drrm.c1249 _rand = os_random(); in wpas_rm_handle_beacon_req()
H A Deapol_test.c709 eap->identifier = os_random() & 0xff; in send_eap_request_identity()
H A Devents.c3826 sec = os_random() % 60; in wpa_supplicant_event_michael_mic_failure()
3837 sec, os_random() % 1000000, in wpa_supplicant_event_michael_mic_failure()
H A Dsme.c2816 _rand = os_random(); in sme_event_ch_switch()
H A Dwpa_supplicant.c8068 dur += os_random() % (ssid->auth_failures * 10); in wpas_auth_failed()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dap_config.c276 conf->he_op.he_bss_color = os_random() % 63 + 1; in hostapd_config_defaults()
H A Dsta_info.c474 int fuzz = os_random() % 20; in ap_handle_timer()
/freebsd-13.1/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c3767 usecs = os_random() % (kay->mka_hello_time * 1000); in ieee802_1x_kay_create_mka()