Home
last modified time | relevance | path

Searched refs:switch_mode (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_beacon_frame.c192 csa_param.switch_mode = csa_ie->switchmode; in lim_process_beacon_mlo()
202 csa_param.switch_mode = xcsa_ie->switchmode; in lim_process_beacon_mlo()
Dlim_utils.h3577 uint8_t switch_mode);
3657 uint8_t target_ch_width, uint8_t switch_mode) in lim_cp_stats_cstats_log_csa_evt() argument
Dlim_process_sme_req_messages.c10077 uint8_t switch_mode = 0, i; in send_extended_chan_switch_action_frame() local
10090 switch_mode = ch_switch->switchMode; 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()
10125 uint8_t switch_mode = 0, i; in lim_send_chan_switch_action_frame() local
10139 switch_mode = session_entry->gLimChannelSwitch.switchMode; in lim_send_chan_switch_action_frame()
10150 (mac_ctx, psta->staAddr, switch_mode, in lim_send_chan_switch_action_frame()
10155 (mac_ctx, psta->staAddr, switch_mode, in lim_send_chan_switch_action_frame()
10161 (mac_ctx, session_entry->bssId, switch_mode, op_class, in lim_send_chan_switch_action_frame()
Dlim_send_sme_rsp_messages.c2083 lim_ch_switch->switchMode = csa_params->switch_mode; in lim_handle_sta_csa_param()
Dlim_utils.c12213 uint8_t switch_mode) in lim_cp_stats_cstats_log_csa_evt() argument
12230 stat.switch_mode = switch_mode; in lim_cp_stats_cstats_log_csa_evt()
Dlim_send_management_frames.c5099 frm.ext_chan_switch_ann_action.switch_mode = mode;
5182 frm.ext_chan_switch_ann_action.switch_mode,
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
Dwlan_vdev_mgr_tgt_if_rx_api.c349 if (!csa_event->switch_mode) { in tgt_vdev_mgr_csa_received_handler()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
Dwlan_cp_stats_chipset_stats_events.h504 uint8_t switch_mode; member
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h3898 uint8_t switch_mode; member
3915 uint8_t switch_mode; member
4516 uint8_t switch_mode; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c1336 csa_offload_event->switch_mode = csa_ie->switchmode; in fill_csa_offload_params()
1343 csa_offload_event->switch_mode = xcsa_ie->switchmode; in fill_csa_offload_params()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms447 switch_mode: 8;
1419 switch_mode, 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h625 uint32_t switch_mode:8; member
9400 uint8_t switch_mode; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c5770 csa_event->switch_mode = csa_ie->switch_mode; in extract_csa_ie_received_ev_params_tlv()
5775 csa_event->switch_mode = xcsa_ie->switch_mode; in extract_csa_ie_received_ev_params_tlv()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Ddot11f.c835 pDst->switch_mode = tmp7__ >> 0 & 0xff; in dot11f_unpack_ff_ext_chan_switch_ann_action()
9785 pDst->switch_mode = *pBuf; in dot11f_unpack_ie_ext_chan_switch_ann()
21676 tmp127__ |= (pSrc->switch_mode << 0); in dot11f_pack_ff_ext_chan_switch_ann_action()
30445 *pBuf = pSrc->switch_mode; in dot11f_pack_ie_ext_chan_switch_ann()
Dparser_api.c202 dot_11_ptr->switch_mode = session_entry->gLimChannelSwitch.switchMode; in populate_dot_11_f_ext_chann_switch_ann()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c16729 csa_offload_event->switch_mode = 1; in sme_switch_channel()