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
285
int pri_chan, sec_chan,
pri_freq
, sec_freq, pri_bss, sec_bss;
local
292
pri_freq
= hostapd_hw_get_freq(iface->bss[0], pri_chan);
294
sec_freq =
pri_freq
+ 20;
296
sec_freq =
pri_freq
- 20;
305
if (bss->freq ==
pri_freq
)
356
int
pri_freq
, sec_freq;
local
360
pri_freq
= hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
362
sec_freq =
pri_freq
+ 20;
364
sec_freq =
pri_freq
- 20;
365
affected_start = (
pri_freq
+ sec_freq) / 2 - 25
[
all
...]
Completed in 138 milliseconds