OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:local_pwr_constraint
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
beacon.c
109
u8
local_pwr_constraint
= 0;
local
121
hapd->iconf->
local_pwr_constraint
== -1)
132
if (dfs == 0 && hapd->iconf->
local_pwr_constraint
== -1)
137
* be added when running on DFS channel whenever
local_pwr_constraint
143
if (hapd->iconf->
local_pwr_constraint
== -1)
144
local_pwr_constraint
= 3;
161
if (
local_pwr_constraint
)
162
*pos++ =
local_pwr_constraint
;
164
*pos++ = hapd->iconf->
local_pwr_constraint
;
ap_config.h
563
int
local_pwr_constraint
;
member in struct:hostapd_config
Completed in 495 milliseconds