Searched refs:sec_channel_offset (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 482 int vht_enabled, int sec_channel_offset, in hostapd_set_freq_params() argument 494 data->sec_channel_offset = sec_channel_offset; in hostapd_set_freq_params() 495 data->center_freq1 = freq + sec_channel_offset * 10; in hostapd_set_freq_params() 497 data->bandwidth = sec_channel_offset ? 40 : 20; in hostapd_set_freq_params() 529 if (!sec_channel_offset) in hostapd_set_freq_params() 549 if (!sec_channel_offset) in hostapd_set_freq_params() 567 int sec_channel_offset, int vht_oper_chwidth, in hostapd_set_freq() argument 573 vht_enabled, sec_channel_offset, in hostapd_set_freq() 752 int sec_channel_offset, int vht_oper_chwidth, in hostapd_start_dfs_cac() argument 769 vht_enabled, sec_channel_offset, in hostapd_start_dfs_cac()
|
D | 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,
|
D | beacon.c | 293 if (!hapd->cs_freq_params.sec_channel_offset) in hostapd_eid_secondary_channel() 296 if (hapd->cs_freq_params.sec_channel_offset == -1) in hostapd_eid_secondary_channel() 298 else if (hapd->cs_freq_params.sec_channel_offset == 1) in hostapd_eid_secondary_channel()
|
D | ctrl_iface_ap.c | 522 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
|
D | hostapd.c | 2298 old_params->sec_channel_offset = conf->secondary_channel; in hostapd_change_config_freq() 2303 conf->secondary_channel = params->sec_channel_offset; in hostapd_change_config_freq() 2426 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 420 int sec_channel_offset; /* 0 = HT40 disabled, -1 = HT40 enabled, member
|
D | driver_nl80211.c | 7604 switch (freq->sec_channel_offset) { in nl80211_put_freq_params() 8801 params->freq.sec_channel_offset); in wpa_driver_nl80211_ibss()
|