OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pri_freq
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/ap/
hw_features.c
283
int pri_chan, sec_chan,
pri_freq
, sec_freq, pri_bss, sec_bss;
local
290
pri_freq
= hostapd_hw_get_freq(iface->bss[0], pri_chan);
292
sec_freq =
pri_freq
+ 20;
294
sec_freq =
pri_freq
- 20;
303
if (bss->freq ==
pri_freq
)
354
int
pri_freq
, sec_freq;
local
358
pri_freq
= hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
360
sec_freq =
pri_freq
+ 20;
362
sec_freq =
pri_freq
- 20;
363
affected_start = (
pri_freq
+ sec_freq) / 2 - 25
[
all
...]
Completed in 179 milliseconds