Home
last modified time | relevance | path

Searched refs:new_channel (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_ch_select.c194 uint8_t new_channel) in sap_check_n_add_channel() argument
201 if (ie_info->channels[i] == new_channel) in sap_check_n_add_channel()
205 ie_info->channels[i] = new_channel; in sap_check_n_add_channel()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h3899 uint8_t new_channel; member
3917 uint8_t new_channel; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c10079 uint8_t new_channel = 0; in send_extended_chan_switch_action_frame() local
10087 new_channel = wlan_reg_freq_to_chan(mac_ctx->pdev, new_channel_freq); in send_extended_chan_switch_action_frame()
10106 switch_mode, op_class, new_channel, in send_extended_chan_switch_action_frame()
10112 switch_mode, op_class, new_channel, in send_extended_chan_switch_action_frame()
10124 uint8_t op_class = 0, new_channel; in lim_send_chan_switch_action_frame() local
10135 new_channel = wlan_reg_freq_to_chan(mac_ctx->pdev, new_channel_freq); in lim_send_chan_switch_action_frame()
10151 op_class, new_channel, switch_count, in lim_send_chan_switch_action_frame()
10156 new_channel, switch_count, in lim_send_chan_switch_action_frame()
10162 new_channel, switch_count, session_entry); in lim_send_chan_switch_action_frame()
Dlim_types.h936 uint8_t new_channel, uint8_t count, struct pe_session *session_entry);
Dlim_send_management_frames.c5073 uint8_t new_channel, uint8_t count, struct pe_session *session_entry)
5101 frm.ext_chan_switch_ann_action.new_channel = new_channel;
5106 reg_cc, new_channel, new_op_class);
5183 frm.ext_chan_switch_ann_action.new_channel,
Dlim_process_action_frame.c191 wlan_reg_chan_opclass_to_freq(ext_channel_switch_frame->ext_chan_switch_ann_action.new_channel, in lim_process_ext_channel_switch_action_frame()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms449 new_channel: 8;
1421 new_channel, 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h627 uint32_t new_channel:8; member
9402 uint8_t new_channel; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Ddot11f.c837 pDst->new_channel = tmp7__ >> 16 & 0xff; in dot11f_unpack_ff_ext_chan_switch_ann_action()
9801 pDst->new_channel = *pBuf; in dot11f_unpack_ie_ext_chan_switch_ann()
21678 tmp127__ |= (pSrc->new_channel << 16); in dot11f_pack_ff_ext_chan_switch_ann_action()
30451 *pBuf = pSrc->new_channel; in dot11f_pack_ie_ext_chan_switch_ann()
Dparser_api.c208 dot_11_ptr->new_channel = in populate_dot_11_f_ext_chann_switch_ann()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c5769 csa_event->channel = csa_ie->new_channel; in extract_csa_ie_received_ev_params_tlv()
5774 csa_event->channel = xcsa_ie->new_channel; in extract_csa_ie_received_ev_params_tlv()