Home
last modified time | relevance | path

Searched refs:tdls_off_ch_bw_offset (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/tdls/core/src/
Dwlan_tdls_ct.c1173 params->tdls_off_ch_bw_offset); in tdls_update_opclass()
1177 if (params->tdls_off_ch_bw_offset == BW40_HIGH_PRIMARY) in tdls_update_opclass()
1181 else if (params->tdls_off_ch_bw_offset == BW40_LOW_PRIMARY) in tdls_update_opclass()
1231 &params->tdls_off_ch_bw_offset); in tdls_update_peer_off_channel_list()
1337 chan_switch_params->tdls_off_ch_bw_offset = in tdls_set_tdls_offchannelmode()
1350 &chan_switch_params->tdls_off_ch_bw_offset); in tdls_set_tdls_offchannelmode()
1388 chan_switch_params->tdls_off_ch_bw_offset = 0; in tdls_set_tdls_offchannelmode()
1408 chan_switch_params->tdls_off_ch_bw_offset, in tdls_set_tdls_offchannelmode()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_sta_tlv.c565 static uint8_t tdls_get_wmi_offchannel_bw(uint16_t tdls_off_ch_bw_offset) in tdls_get_wmi_offchannel_bw() argument
569 switch (tdls_off_ch_bw_offset) { in tdls_get_wmi_offchannel_bw()
585 tdls_off_ch_bw_offset); in tdls_get_wmi_offchannel_bw()
637 chan_switch_params->tdls_off_ch_bw_offset); in send_set_tdls_offchan_mode_cmd_tlv()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
Dwlan_tdls_public_structs.h1065 uint8_t tdls_off_ch_bw_offset; member