/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
D | wlan_mlo_mgr_sta.c | 223 if (qdf_test_bit(i, mlo_dev_ctx->sta_ctx->wlan_connected_links)) { in mlo_is_ml_connection_in_progress() 263 struct wlan_mlo_sta *sta_ctx = NULL; in mlo_send_link_disconnect() local 265 sta_ctx = vdev->mlo_dev_ctx->sta_ctx; in mlo_send_link_disconnect() 266 if (!sta_ctx) { in mlo_send_link_disconnect() 289 (qdf_test_bit(i, sta_ctx->wlan_connected_links) || in mlo_send_link_disconnect() 305 static void mlo_free_copied_conn_req(struct wlan_mlo_sta *sta_ctx) in mlo_free_copied_conn_req() argument 307 if (sta_ctx) { in mlo_free_copied_conn_req() 309 copied_conn_req_lock_acquire(sta_ctx); in mlo_free_copied_conn_req() 310 if (sta_ctx->copied_conn_req) { in mlo_free_copied_conn_req() 311 wlan_cm_free_connect_req(sta_ctx->copied_conn_req); in mlo_free_copied_conn_req() [all …]
|
D | wlan_mlo_mgr_link_switch.c | 497 struct wlan_mlo_sta *sta_ctx; in mlo_mgr_link_switch_osif_notification() local 507 sta_ctx = vdev->mlo_dev_ctx->sta_ctx; in mlo_mgr_link_switch_osif_notification() 508 if (!sta_ctx) in mlo_mgr_link_switch_osif_notification() 539 qdf_test_bit(idx, sta_ctx->wlan_connected_links)) { in mlo_mgr_link_switch_osif_notification() 769 struct wlan_mlo_sta *sta_ctx; in mlo_mgr_link_switch_start_connect() local 796 sta_ctx = mlo_dev_ctx->sta_ctx; in mlo_mgr_link_switch_start_connect() 797 copied_conn_req_lock_acquire(sta_ctx); in mlo_mgr_link_switch_start_connect() 798 if (sta_ctx->copied_conn_req) { in mlo_mgr_link_switch_start_connect() 799 qdf_mem_copy(&conn_req, sta_ctx->copied_conn_req, in mlo_mgr_link_switch_start_connect() 802 copied_conn_req_lock_release(sta_ctx); in mlo_mgr_link_switch_start_connect() [all …]
|
D | wlan_mlo_mgr_main.c | 492 if (mld_cur->sta_ctx) in wlan_mlo_get_sta_mld_ctx_count() 1170 ml_dev->sta_ctx = qdf_mem_malloc(sizeof(struct wlan_mlo_sta)); in mlo_dev_ctx_init() 1171 if (!ml_dev->sta_ctx) { in mlo_dev_ctx_init() 1177 copied_conn_req_lock_create(ml_dev->sta_ctx); in mlo_dev_ctx_init() 1183 qdf_mem_free(ml_dev->sta_ctx); in mlo_dev_ctx_init() 1204 qdf_mem_free(ml_dev->sta_ctx); in mlo_dev_ctx_init() 1282 static void ml_free_copied_reassoc_rsp(struct wlan_mlo_sta *sta_ctx) in ml_free_copied_reassoc_rsp() argument 1284 wlan_cm_free_connect_resp(sta_ctx->copied_reassoc_rsp); in ml_free_copied_reassoc_rsp() 1287 static void ml_free_copied_reassoc_rsp(struct wlan_mlo_sta *sta_ctx) in ml_free_copied_reassoc_rsp() argument 1356 connect_req = ml_dev->sta_ctx->connect_req; in mlo_dev_ctx_deinit() [all …]
|
D | wlan_mlo_mgr_cmn.c | 931 struct wlan_mlo_sta *sta_ctx = NULL; in mlo_get_link_state_register_resp_cb() local 942 sta_ctx = mlo_ctx->sta_ctx; in mlo_get_link_state_register_resp_cb() 944 if (!sta_ctx) in mlo_get_link_state_register_resp_cb() 949 sta_ctx->ml_link_state.ml_link_state_resp_cb = in mlo_get_link_state_register_resp_cb() 951 sta_ctx->ml_link_state.ml_link_state_req_context = in mlo_get_link_state_register_resp_cb()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/ |
D | wlan_mlo_mgr_roam.c | 42 struct wlan_mlo_sta *sta_ctx; in mlo_check_connect_req_bmap() local 48 sta_ctx = mlo_dev_ctx->sta_ctx; in mlo_check_connect_req_bmap() 55 return qdf_test_bit(i, sta_ctx->wlan_connect_req_links); in mlo_check_connect_req_bmap() 334 if (!vdev->mlo_dev_ctx->sta_ctx) in mlo_mgr_num_roam_links() 337 reassoc_rsp = vdev->mlo_dev_ctx->sta_ctx->copied_reassoc_rsp; in mlo_mgr_num_roam_links() 844 struct wlan_mlo_sta *sta_ctx; in mlo_check_if_all_links_up() local 853 if (!mlo_dev_ctx->sta_ctx) { in mlo_check_if_all_links_up() 858 sta_ctx = mlo_dev_ctx->sta_ctx; in mlo_check_if_all_links_up() 863 if (qdf_test_bit(i, sta_ctx->wlan_connected_links) && in mlo_check_if_all_links_up() 883 struct wlan_mlo_sta *sta_ctx; in mlo_check_if_all_vdev_up() local [all …]
|
D | wlan_mlo_link_force.c | 43 struct wlan_mlo_sta *sta_ctx; in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() local 60 if (!mlo_dev_ctx || !mlo_dev_ctx->sta_ctx) { in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 66 sta_ctx = mlo_dev_ctx->sta_ctx; in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 72 if (!qdf_test_bit(i, sta_ctx->wlan_connected_links)) { in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 123 struct wlan_mlo_sta *sta_ctx; in ml_nlink_convert_vdev_bitmap_to_linkid_bitmap() local 139 if (!mlo_dev_ctx || !mlo_dev_ctx->sta_ctx) { in ml_nlink_convert_vdev_bitmap_to_linkid_bitmap() 144 sta_ctx = mlo_dev_ctx->sta_ctx; in ml_nlink_convert_vdev_bitmap_to_linkid_bitmap() 150 if (!qdf_test_bit(i, sta_ctx->wlan_connected_links)) { in ml_nlink_convert_vdev_bitmap_to_linkid_bitmap() 192 if (!mlo_dev_ctx || !mlo_dev_ctx->sta_ctx) { in ml_nlink_get_curr_force_state() 199 &mlo_dev_ctx->sta_ctx->link_force_ctx.force_state, in ml_nlink_get_curr_force_state() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
D | wlan_mlo_mgr_sta.h | 466 struct wlan_mlo_sta *sta_ctx = NULL; in mlo_iterate_connected_vdev_list() local 472 sta_ctx = mlo_dev_ctx->sta_ctx; in mlo_iterate_connected_vdev_list() 473 if (!sta_ctx) in mlo_iterate_connected_vdev_list() 479 if (qdf_test_bit(i, sta_ctx->wlan_connected_links)) { in mlo_iterate_connected_vdev_list() 531 struct wlan_mlo_sta *sta_ctx = NULL; in mlo_iterate_ml_standalone_vdev_list() local 541 sta_ctx = mlo_dev_ctx->sta_ctx; in mlo_iterate_ml_standalone_vdev_list() 542 if (!sta_ctx) in mlo_iterate_ml_standalone_vdev_list() 587 struct wlan_mlo_sta *sta_ctx = NULL; in mlo_update_connect_req_links() local 593 sta_ctx = mlo_dev_ctx->sta_ctx; in mlo_update_connect_req_links() 594 if (!sta_ctx) in mlo_update_connect_req_links() [all …]
|
D | wlan_mlo_mgr_main.h | 418 void copied_conn_req_lock_create(struct wlan_mlo_sta *sta_ctx) in copied_conn_req_lock_create() argument 420 qdf_spinlock_create(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_create() 432 void copied_conn_req_lock_destroy(struct wlan_mlo_sta *sta_ctx) in copied_conn_req_lock_destroy() argument 434 qdf_spinlock_destroy(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_destroy() 446 void copied_conn_req_lock_acquire(struct wlan_mlo_sta *sta_ctx) in copied_conn_req_lock_acquire() argument 448 qdf_spin_lock_bh(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_acquire() 460 void copied_conn_req_lock_release(struct wlan_mlo_sta *sta_ctx) in copied_conn_req_lock_release() argument 462 qdf_spin_unlock_bh(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_release() 720 void copied_conn_req_lock_create(struct wlan_mlo_sta *sta_ctx) in copied_conn_req_lock_create() argument 722 qdf_mutex_create(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_create() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_lpass.c | 85 struct hdd_station_ctx *sta_ctx, in wlan_hdd_gen_wlan_status_pack() argument 163 if (sta_ctx) { in wlan_hdd_gen_wlan_status_pack() 166 data->freq = sta_ctx->conn_info.chan_freq; in wlan_hdd_gen_wlan_status_pack() 168 sta_ctx->conn_info.ssid.SSID.length) { in wlan_hdd_gen_wlan_status_pack() 169 data->ssid_len = sta_ctx->conn_info.ssid.SSID.length; in wlan_hdd_gen_wlan_status_pack() 171 sta_ctx->conn_info.ssid.SSID.ssId, in wlan_hdd_gen_wlan_status_pack() 172 sta_ctx->conn_info.ssid.SSID.length); in wlan_hdd_gen_wlan_status_pack() 174 if (QDF_MAC_ADDR_SIZE >= sizeof(sta_ctx->conn_info.bssid)) in wlan_hdd_gen_wlan_status_pack() 175 memcpy(data->bssid, sta_ctx->conn_info.bssid.bytes, in wlan_hdd_gen_wlan_status_pack() 231 struct hdd_station_ctx *sta_ctx, in wlan_hdd_send_status_pkg() argument [all …]
|
D | wlan_hdd_cm_connect.c | 66 struct hdd_station_ctx *sta_ctx; in hdd_cm_is_vdev_associated() local 68 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_cm_is_vdev_associated() 70 return (sta_ctx->conn_info.conn_state == in hdd_cm_is_vdev_associated() 93 struct hdd_station_ctx *sta_ctx; in hdd_cm_is_vdev_connected() local 96 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_cm_is_vdev_connected() 98 return (sta_ctx->conn_info.conn_state == in hdd_cm_is_vdev_connected() 200 struct hdd_station_ctx *sta_ctx; in hdd_cm_update_rssi_snr_by_bssid() local 217 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_cm_update_rssi_snr_by_bssid() 219 sta_ctx->conn_info.bssid.bytes, in hdd_cm_update_rssi_snr_by_bssid() 230 sta_ctx->conn_info.signal = link_info->rssi; in hdd_cm_update_rssi_snr_by_bssid() [all …]
|
D | wlan_hdd_assoc.c | 463 struct hdd_station_ctx *sta_ctx; in hdd_conn_set_authenticated() local 468 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_conn_set_authenticated() 471 sta_ctx->conn_info.is_authenticated, auth_state); in hdd_conn_set_authenticated() 472 sta_ctx->conn_info.is_authenticated = auth_state; in hdd_conn_set_authenticated() 480 auth_time = sta_ctx->conn_info.auth_time; in hdd_conn_set_authenticated() 481 time_buffer_size = sizeof(sta_ctx->conn_info.auth_time); in hdd_conn_set_authenticated() 489 (sta_ctx->conn_info.ptk_installed || in hdd_conn_set_authenticated() 490 sta_ctx->conn_info.uc_encrypt_type == eCSR_ENCRYPT_TYPE_NONE)) in hdd_conn_set_authenticated() 513 struct hdd_station_ctx *sta_ctx; in hdd_conn_get_connected_band() local 516 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_conn_get_connected_band() [all …]
|
D | wlan_hdd_cm_disconnect.c | 60 struct hdd_station_ctx *sta_ctx; in hdd_handle_disassociation_event() local 64 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_handle_disassociation_event() 83 sta_ctx->conn_info.dot11mode)); in hdd_handle_disassociation_event() 131 struct hdd_station_ctx *sta_ctx; in __hdd_cm_disconnect_handler_pre_user_update() local 135 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in __hdd_cm_disconnect_handler_pre_user_update() 137 time_buffer_size = sizeof(sta_ctx->conn_info.connect_time); in __hdd_cm_disconnect_handler_pre_user_update() 138 qdf_mem_zero(sta_ctx->conn_info.connect_time, time_buffer_size); in __hdd_cm_disconnect_handler_pre_user_update() 141 &sta_ctx->conn_info.bssid))) in __hdd_cm_disconnect_handler_pre_user_update() 146 sta_ctx->conn_info.bssid.bytes, in __hdd_cm_disconnect_handler_pre_user_update() 208 struct hdd_station_ctx *sta_ctx; in __hdd_cm_disconnect_handler_post_user_update() local [all …]
|
D | wlan_hdd_sysfs_txrx_stats.c | 41 struct hdd_station_ctx *sta_ctx; in __hdd_sysfs_txrx_stats_store() local 56 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(adapter->deflink); in __hdd_sysfs_txrx_stats_store() 96 if (sta_ctx->conn_info.is_authenticated) { in __hdd_sysfs_txrx_stats_store() 98 QDF_MAC_ADDR_REF(&sta_ctx->conn_info.bssid.bytes[0])); in __hdd_sysfs_txrx_stats_store() 100 (char *)&sta_ctx->conn_info.bssid; in __hdd_sysfs_txrx_stats_store()
|
D | wlan_hdd_nan_datapath.c | 919 struct hdd_station_ctx *sta_ctx; in hdd_ndi_delete() local 934 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_ndi_delete() 967 struct hdd_station_ctx *sta_ctx; in hdd_ndi_drv_ndi_create_rsp_handler() local 987 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_ndi_drv_ndi_create_rsp_handler() 1049 hdd_save_peer(sta_ctx, &bc_mac_addr); in hdd_ndi_drv_ndi_create_rsp_handler() 1083 struct hdd_station_ctx *sta_ctx; in hdd_ndi_drv_ndi_delete_rsp_handler() local 1097 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_ndi_drv_ndi_delete_rsp_handler() 1099 hdd_delete_peer(sta_ctx, &bc_mac_addr); in hdd_ndi_drv_ndi_delete_rsp_handler() 1159 struct hdd_station_ctx *sta_ctx; in hdd_ndp_new_peer_handler() local 1174 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_ndp_new_peer_handler() [all …]
|
D | wlan_hdd_nud_tracking.c | 38 struct hdd_station_ctx *sta_ctx; in hdd_handle_nud_fail_sta() local 49 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(adapter->deflink); in hdd_handle_nud_fail_sta() 52 ap_info.bssid = sta_ctx->conn_info.bssid; in hdd_handle_nud_fail_sta()
|
D | wlan_hdd_tdls.c | 978 struct hdd_station_ctx *sta_ctx; in hdd_is_sta_legacy() local 980 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_is_sta_legacy() 981 if (!sta_ctx) in hdd_is_sta_legacy() 984 if ((sta_ctx->conn_info.dot11mode == eCSR_CFG_DOT11_MODE_AUTO) || in hdd_is_sta_legacy() 985 (sta_ctx->conn_info.dot11mode == eCSR_CFG_DOT11_MODE_11N) || in hdd_is_sta_legacy() 986 (sta_ctx->conn_info.dot11mode == eCSR_CFG_DOT11_MODE_11AC) || in hdd_is_sta_legacy() 987 (sta_ctx->conn_info.dot11mode == eCSR_CFG_DOT11_MODE_11N_ONLY) || in hdd_is_sta_legacy() 988 (sta_ctx->conn_info.dot11mode == eCSR_CFG_DOT11_MODE_11AC_ONLY) || in hdd_is_sta_legacy() 989 (sta_ctx->conn_info.dot11mode == eCSR_CFG_DOT11_MODE_11AX) || in hdd_is_sta_legacy() 990 (sta_ctx->conn_info.dot11mode == eCSR_CFG_DOT11_MODE_11AX_ONLY)) in hdd_is_sta_legacy()
|
D | wlan_hdd_stats.c | 501 struct hdd_station_ctx *sta_ctx; in hdd_get_link_info_by_bssid() local 511 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_get_link_info_by_bssid() 513 &sta_ctx->conn_info.bssid)) { in hdd_get_link_info_by_bssid() 619 struct hdd_station_ctx *sta_ctx; in wlan_hdd_copy_sinfo_to_link_info() local 625 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in wlan_hdd_copy_sinfo_to_link_info() 648 link_mac = sta_ctx->conn_info.bssid.bytes; in wlan_hdd_copy_sinfo_to_link_info() 732 struct hdd_station_ctx *sta_ctx = NULL; in wlan_hdd_get_mlo_links_count() local 738 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in wlan_hdd_get_mlo_links_count() 739 if (sta_ctx->conn_info.ieee_link_id != in wlan_hdd_get_mlo_links_count() 976 struct hdd_station_ctx *sta_ctx = NULL; in wlan_hdd_get_connected_link_info() local [all …]
|
D | wlan_hdd_ipa.c | 189 struct hdd_station_ctx *sta_ctx; in hdd_ipa_send_nbuf_to_network() local 256 sta_ctx = in hdd_ipa_send_nbuf_to_network() 258 ta_addr = (u8 *)&sta_ctx->conn_info.peer_macaddr; in hdd_ipa_send_nbuf_to_network()
|
D | wlan_hdd_mlo.c | 838 struct hdd_station_ctx *sta_ctx; in wlan_hdd_cached_link_state_request() local 860 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in wlan_hdd_cached_link_state_request() 862 sta_ctx->conn_info.ieee_link_id; in wlan_hdd_cached_link_state_request() 866 sta_ctx->ch_info.freq; in wlan_hdd_cached_link_state_request() 868 if (sta_ctx->conn_info.ieee_link_id == WLAN_INVALID_LINK_ID) in wlan_hdd_cached_link_state_request() 873 sta_ctx->conn_info.ieee_link_id); in wlan_hdd_cached_link_state_request() 876 sta_ctx->conn_info.ieee_link_id); in wlan_hdd_cached_link_state_request() 886 link_info->vdev_id, sta_ctx->conn_info.ieee_link_id, in wlan_hdd_cached_link_state_request()
|
D | wlan_hdd_power.c | 969 struct hdd_station_ctx *sta_ctx; in hdd_set_grat_arp_keepalive() local 986 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(adapter->deflink); in hdd_set_grat_arp_keepalive() 987 if (!sta_ctx) { in hdd_set_grat_arp_keepalive() 1002 qdf_copy_macaddr(&req.bssid, &sta_ctx->conn_info.bssid); in hdd_set_grat_arp_keepalive() 2204 struct hdd_station_ctx *sta_ctx; in wlan_hdd_set_powersave() local 2215 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in wlan_hdd_set_powersave() 2220 sta_ctx->ap_supports_immediate_power_save); in wlan_hdd_set_powersave() 2223 &sta_ctx->conn_info.bssid, in wlan_hdd_set_powersave() 3071 struct hdd_station_ctx *sta_ctx = in __wlan_hdd_cfg80211_set_txpower() local 3075 qdf_copy_macaddr(&bssid, &sta_ctx->conn_info.bssid); in __wlan_hdd_cfg80211_set_txpower()
|
D | wlan_hdd_tx_rx.c | 511 struct hdd_station_ctx *sta_ctx = &adapter->deflink->session.station; in __hdd_hard_start_xmit() local 556 ((!sta_ctx->conn_info.is_authenticated) && in __hdd_hard_start_xmit() 1648 struct hdd_station_ctx *sta_ctx; in wlan_hdd_set_tx_flow_info() local 1668 sta_ctx = in wlan_hdd_set_tx_flow_info() 1671 chan_freq = sta_ctx->conn_info.chan_freq; in wlan_hdd_set_tx_flow_info()
|
D | wlan_hdd_wext.c | 3476 struct hdd_station_ctx *sta_ctx; in hdd_we_set_tx_power() local 3483 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_we_set_tx_power() 3485 sta_ctx->conn_info.bssid, in hdd_we_set_tx_power() 3498 struct hdd_station_ctx *sta_ctx; in hdd_we_set_max_tx_power() local 3505 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(link_info); in hdd_we_set_max_tx_power() 3507 sta_ctx->conn_info.bssid, in hdd_we_set_max_tx_power() 3508 sta_ctx->conn_info.bssid, in hdd_we_set_max_tx_power() 6037 struct hdd_station_ctx *sta_ctx = NULL; in __iw_get_char_setnone() local 6092 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(stat_link_info); in __iw_get_char_setnone() 6098 (sta_ctx->conn_info.conn_state), in __iw_get_char_setnone() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_assoc.h | 412 bool hdd_save_peer(struct hdd_station_ctx *sta_ctx, 422 void hdd_delete_peer(struct hdd_station_ctx *sta_ctx, 504 void hdd_conn_remove_connect_info(struct hdd_station_ctx *sta_ctx);
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_ft.c | 122 tAddStaParams *sta_ctx; in lim_ft_prepare_add_bss_req() local 191 sta_ctx = &pAddBssParams->staContext; in lim_ft_prepare_add_bss_req() 199 sta_ctx->ch_width = ft_session->ch_width; in lim_ft_prepare_add_bss_req() 262 sta_ctx->vhtTxBFCapable in lim_ft_prepare_add_bss_req() 266 sta_ctx->enable_su_tx_bformer = 1; in lim_ft_prepare_add_bss_req()
|
D | lim_process_assoc_rsp_frame.c | 986 t2lm_ctx = &mlo_dev_ctx->sta_ctx->copied_t2lm_ie_assoc_rsp; in lim_process_assoc_rsp_t2lm() 1024 struct wlan_mlo_sta *sta_ctx; in lim_cache_emlsr_params() local 1039 sta_ctx = vdev->mlo_dev_ctx->sta_ctx; in lim_cache_emlsr_params() 1040 if (!sta_ctx) { in lim_cache_emlsr_params() 1045 ml_emlcap = &sta_ctx->emlsr_cap; in lim_cache_emlsr_params()
|