OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragm_threshold
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/hostapd/
hostapd.conf
134
fragm_threshold
=2346
[
all
...]
config_file.c
[
all
...]
/external/wpa_supplicant_8/src/ap/
ap_config.h
349
int
fragm_threshold
;
member in struct:hostapd_config
hostapd.c
766
if (hapd->iconf->
fragm_threshold
> -1 &&
767
hostapd_set_frag(hapd, hapd->iconf->
fragm_threshold
)) {
ap_config.c
150
conf->
fragm_threshold
= -1; /* user driver default: 2346 */
Completed in 235 milliseconds