Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dos_none.c64 unsigned long os_random(void) in os_random() function
Dos_zephyr.c157 unsigned long os_random(void) in os_random() function
Dos_win32.c148 unsigned long os_random(void) in os_random() function
Dos.h196 unsigned long os_random(void);
Dos_internal.c148 unsigned long os_random(void) in os_random() function
Dos_unix.c286 unsigned long os_random(void) in os_random() function
/hostap-latest/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()
/hostap-latest/wpa_supplicant/
Drrm.c1285 _rand = os_random(); in wpas_rm_handle_beacon_req()
Deapol_test.c717 eap->identifier = os_random() & 0xff; in send_eap_request_identity()
Devents.c4831 sec = os_random() % 60; in wpa_supplicant_event_michael_mic_failure()
4842 sec, os_random() % 1000000, in wpa_supplicant_event_michael_mic_failure()
Dsme.c3536 _rand = os_random(); in sme_event_ch_switch()
Dwpa_supplicant.c8605 dur += os_random() % (ssid->auth_failures * 10); in wpas_auth_failed()
/hostap-latest/src/common/
Dnan_de.c528 n = 5 + os_random() % 5; in nan_de_start_new_publish_state()
/hostap-latest/src/ap/
Dap_config.c286 conf->he_op.he_bss_color = os_random() % 63 + 1; in hostapd_config_defaults()
Dsta_info.c565 int fuzz = os_random() % 20; in ap_handle_timer()
Dhostapd.c4657 r = os_random() % HE_OPERATION_BSS_COLOR_MAX; in hostapd_switch_color_timeout_handler()
4670 hapd->iface->conf->he_op.he_bss_color = os_random() % 63 + 1; in hostapd_switch_color_timeout_handler()
/hostap-latest/src/pae/
Dieee802_1x_kay.c3809 usecs = os_random() % (kay->mka_hello_time * 1000); in ieee802_1x_kay_create_mka()