Home
last modified time | relevance | path

Searched refs:corrupt_gtk_rekey_mic_probability (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h230 double corrupt_gtk_rekey_mic_probability; member
H A Dwpa_auth_glue.c125 wconf->corrupt_gtk_rekey_mic_probability = in hostapd_wpa_auth_conf()
126 iconf->corrupt_gtk_rekey_mic_probability; in hostapd_wpa_auth_conf()
H A Dap_config.h1154 double corrupt_gtk_rekey_mic_probability; member
H A Dap_config.c266 conf->corrupt_gtk_rekey_mic_probability = 0.0; in hostapd_config_defaults()
H A Dwpa_auth.c2173 conf->corrupt_gtk_rekey_mic_probability > 0.0 &&
2174 drand48() < conf->corrupt_gtk_rekey_mic_probability) {
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c4499 PARSE_TEST_PROBABILITY(corrupt_gtk_rekey_mic_probability) in hostapd_config_fill()