Searched defs:sec_channel_offset (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c482 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, in
480 hostapd_set_freq_params(struct hostapd_freq_params *data, int mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) argument
565 hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1) argument
750 hostapd_start_dfs_cac(struct hostapd_iface *iface, int mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c482 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, in
480 hostapd_set_freq_params(struct hostapd_freq_params *data, int mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) argument
565 hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1) argument
750 hostapd_start_dfs_cac(struct hostapd_iface *iface, int mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c482 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, in
480 hostapd_set_freq_params(struct hostapd_freq_params *data, int mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) argument
565 hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1) argument
750 hostapd_start_dfs_cac(struct hostapd_iface *iface, int mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h420 int sec_channel_offset; /* 0 = HT40 disabled, -1 = HT40 enabled, member in struct:hostapd_freq_params
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h420 int sec_channel_offset; /* 0 = HT40 disabled, -1 = HT40 enabled, member in struct:hostapd_freq_params
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h420 int sec_channel_offset; /* 0 = HT40 disabled, -1 = HT40 enabled, member in struct:hostapd_freq_params

Completed in 385 milliseconds