OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rts_threshold
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/hostapd/
hostapd.conf
128
rts_threshold
=2347
[
all
...]
config_file.c
[
all
...]
/external/wpa_supplicant_8/src/ap/
ap_config.h
348
int
rts_threshold
;
member in struct:hostapd_config
hostapd.c
759
if (hapd->iconf->
rts_threshold
> -1 &&
760
hostapd_set_rts(hapd, hapd->iconf->
rts_threshold
)) {
ap_config.c
149
conf->
rts_threshold
= -1; /* use driver default: 2347 */
Completed in 77 milliseconds