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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 482 int vht_enabled, int sec_channel_offset,
494 data->sec_channel_offset = sec_channel_offset;
495 data->center_freq1 = freq + sec_channel_offset * 10;
497 data->bandwidth = sec_channel_offset ? 40 : 20;
529 if (!sec_channel_offset)
549 if (!sec_channel_offset)
567 int sec_channel_offset, int vht_oper_chwidth,
573 vht_enabled, sec_channel_offset,
752 int sec_channel_offset, int vht_oper_chwidth
    [all...]
ap_drv_ops.h 62 int sec_channel_offset, int vht_oper_chwidth,
107 int sec_channel_offset, int vht_oper_chwidth,
111 int vht_enabled, int sec_channel_offset,
beacon.c 289 if (!hapd->cs_freq_params.sec_channel_offset)
292 if (hapd->cs_freq_params.sec_channel_offset == -1)
294 else if (hapd->cs_freq_params.sec_channel_offset == 1)
ctrl_iface_ap.c 522 SET_CSA_SETTING(sec_channel_offset);
hostapd.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1100 int sec_channel_offset; /* 0 = HT40 disabled, -1 = HT40 enabled, member in struct:hostapd_freq_params
    [all...]
driver_nl80211.c     [all...]

Completed in 191 milliseconds