Searched refs:sec_channel_offset (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/common/
H A Dhw_features_common.h36 int sec_channel_offset,
H A Dhw_features_common.c365 int sec_channel_offset,
379 data->sec_channel_offset = sec_channel_offset;
380 data->center_freq1 = freq + sec_channel_offset * 10;
382 data->bandwidth = sec_channel_offset ? 40 : 20;
409 !sec_channel_offset)
450 if (!sec_channel_offset)
361 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps, struct he_capabilities *he_cap) argument
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_11_ht.c116 !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)
H A Dap_drv_ops.c545 int sec_channel_offset, int oper_chwidth,
552 vht_enabled, he_enabled, sec_channel_offset,
796 int sec_channel_offset, int oper_chwidth,
814 vht_enabled, he_enabled, sec_channel_offset,
542 hostapd_set_freq(struct hostapd_data *hapd, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1) argument
792 hostapd_start_dfs_cac(struct hostapd_iface *iface, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1) argument
H A Dap_drv_ops.h66 int he_enabled, int sec_channel_offset, int oper_chwidth,
130 int sec_channel_offset, int oper_chwidth,
H A Dctrl_iface_ap.c865 SET_CSA_SETTING(sec_channel_offset);
H A Dhostapd.c3333 conf->secondary_channel = params->sec_channel_offset;
3376 settings->freq_params.sec_channel_offset,
3381 "invalid frequency for channel switch (freq=%d, sec_channel_offset=%d, vht_enabled=%d, he_enabled=%d)",
3383 settings->freq_params.sec_channel_offset,
3517 iface->conf->secondary_channel = freq_params->sec_channel_offset;
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dmesh.c285 frequency == freq->freq + freq->sec_channel_offset * 20) {
460 if (params->freq.ht_enabled && params->freq.sec_channel_offset)
461 ssid->ht40 = params->freq.sec_channel_offset;
H A Dwpa_supplicant.c2277 freq->sec_channel_offset = ht40;
2285 freq->sec_channel_offset = 0;
2294 freq->sec_channel_offset = 0;
2302 freq->sec_channel_offset = -freq->sec_channel_offset;
2306 freq->sec_channel_offset = 0;
2317 "IBSS/mesh: setup freq channel %d, sec_channel_offset %d",
2318 freq->channel, freq->sec_channel_offset);
2417 freq->sec_channel_offset,
H A Dctrl_iface.c1003 SET_FREQ_SETTING(sec_channel_offset);
1020 freq_params.bandwidth, freq_params.sec_channel_offset,
H A Dp2p_supplicant.c9158 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel;
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h711 * sec_channel_offset - Secondary channel offset for HT40
717 int sec_channel_offset; member in struct:hostapd_freq_params
/freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2409 freq_params.sec_channel_offset = entry.uint32_value;
2458 freq_params.bandwidth, freq_params.sec_channel_offset,

Completed in 309 milliseconds