Searched refs:secondary_channel (Results 1 - 25 of 40) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c28 if (iface->conf->ieee80211n && iface->conf->secondary_channel)
178 * - hapd->secondary_channel
199 iface->conf->secondary_channel &&
224 int secondary_channel,
238 if (secondary_channel == 1)
240 else if (secondary_channel == -1)
275 if (iface->conf->ieee80211n && iface->conf->secondary_channel == -1)
337 iface->conf->secondary_channel,
424 int *secondary_channel,
436 *secondary_channel
222 dfs_adjust_vht_center_freq(struct hostapd_iface *iface, struct hostapd_channel_data *chan, int secondary_channel, u8 *vht_oper_centr_freq_seg0_idx, u8 *vht_oper_centr_freq_seg1_idx) argument
423 dfs_get_valid_channel(struct hostapd_iface *iface, int *secondary_channel, u8 *vht_oper_centr_freq_seg0_idx, u8 *vht_oper_centr_freq_seg1_idx, int skip_radar) argument
782 int secondary_channel; local
823 int secondary_channel; local
[all...]
H A Dhw_features.c229 if (!iface->conf->secondary_channel)
233 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
242 if (iface->conf->secondary_channel > 0) {
244 iface->conf->secondary_channel = -1;
247 iface->conf->secondary_channel = 1;
259 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
282 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
312 iface->secondary_ch = iface->conf->secondary_channel;
318 iface->conf->secondary_channel * 4);
319 iface->conf->secondary_channel
[all...]
H A Dieee802_11_ht.c98 if (hapd->iconf->secondary_channel == 1)
101 if (hapd->iconf->secondary_channel == -1)
180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
212 if (iface->conf->secondary_channel > 0)
310 if (iface->conf->secondary_channel) {
315 iface->conf->secondary_channel = 0;
381 if (iface->conf->secondary_channel &&
383 iface->conf->secondary_channel = 0;
511 iface->conf->secondary_channel = iface->secondary_ch;
H A Dacs.c584 iface->conf->secondary_channel == -1) {
590 iface->conf->secondary_channel)
620 iface->conf->secondary_channel &&
753 offset = 2 * iface->conf->secondary_channel;
H A Dap_list.c236 iface->conf->secondary_channel * 4)) {
H A Ddrv_callbacks.c530 hapd->iconf->secondary_channel = offset;
614 hapd->iconf->secondary_channel = 0;
616 hapd->iconf->secondary_channel = -1;
618 hapd->iconf->secondary_channel = 1;
H A Dieee802_11_vht.c234 if (iconf->secondary_channel == 0) {
H A Dhostapd.c185 hapd->iconf->secondary_channel = oldconf->secondary_channel;
1595 hapd->iconf->secondary_channel,
2878 conf->secondary_channel,
2906 conf->secondary_channel = params->sec_channel_offset;
3075 iface->conf->secondary_channel = freq_params->sec_channel_offset;
/external/wpa_supplicant_8/src/ap/
H A Ddfs.c28 if (iface->conf->ieee80211n && iface->conf->secondary_channel)
178 * - hapd->secondary_channel
199 iface->conf->secondary_channel &&
224 int secondary_channel,
238 if (secondary_channel == 1)
240 else if (secondary_channel == -1)
275 if (iface->conf->ieee80211n && iface->conf->secondary_channel == -1)
337 iface->conf->secondary_channel,
424 int *secondary_channel,
436 *secondary_channel
222 dfs_adjust_vht_center_freq(struct hostapd_iface *iface, struct hostapd_channel_data *chan, int secondary_channel, u8 *vht_oper_centr_freq_seg0_idx, u8 *vht_oper_centr_freq_seg1_idx) argument
423 dfs_get_valid_channel(struct hostapd_iface *iface, int *secondary_channel, u8 *vht_oper_centr_freq_seg0_idx, u8 *vht_oper_centr_freq_seg1_idx, int skip_radar) argument
782 int secondary_channel; local
823 int secondary_channel; local
[all...]
H A Dhw_features.c229 if (!iface->conf->secondary_channel)
233 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
242 if (iface->conf->secondary_channel > 0) {
244 iface->conf->secondary_channel = -1;
247 iface->conf->secondary_channel = 1;
259 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
282 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
312 iface->secondary_ch = iface->conf->secondary_channel;
318 iface->conf->secondary_channel * 4);
319 iface->conf->secondary_channel
[all...]
H A Dieee802_11_ht.c98 if (hapd->iconf->secondary_channel == 1)
101 if (hapd->iconf->secondary_channel == -1)
180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
212 if (iface->conf->secondary_channel > 0)
310 if (iface->conf->secondary_channel) {
315 iface->conf->secondary_channel = 0;
381 if (iface->conf->secondary_channel &&
383 iface->conf->secondary_channel = 0;
511 iface->conf->secondary_channel = iface->secondary_ch;
H A Dacs.c584 iface->conf->secondary_channel == -1) {
590 iface->conf->secondary_channel)
620 iface->conf->secondary_channel &&
753 offset = 2 * iface->conf->secondary_channel;
H A Dap_list.c236 iface->conf->secondary_channel * 4)) {
H A Ddrv_callbacks.c530 hapd->iconf->secondary_channel = offset;
614 hapd->iconf->secondary_channel = 0;
616 hapd->iconf->secondary_channel = -1;
618 hapd->iconf->secondary_channel = 1;
H A Dieee802_11_vht.c234 if (iconf->secondary_channel == 0) {
H A Dhostapd.c185 hapd->iconf->secondary_channel = oldconf->secondary_channel;
1595 hapd->iconf->secondary_channel,
2878 conf->secondary_channel,
2906 conf->secondary_channel = params->sec_channel_offset;
3075 iface->conf->secondary_channel = freq_params->sec_channel_offset;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.c28 if (iface->conf->ieee80211n && iface->conf->secondary_channel)
178 * - hapd->secondary_channel
199 iface->conf->secondary_channel &&
224 int secondary_channel,
238 if (secondary_channel == 1)
240 else if (secondary_channel == -1)
275 if (iface->conf->ieee80211n && iface->conf->secondary_channel == -1)
337 iface->conf->secondary_channel,
424 int *secondary_channel,
436 *secondary_channel
222 dfs_adjust_vht_center_freq(struct hostapd_iface *iface, struct hostapd_channel_data *chan, int secondary_channel, u8 *vht_oper_centr_freq_seg0_idx, u8 *vht_oper_centr_freq_seg1_idx) argument
423 dfs_get_valid_channel(struct hostapd_iface *iface, int *secondary_channel, u8 *vht_oper_centr_freq_seg0_idx, u8 *vht_oper_centr_freq_seg1_idx, int skip_radar) argument
782 int secondary_channel; local
823 int secondary_channel; local
[all...]
H A Dhw_features.c229 if (!iface->conf->secondary_channel)
233 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
242 if (iface->conf->secondary_channel > 0) {
244 iface->conf->secondary_channel = -1;
247 iface->conf->secondary_channel = 1;
259 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
282 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
312 iface->secondary_ch = iface->conf->secondary_channel;
318 iface->conf->secondary_channel * 4);
319 iface->conf->secondary_channel
[all...]
H A Dieee802_11_ht.c98 if (hapd->iconf->secondary_channel == 1)
101 if (hapd->iconf->secondary_channel == -1)
180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
212 if (iface->conf->secondary_channel > 0)
310 if (iface->conf->secondary_channel) {
315 iface->conf->secondary_channel = 0;
381 if (iface->conf->secondary_channel &&
383 iface->conf->secondary_channel = 0;
511 iface->conf->secondary_channel = iface->secondary_ch;
H A Dacs.c584 iface->conf->secondary_channel == -1) {
590 iface->conf->secondary_channel)
620 iface->conf->secondary_channel &&
753 offset = 2 * iface->conf->secondary_channel;
H A Dap_list.c236 iface->conf->secondary_channel * 4)) {
H A Ddrv_callbacks.c530 hapd->iconf->secondary_channel = offset;
614 hapd->iconf->secondary_channel = 0;
616 hapd->iconf->secondary_channel = -1;
618 hapd->iconf->secondary_channel = 1;
H A Dieee802_11_vht.c234 if (iconf->secondary_channel == 0) {
H A Dhostapd.c185 hapd->iconf->secondary_channel = oldconf->secondary_channel;
1595 hapd->iconf->secondary_channel,
2878 conf->secondary_channel,
2906 conf->secondary_channel = params->sec_channel_offset;
3075 iface->conf->secondary_channel = freq_params->sec_channel_offset;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c56 if (!conf->secondary_channel)
90 channel + conf->secondary_channel * 2;
93 conf->channel + conf->secondary_channel * 2;
121 * conf->secondary_channel, conf->require_ht
148 conf->secondary_channel =
151 if (conf->secondary_channel)
176 if (conf->secondary_channel) {

Completed in 2317 milliseconds

12