Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/ap/
HDwpa_auth.h224 double corrupt_gtk_rekey_mic_probability; member
HDap_config.h1140 double corrupt_gtk_rekey_mic_probability; member
HDwpa_auth_glue.c119 wconf->corrupt_gtk_rekey_mic_probability = in hostapd_wpa_auth_conf()
120 iconf->corrupt_gtk_rekey_mic_probability; in hostapd_wpa_auth_conf()
HDap_config.c266 conf->corrupt_gtk_rekey_mic_probability = 0.0; in hostapd_config_defaults()
HDwpa_auth.c2165 conf->corrupt_gtk_rekey_mic_probability > 0.0 &&
2166 drand48() < conf->corrupt_gtk_rekey_mic_probability) {
/freebsd-head/contrib/wpa/hostapd/
HDconfig_file.c4432 PARSE_TEST_PROBABILITY(corrupt_gtk_rekey_mic_probability) in hostapd_config_fill()