HomeSort by: relevance | last modified time | path
    Searched refs:sec_channel_offset (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
hw_features_common.h 45 bool eht_enabled, int sec_channel_offset,
hw_features_common.c 458 bool eht_enabled, int sec_channel_offset,
481 data->sec_channel_offset = sec_channel_offset;
482 data->center_freq1 = freq + sec_channel_offset * 10;
491 else if (sec_channel_offset)
519 if (!sec_channel_offset)
585 if (sec_channel_offset == 0)
686 if (!sec_channel_offset &&
745 if (!sec_channel_offset &&
  /src/external/bsd/wpa/dist/src/ap/
ap_drv_ops.h 75 bool eht_enabled, int sec_channel_offset, int oper_chwidth,
139 int sec_channel_offset, int oper_chwidth,
ap_drv_ops.c 648 int sec_channel_offset, int oper_chwidth,
657 sec_channel_offset, oper_chwidth,
988 int sec_channel_offset, int oper_chwidth,
1009 sec_channel_offset,
hostapd.c 4311 conf->secondary_channel = params->sec_channel_offset;
4364 settings->freq_params.sec_channel_offset,
4369 "invalid frequency for channel switch (freq=%d, sec_channel_offset=%d, vht_enabled=%d, he_enabled=%d, eht_enabled=%d)",
4371 settings->freq_params.sec_channel_offset,
4549 iface->conf->secondary_channel = freq_params->sec_channel_offset;
4551 freq_params->sec_channel_offset, bw,
ctrl_iface_ap.c 1136 SET_CSA_SETTING(sec_channel_offset);
  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh.c 429 frequency == freq->freq + freq->sec_channel_offset * 20) {
638 if (params->freq.ht_enabled && params->freq.sec_channel_offset)
639 ssid->ht40 = params->freq.sec_channel_offset;
wpa_supplicant.c 3009 freq->sec_channel_offset = ht40;
3018 freq->sec_channel_offset = 0;
3026 freq->sec_channel_offset = 0;
3034 freq->sec_channel_offset = -freq->sec_channel_offset;
3038 freq->sec_channel_offset = 0;
3046 "IBSS/mesh: setup freq channel %d, sec_channel_offset %d",
3047 freq->channel, freq->sec_channel_offset);
3077 seg0 = freq->channel + 2 * freq->sec_channel_offset;
3079 if (freq->sec_channel_offset == 0)
    [all...]
ctrl_iface.c 1211 SET_FREQ_SETTING(sec_channel_offset);
1228 freq_params.bandwidth, freq_params.sec_channel_offset,
p2p_supplicant.c 9805 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel;
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 2506 if (params->center_freq2 || params->sec_channel_offset)
2513 if (params->center_freq2 || !params->sec_channel_offset)
2521 switch (params->sec_channel_offset) {
2535 if (!params->center_freq1 || !params->sec_channel_offset)
2538 switch (params->sec_channel_offset) {
2564 !params->sec_channel_offset)
2567 switch (params->sec_channel_offset) {
2588 !params->sec_channel_offset)
2591 switch (params->sec_channel_offset) {
2715 "Failed to get channel for (freq=%d, sec_channel_offset=%d, bw=%d)"
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 816 * sec_channel_offset - Secondary channel offset for HT40
822 int sec_channel_offset; member in struct:hostapd_freq_params
driver_nl80211.c 5005 wpa_printf(MSG_DEBUG, " * sec_channel_offset=%d",
5006 freq->sec_channel_offset);
5007 switch (freq->sec_channel_offset) {
11216 "nl80211: Channel switch request (cs_count=%u block_tx=%u freq=%d channel=%d sec_channel_offset=%d width=%d cf1=%d cf2=%d puncturing_bitmap=0x%04x link_id=%d%s%s%s)",
11220 settings->freq_params.sec_channel_offset,
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 3035 freq_params.sec_channel_offset = entry.uint32_value;
3084 freq_params.bandwidth, freq_params.sec_channel_offset,

Completed in 85 milliseconds