OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_auth_probability
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/ap/
ap_config.h
532
double
ignore_auth_probability
;
member in struct:hostapd_config
ap_config.c
168
conf->
ignore_auth_probability
= 0.0d;
ieee802_11.c
561
if (hapd->iconf->
ignore_auth_probability
> 0.0d &&
562
drand48() < hapd->iconf->
ignore_auth_probability
) {
[
all
...]
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
Completed in 189 milliseconds