OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:local_pwr_constraint
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
beacon.c
131
u8
local_pwr_constraint
= 0;
local
147
hapd->iconf->
local_pwr_constraint
== -1)
158
if (dfs == 0 && hapd->iconf->
local_pwr_constraint
== -1)
163
* be added when running on DFS channel whenever
local_pwr_constraint
169
if (hapd->iconf->
local_pwr_constraint
== -1)
170
local_pwr_constraint
= 3;
187
if (
local_pwr_constraint
)
188
*pos++ =
local_pwr_constraint
;
190
*pos++ = hapd->iconf->
local_pwr_constraint
;
ieee802_11.c
7077
u8 channel, tx_pwr_count,
local_pwr_constraint
;
local
7169
* Below
local_pwr_constraint
logic is referred from
7184
if (hapd->iconf->
local_pwr_constraint
== -1)
7185
local_pwr_constraint
= (dfs == 0) ? 0 : 3;
7187
local_pwr_constraint
= hapd->iconf->
local_pwr_constraint
;
7199
max_tx_power = chan->max_tx_power -
local_pwr_constraint
;
ap_config.h
1093
int
local_pwr_constraint
;
member in struct:hostapd_config
Completed in 25 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026