OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cs_freq_params
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c
172
if (!hapd->
cs_freq_params
.channel ||
173
!hapd->
cs_freq_params
.vht_enabled)
177
switch (hapd->
cs_freq_params
.bandwidth) {
183
if (!hapd->
cs_freq_params
.center_freq2)
196
freq1 = hapd->
cs_freq_params
.center_freq1 ?
197
hapd->
cs_freq_params
.center_freq1 :
198
hapd->
cs_freq_params
.freq;
203
if (hapd->
cs_freq_params
.center_freq2 &&
204
ieee80211_freq_to_chan(hapd->
cs_freq_params
.center_freq2,
ieee802_11_ht.c
115
if (!hapd->
cs_freq_params
.channel ||
116
!hapd->
cs_freq_params
.sec_channel_offset)
119
if (hapd->
cs_freq_params
.sec_channel_offset == -1)
121
else if (hapd->
cs_freq_params
.sec_channel_offset == 1)
beacon.c
309
if (!hapd->
cs_freq_params
.channel)
315
*eid++ = hapd->
cs_freq_params
.channel;
324
if (!hapd->
cs_freq_params
.channel || !hapd->iface->cs_oper_class)
331
*eid++ = hapd->
cs_freq_params
.channel;
[
all
...]
hostapd.h
237
struct hostapd_freq_params
cs_freq_params
;
member in struct:hostapd_data
drv_callbacks.c
544
freq == hapd->
cs_freq_params
.freq) {
1109
&hapd->
cs_freq_params
);
[
all
...]
hostapd.c
[
all
...]
Completed in 63 milliseconds