OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragm_threshold
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/wpa/dist/hostapd/
hostapd.conf
265
fragm_threshold
=-1
config_file.c
3477
} else if (os_strcmp(buf, "
fragm_threshold
") == 0) {
3478
conf->
fragm_threshold
= atoi(pos);
3479
if (conf->
fragm_threshold
== -1) {
3481
} else if (conf->
fragm_threshold
< 256 ||
3482
conf->
fragm_threshold
> 2346) {
3484
"Line %d: invalid
fragm_threshold
%d",
3485
line, conf->
fragm_threshold
);
/src/external/bsd/wpa/dist/src/ap/
ap_config.h
1040
int
fragm_threshold
;
member in struct:hostapd_config
hostapd.c
2574
if (hapd->iconf->
fragm_threshold
>= -1 &&
2575
hostapd_set_frag(hapd, hapd->iconf->
fragm_threshold
) &&
2576
hapd->iconf->
fragm_threshold
!= -1) {
ap_config.c
241
conf->
fragm_threshold
= -2; /* user driver default: 2346 */
Completed in 50 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026