Searched refs:os_random (Results 1 – 13 of 13) sorted by relevance
64 unsigned long os_random(void) in os_random() function
148 unsigned long os_random(void) in os_random() function
171 unsigned long os_random(void);
142 unsigned long os_random(void) in os_random() function
282 unsigned long os_random(void) in os_random() function
351 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()
1230 _rand = os_random(); in wpas_rm_handle_beacon_req()
715 eap->identifier = os_random() & 0xff; in send_eap_request_identity()
3238 sec = os_random() % 60; in wpa_supplicant_event_michael_mic_failure()3249 sec, os_random() % 1000000, in wpa_supplicant_event_michael_mic_failure()
2459 _rand = os_random(); in sme_event_ch_switch()
7102 dur += os_random() % (ssid->auth_failures * 10); in wpas_auth_failed()
438 int fuzz = os_random() % 20; in ap_handle_timer()
3720 usecs = os_random() % (kay->mka_hello_time * 1000); in ieee802_1x_kay_create_mka()