Searched refs:new_channel (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qcacld-3.0/core/sap/src/ |
D | sap_ch_select.c | 194 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/ |
D | wlan_cmn_ieee80211.h | 3899 uint8_t new_channel; member 3917 uint8_t new_channel; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_sme_req_messages.c | 10079 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()
|
D | lim_types.h | 936 uint8_t new_channel, uint8_t count, struct pe_session *session_entry);
|
D | lim_send_management_frames.c | 5073 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,
|
D | lim_process_action_frame.c | 191 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/ |
D | dot11f.frms | 449 new_channel: 8; 1421 new_channel, 1;
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 627 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/ |
D | dot11f.c | 837 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()
|
D | parser_api.c | 208 dot_11_ptr->new_channel = in populate_dot_11_f_ext_chann_switch_ann()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 5769 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()
|