HomeSort by relevance Sort by last modified time
    Searched refs:sec_channel_offset (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/src/common/
hw_features_common.h 35 int vht_enabled, int sec_channel_offset,
hw_features_common.c 355 int vht_enabled, int sec_channel_offset,
365 data->sec_channel_offset = sec_channel_offset;
366 data->center_freq1 = freq + sec_channel_offset * 10;
368 data->bandwidth = sec_channel_offset ? 40 : 20;
395 !sec_channel_offset)
436 if (!sec_channel_offset)
  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 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)
ap_drv_ops.h 64 int sec_channel_offset, int vht_oper_chwidth,
117 int sec_channel_offset, int vht_oper_chwidth,
ap_drv_ops.c 490 int sec_channel_offset, int vht_oper_chwidth,
496 vht_enabled, sec_channel_offset,
719 int sec_channel_offset, int vht_oper_chwidth,
736 vht_enabled, sec_channel_offset,
ctrl_iface_ap.c 615 SET_CSA_SETTING(sec_channel_offset);
hostapd.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 191 frequency == freq->freq + freq->sec_channel_offset * 20) {
385 if (params.freq.ht_enabled && params.freq.sec_channel_offset)
386 ssid->ht40 = params.freq.sec_channel_offset;
wpa_supplicant.c     [all...]
ctrl_iface.c 890 SET_FREQ_SETTING(sec_channel_offset);
907 freq_params.bandwidth, freq_params.sec_channel_offset,
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 645 * sec_channel_offset - Secondary channel offset for HT40
651 int sec_channel_offset; member in struct:hostapd_freq_params
    [all...]
driver_nl80211.c     [all...]

Completed in 193 milliseconds