Lines Matching refs:psoc
61 QDF_STATUS ucfg_mlme_psoc_open(struct wlan_objmgr_psoc *psoc);
71 void ucfg_mlme_psoc_close(struct wlan_objmgr_psoc *psoc);
94 void ucfg_mlme_set_ml_link_control_mode(struct wlan_objmgr_psoc *psoc,
104 void ucfg_mlme_set_bt_profile_con(struct wlan_objmgr_psoc *psoc,
113 uint8_t ucfg_mlme_get_ml_link_control_mode(struct wlan_objmgr_psoc *psoc,
157 char *ucfg_mlme_get_power_usage(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_power_usage() argument
159 return wlan_mlme_get_power_usage(psoc); in ucfg_mlme_get_power_usage()
170 uint8_t ucfg_get_tx_power(struct wlan_objmgr_psoc *psoc, uint8_t band) in ucfg_get_tx_power() argument
172 return wlan_mlme_get_tx_power(psoc, band); in ucfg_get_tx_power()
187 QDF_STATUS ucfg_mlme_get_phy_max_freq_range(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_phy_max_freq_range() argument
193 return wlan_mlme_get_phy_max_freq_range(psoc, in ucfg_mlme_get_phy_max_freq_range()
210 QDF_STATUS ucfg_mlme_get_ht_cap_info(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_ht_cap_info() argument
214 return wlan_mlme_get_ht_cap_info(psoc, ht_cap_info); in ucfg_mlme_get_ht_cap_info()
227 QDF_STATUS ucfg_mlme_set_ht_cap_info(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_ht_cap_info() argument
231 return wlan_mlme_set_ht_cap_info(psoc, ht_cap_info); in ucfg_mlme_set_ht_cap_info()
242 QDF_STATUS ucfg_mlme_get_max_amsdu_num(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_max_amsdu_num() argument
245 return wlan_mlme_get_max_amsdu_num(psoc, value); in ucfg_mlme_get_max_amsdu_num()
256 QDF_STATUS ucfg_mlme_set_max_amsdu_num(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_max_amsdu_num() argument
259 return wlan_mlme_set_max_amsdu_num(psoc, value); in ucfg_mlme_set_max_amsdu_num()
270 QDF_STATUS ucfg_mlme_get_ht_mpdu_density(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_ht_mpdu_density() argument
273 return wlan_mlme_get_ht_mpdu_density(psoc, value); in ucfg_mlme_get_ht_mpdu_density()
284 QDF_STATUS ucfg_mlme_set_ht_mpdu_density(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_ht_mpdu_density() argument
287 return wlan_mlme_set_ht_mpdu_density(psoc, value); in ucfg_mlme_set_ht_mpdu_density()
298 QDF_STATUS ucfg_mlme_get_band_capability(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_band_capability() argument
301 return wlan_mlme_get_band_capability(psoc, band_capability); in ucfg_mlme_get_band_capability()
351 bool ucfg_mlme_get_wlm_multi_client_ll_caps(struct wlan_objmgr_psoc *psoc);
362 ucfg_mlme_cfg_get_multi_client_ll_ini_support(struct wlan_objmgr_psoc *psoc,
366 bool ucfg_mlme_get_wlm_multi_client_ll_caps(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_wlm_multi_client_ll_caps() argument
372 ucfg_mlme_cfg_get_multi_client_ll_ini_support(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_multi_client_ll_ini_support() argument
387 QDF_STATUS ucfg_mlme_set_band_capability(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_band_capability() argument
390 return wlan_mlme_set_band_capability(psoc, band_capability); in ucfg_mlme_set_band_capability()
401 bool ucfg_mlme_get_vendor_handoff_control_caps(struct wlan_objmgr_psoc *psoc);
404 bool ucfg_mlme_get_vendor_handoff_control_caps(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_vendor_handoff_control_caps() argument
419 QDF_STATUS ucfg_mlme_set_dual_sta_policy(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_dual_sta_policy() argument
422 return wlan_mlme_set_dual_sta_policy(psoc, dual_sta_config); in ucfg_mlme_set_dual_sta_policy()
433 QDF_STATUS ucfg_mlme_get_dual_sta_policy(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_dual_sta_policy() argument
436 return wlan_mlme_get_dual_sta_policy(psoc, dual_sta_config); in ucfg_mlme_get_dual_sta_policy()
473 QDF_STATUS ucfg_mlme_get_prevent_link_down(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_prevent_link_down() argument
476 return wlan_mlme_get_prevent_link_down(psoc, prevent_link_down); in ucfg_mlme_get_prevent_link_down()
487 QDF_STATUS ucfg_mlme_get_select_5ghz_margin(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_select_5ghz_margin() argument
490 return wlan_mlme_get_select_5ghz_margin(psoc, select_5ghz_margin); in ucfg_mlme_get_select_5ghz_margin()
501 QDF_STATUS ucfg_mlme_get_rtt_mac_randomization(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_rtt_mac_randomization() argument
504 return wlan_mlme_get_rtt_mac_randomization(psoc, rtt_mac_randomization); in ucfg_mlme_get_rtt_mac_randomization()
515 QDF_STATUS ucfg_mlme_get_crash_inject(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_crash_inject() argument
518 return wlan_mlme_get_crash_inject(psoc, crash_inject); in ucfg_mlme_get_crash_inject()
529 QDF_STATUS ucfg_mlme_get_lpass_support(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_lpass_support() argument
532 return wlan_mlme_get_lpass_support(psoc, lpass_support); in ucfg_mlme_get_lpass_support()
544 void ucfg_mlme_get_wls_6ghz_cap(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wls_6ghz_cap() argument
547 wlan_mlme_get_wls_6ghz_cap(psoc, wls_6ghz_capable); in ucfg_mlme_get_wls_6ghz_cap()
558 QDF_STATUS ucfg_mlme_get_self_recovery(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_self_recovery() argument
561 return wlan_mlme_get_self_recovery(psoc, self_recovery); in ucfg_mlme_get_self_recovery()
572 QDF_STATUS ucfg_mlme_get_sub_20_chan_width(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sub_20_chan_width() argument
575 return wlan_mlme_get_sub_20_chan_width(psoc, sub_20_chan_width); in ucfg_mlme_get_sub_20_chan_width()
586 QDF_STATUS ucfg_mlme_get_fw_timeout_crash(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_fw_timeout_crash() argument
589 return wlan_mlme_get_fw_timeout_crash(psoc, fw_timeout_crash); in ucfg_mlme_get_fw_timeout_crash()
600 QDF_STATUS ucfg_mlme_get_ito_repeat_count(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_ito_repeat_count() argument
603 return wlan_mlme_get_ito_repeat_count(psoc, ito_repeat_count); in ucfg_mlme_get_ito_repeat_count()
617 QDF_STATUS ucfg_mlme_get_acs_with_more_param(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_acs_with_more_param() argument
620 return wlan_mlme_get_acs_with_more_param(psoc, value); in ucfg_mlme_get_acs_with_more_param()
633 QDF_STATUS ucfg_mlme_get_auto_channel_weight(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_auto_channel_weight() argument
636 return wlan_mlme_get_auto_channel_weight(psoc, value); in ucfg_mlme_get_auto_channel_weight()
650 QDF_STATUS ucfg_mlme_get_vendor_acs_support(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_vendor_acs_support() argument
653 return wlan_mlme_get_vendor_acs_support(psoc, value); in ucfg_mlme_get_vendor_acs_support()
667 ucfg_mlme_get_external_acs_policy(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_external_acs_policy() argument
670 return wlan_mlme_get_external_acs_policy(psoc, value); in ucfg_mlme_get_external_acs_policy()
684 ucfg_mlme_get_acs_support_for_dfs_ltecoex(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_acs_support_for_dfs_ltecoex() argument
687 return wlan_mlme_get_acs_support_for_dfs_ltecoex(psoc, value); in ucfg_mlme_get_acs_support_for_dfs_ltecoex()
700 ucfg_mlme_get_wmm_dir_ac_vo(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_dir_ac_vo() argument
703 return wlan_mlme_get_wmm_dir_ac_vo(psoc, value); in ucfg_mlme_get_wmm_dir_ac_vo()
717 ucfg_mlme_get_wmm_nom_msdu_size_ac_vo(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_nom_msdu_size_ac_vo() argument
720 return wlan_mlme_get_wmm_nom_msdu_size_ac_vo(psoc, value); in ucfg_mlme_get_wmm_nom_msdu_size_ac_vo()
733 ucfg_mlme_get_wmm_mean_data_rate_ac_vo(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_mean_data_rate_ac_vo() argument
736 return wlan_mlme_get_wmm_mean_data_rate_ac_vo(psoc, value); in ucfg_mlme_get_wmm_mean_data_rate_ac_vo()
750 ucfg_mlme_get_wmm_min_phy_rate_ac_vo(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_min_phy_rate_ac_vo() argument
753 return wlan_mlme_get_wmm_min_phy_rate_ac_vo(psoc, value); in ucfg_mlme_get_wmm_min_phy_rate_ac_vo()
767 ucfg_mlme_get_wmm_sba_ac_vo(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_sba_ac_vo() argument
770 return wlan_mlme_get_wmm_sba_ac_vo(psoc, value); in ucfg_mlme_get_wmm_sba_ac_vo()
784 ucfg_mlme_get_wmm_uapsd_vo_srv_intv(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_uapsd_vo_srv_intv() argument
787 return wlan_mlme_get_wmm_uapsd_vo_srv_intv(psoc, value); in ucfg_mlme_get_wmm_uapsd_vo_srv_intv()
801 ucfg_mlme_get_wmm_uapsd_vo_sus_intv(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_uapsd_vo_sus_intv() argument
804 return wlan_mlme_get_wmm_uapsd_vo_sus_intv(psoc, value); in ucfg_mlme_get_wmm_uapsd_vo_sus_intv()
819 void ucfg_mlme_get_sap_inactivity_override(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_inactivity_override() argument
822 wlan_mlme_get_sap_inactivity_override(psoc, value); in ucfg_mlme_get_sap_inactivity_override()
834 QDF_STATUS ucfg_mlme_get_tx_chainmask_1ss(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_tx_chainmask_1ss() argument
837 return wlan_mlme_get_tx_chainmask_1ss(psoc, value); in ucfg_mlme_get_tx_chainmask_1ss()
849 QDF_STATUS ucfg_mlme_get_num_11b_tx_chains(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_num_11b_tx_chains() argument
852 return wlan_mlme_get_num_11b_tx_chains(psoc, value); in ucfg_mlme_get_num_11b_tx_chains()
864 QDF_STATUS ucfg_mlme_get_num_11ag_tx_chains(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_num_11ag_tx_chains() argument
867 return wlan_mlme_get_num_11ag_tx_chains(psoc, value); in ucfg_mlme_get_num_11ag_tx_chains()
878 QDF_STATUS ucfg_mlme_get_bt_chain_separation_flag(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_bt_chain_separation_flag() argument
881 return wlan_mlme_get_bt_chain_separation_flag(psoc, value); in ucfg_mlme_get_bt_chain_separation_flag()
893 QDF_STATUS ucfg_mlme_configure_chain_mask(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_configure_chain_mask() argument
896 return wlan_mlme_configure_chain_mask(psoc, session_id); in ucfg_mlme_configure_chain_mask()
907 bool ucfg_mlme_is_chain_mask_supported(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_is_chain_mask_supported() argument
909 return wlan_mlme_is_chain_mask_supported(psoc); in ucfg_mlme_is_chain_mask_supported()
920 ucfg_mlme_get_sta_keep_alive_period(struct wlan_objmgr_psoc *psoc,
931 ucfg_mlme_get_dfs_master_capability(struct wlan_objmgr_psoc *psoc,
942 ucfg_mlme_get_dfs_disable_channel_switch(struct wlan_objmgr_psoc *psoc,
953 ucfg_mlme_set_dfs_disable_channel_switch(struct wlan_objmgr_psoc *psoc,
963 ucfg_mlme_get_dfs_ignore_cac(struct wlan_objmgr_psoc *psoc,
974 ucfg_mlme_set_dfs_ignore_cac(struct wlan_objmgr_psoc *psoc,
985 ucfg_mlme_get_sap_tx_leakage_threshold(struct wlan_objmgr_psoc *psoc,
996 ucfg_mlme_set_sap_tx_leakage_threshold(struct wlan_objmgr_psoc *psoc,
1007 ucfg_mlme_get_dfs_pri_multiplier(struct wlan_objmgr_psoc *psoc,
1018 ucfg_mlme_set_dfs_pri_multiplier(struct wlan_objmgr_psoc *psoc,
1029 ucfg_mlme_get_dfs_filter_offload(struct wlan_objmgr_psoc *psoc,
1040 ucfg_mlme_set_dfs_filter_offload(struct wlan_objmgr_psoc *psoc,
1051 ucfg_mlme_get_oem_6g_supported(struct wlan_objmgr_psoc *psoc,
1062 ucfg_mlme_get_fine_time_meas_cap(struct wlan_objmgr_psoc *psoc,
1073 ucfg_mlme_set_fine_time_meas_cap(struct wlan_objmgr_psoc *psoc,
1084 ucfg_mlme_get_pmkid_modes(struct wlan_objmgr_psoc *psoc,
1095 ucfg_mlme_set_pmkid_modes(struct wlan_objmgr_psoc *psoc,
1106 ucfg_mlme_get_dot11p_mode(struct wlan_objmgr_psoc *psoc,
1117 ucfg_mlme_get_go_cts2self_for_sta(struct wlan_objmgr_psoc *psoc,
1128 ucfg_mlme_get_qcn_ie_support(struct wlan_objmgr_psoc *psoc,
1139 ucfg_mlme_get_tgt_gtx_usr_cfg(struct wlan_objmgr_psoc *psoc,
1150 ucfg_mlme_is_override_ht20_40_24g(struct wlan_objmgr_psoc *psoc, bool *val);
1161 ucfg_mlme_get_roam_disable_config(struct wlan_objmgr_psoc *psoc,
1172 ucfg_mlme_get_roaming_offload(struct wlan_objmgr_psoc *psoc,
1183 ucfg_mlme_set_roaming_offload(struct wlan_objmgr_psoc *psoc,
1194 ucfg_mlme_get_roaming_triggers(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_roaming_triggers() argument
1196 return wlan_mlme_get_roaming_triggers(psoc); in ucfg_mlme_get_roaming_triggers()
1208 ucfg_mlme_set_roaming_triggers(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_roaming_triggers() argument
1211 wlan_mlme_set_roaming_triggers(psoc, trigger_bitmap); in ucfg_mlme_set_roaming_triggers()
1215 ucfg_mlme_get_roam_disable_config(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_roam_disable_config() argument
1222 ucfg_mlme_get_roaming_offload(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_roaming_offload() argument
1231 ucfg_mlme_set_roaming_offload(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_roaming_offload() argument
1238 ucfg_mlme_get_roaming_triggers(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_roaming_triggers() argument
1244 ucfg_mlme_set_roaming_triggers(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_roaming_triggers() argument
1258 ucfg_mlme_is_mawc_enabled(struct wlan_objmgr_psoc *psoc, bool *val);
1268 ucfg_mlme_set_mawc_enabled(struct wlan_objmgr_psoc *psoc, bool val);
1278 ucfg_mlme_is_fast_transition_enabled(struct wlan_objmgr_psoc *psoc,
1289 ucfg_mlme_set_fast_transition_enabled(struct wlan_objmgr_psoc *psoc,
1300 ucfg_mlme_is_roam_scan_offload_enabled(struct wlan_objmgr_psoc *psoc,
1313 ucfg_mlme_set_tgt_adaptive_11r_cap(struct wlan_objmgr_psoc *psoc,
1323 ucfg_mlme_get_adaptive11r_enabled(struct wlan_objmgr_psoc *psoc,
1327 ucfg_mlme_set_tgt_adaptive_11r_cap(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_tgt_adaptive_11r_cap() argument
1334 ucfg_mlme_get_adaptive11r_enabled(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_adaptive11r_enabled() argument
1350 ucfg_mlme_set_roam_scan_offload_enabled(struct wlan_objmgr_psoc *psoc,
1362 ucfg_mlme_get_neighbor_scan_max_chan_time(struct wlan_objmgr_psoc *psoc,
1374 ucfg_mlme_get_neighbor_scan_min_chan_time(struct wlan_objmgr_psoc *psoc,
1385 ucfg_mlme_get_delay_before_vdev_stop(struct wlan_objmgr_psoc *psoc,
1396 ucfg_mlme_get_roam_bmiss_final_bcnt(struct wlan_objmgr_psoc *psoc,
1415 ucfg_mlme_get_dual_sta_roaming_enabled(struct wlan_objmgr_psoc *psoc);
1425 ucfg_mlme_get_roam_bmiss_first_bcnt(struct wlan_objmgr_psoc *psoc,
1436 ucfg_mlme_is_lfr_enabled(struct wlan_objmgr_psoc *psoc, bool *val);
1446 ucfg_mlme_set_lfr_enabled(struct wlan_objmgr_psoc *psoc, bool val);
1456 ucfg_mlme_is_roam_prefer_5ghz(struct wlan_objmgr_psoc *psoc, bool *val);
1464 bool ucfg_mlme_is_roam_intra_band(struct wlan_objmgr_psoc *psoc);
1474 ucfg_mlme_set_roam_intra_band(struct wlan_objmgr_psoc *psoc, bool val);
1484 ucfg_mlme_get_home_away_time(struct wlan_objmgr_psoc *psoc, uint16_t *val);
1495 ucfg_mlme_set_fast_roam_in_concurrency_enabled(struct wlan_objmgr_psoc *psoc,
1506 ucfg_mlme_get_wmi_wq_watchdog_timeout(struct wlan_objmgr_psoc *psoc,
1517 ucfg_mlme_set_wmi_wq_watchdog_timeout(struct wlan_objmgr_psoc *psoc,
1530 QDF_STATUS ucfg_mlme_set_sap_listen_interval(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_sap_listen_interval() argument
1533 return wlan_mlme_set_sap_listen_interval(psoc, value); in ucfg_mlme_set_sap_listen_interval()
1546 QDF_STATUS ucfg_mlme_set_assoc_sta_limit(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_assoc_sta_limit() argument
1549 return wlan_mlme_set_assoc_sta_limit(psoc, value); in ucfg_mlme_set_assoc_sta_limit()
1562 QDF_STATUS ucfg_mlme_get_assoc_sta_limit(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_assoc_sta_limit() argument
1565 return wlan_mlme_get_assoc_sta_limit(psoc, value); in ucfg_mlme_get_assoc_sta_limit()
1578 QDF_STATUS ucfg_mlme_get_listen_interval(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_listen_interval() argument
1581 return wlan_mlme_get_listen_interval(psoc, value); in ucfg_mlme_get_listen_interval()
1595 QDF_STATUS ucfg_mlme_get_sap_get_peer_info(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_get_peer_info() argument
1598 return wlan_mlme_get_sap_get_peer_info(psoc, value); in ucfg_mlme_get_sap_get_peer_info()
1611 QDF_STATUS ucfg_mlme_set_sap_get_peer_info(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_sap_get_peer_info() argument
1614 return wlan_mlme_set_sap_get_peer_info(psoc, value); in ucfg_mlme_set_sap_get_peer_info()
1628 ucfg_mlme_get_sap_bcast_deauth_enabled(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_bcast_deauth_enabled() argument
1631 return wlan_mlme_get_sap_bcast_deauth_enabled(psoc, value); in ucfg_mlme_get_sap_bcast_deauth_enabled()
1645 ucfg_mlme_is_6g_sap_fd_enabled(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_is_6g_sap_fd_enabled() argument
1648 return wlan_mlme_is_6g_sap_fd_enabled(psoc, value); in ucfg_mlme_is_6g_sap_fd_enabled()
1661 QDF_STATUS ucfg_mlme_get_sap_allow_all_channels(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_allow_all_channels() argument
1664 return wlan_mlme_get_sap_allow_all_channels(psoc, value); in ucfg_mlme_get_sap_allow_all_channels()
1677 QDF_STATUS ucfg_mlme_get_sap_max_peers(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_max_peers() argument
1680 return wlan_mlme_get_sap_max_peers(psoc, value); in ucfg_mlme_get_sap_max_peers()
1693 QDF_STATUS ucfg_mlme_set_sap_max_peers(struct wlan_objmgr_psoc *psoc, int value) in ucfg_mlme_set_sap_max_peers() argument
1695 return wlan_mlme_set_sap_max_peers(psoc, value); in ucfg_mlme_set_sap_max_peers()
1708 QDF_STATUS ucfg_mlme_get_sap_max_offload_peers(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_max_offload_peers() argument
1711 return wlan_mlme_get_sap_max_offload_peers(psoc, value); in ucfg_mlme_get_sap_max_offload_peers()
1726 *psoc, int *value) in ucfg_mlme_get_sap_max_offload_reorder_buffs()
1728 return wlan_mlme_get_sap_max_offload_reorder_buffs(psoc, value); in ucfg_mlme_get_sap_max_offload_reorder_buffs()
1742 QDF_STATUS ucfg_mlme_get_sap_chn_switch_bcn_count(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_chn_switch_bcn_count() argument
1745 return wlan_mlme_get_sap_chn_switch_bcn_count(psoc, value); in ucfg_mlme_get_sap_chn_switch_bcn_count()
1758 QDF_STATUS ucfg_mlme_get_sap_channel_switch_mode(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_channel_switch_mode() argument
1761 return wlan_mlme_get_sap_chn_switch_mode(psoc, value); in ucfg_mlme_get_sap_channel_switch_mode()
1774 QDF_STATUS ucfg_mlme_get_sap_internal_restart(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_internal_restart() argument
1777 return wlan_mlme_get_sap_internal_restart(psoc, value); in ucfg_mlme_get_sap_internal_restart()
1790 QDF_STATUS ucfg_mlme_get_sap_max_modulated_dtim(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_max_modulated_dtim() argument
1793 return wlan_mlme_get_sap_max_modulated_dtim(psoc, value); in ucfg_mlme_get_sap_max_modulated_dtim()
1806 QDF_STATUS ucfg_mlme_get_pref_chan_location(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_pref_chan_location() argument
1809 return wlan_mlme_get_sap_chan_pref_location(psoc, value); in ucfg_mlme_get_pref_chan_location()
1822 QDF_STATUS ucfg_mlme_get_sap_country_priority(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_country_priority() argument
1825 return wlan_mlme_get_sap_country_priority(psoc, value); in ucfg_mlme_get_sap_country_priority()
1840 *psoc, int *value) in ucfg_mlme_get_sap_reduces_beacon_interval()
1842 return wlan_mlme_get_sap_reduced_beacon_interval(psoc, value); in ucfg_mlme_get_sap_reduces_beacon_interval()
1857 *psoc, bool *value) in ucfg_mlme_get_sap_chan_switch_rate_enabled()
1859 return wlan_mlme_get_sap_chan_switch_rate_enabled(psoc, value); in ucfg_mlme_get_sap_chan_switch_rate_enabled()
1874 *psoc, bool *value) in ucfg_mlme_get_sap_force_11n_for_11ac()
1876 return wlan_mlme_get_sap_force_11n_for_11ac(psoc, value); in ucfg_mlme_get_sap_force_11n_for_11ac()
1891 *psoc, bool *value) in ucfg_mlme_get_go_force_11n_for_11ac()
1893 return wlan_mlme_get_go_force_11n_for_11ac(psoc, value); in ucfg_mlme_get_go_force_11n_for_11ac()
1905 QDF_STATUS ucfg_mlme_is_sap_11ac_override(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_is_sap_11ac_override() argument
1908 return wlan_mlme_is_sap_11ac_override(psoc, value); in ucfg_mlme_is_sap_11ac_override()
1920 QDF_STATUS ucfg_mlme_is_go_11ac_override(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_is_go_11ac_override() argument
1923 return wlan_mlme_is_go_11ac_override(psoc, value); in ucfg_mlme_is_go_11ac_override()
1935 QDF_STATUS ucfg_mlme_set_sap_11ac_override(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_sap_11ac_override() argument
1938 return wlan_mlme_set_sap_11ac_override(psoc, value); in ucfg_mlme_set_sap_11ac_override()
1950 QDF_STATUS ucfg_mlme_set_go_11ac_override(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_go_11ac_override() argument
1953 return wlan_mlme_set_go_11ac_override(psoc, value); in ucfg_mlme_set_go_11ac_override()
1969 QDF_STATUS ucfg_mlme_get_oce_sta_enabled_info(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_oce_sta_enabled_info() argument
1972 return wlan_mlme_get_oce_sta_enabled_info(psoc, value); in ucfg_mlme_get_oce_sta_enabled_info()
1986 QDF_STATUS ucfg_mlme_get_bigtk_support(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_bigtk_support() argument
1989 return wlan_mlme_get_bigtk_support(psoc, value); in ucfg_mlme_get_bigtk_support()
2003 QDF_STATUS ucfg_mlme_get_ocv_support(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_ocv_support() argument
2006 return wlan_mlme_get_ocv_support(psoc, value); in ucfg_mlme_get_ocv_support()
2022 QDF_STATUS ucfg_mlme_get_oce_sap_enabled_info(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_oce_sap_enabled_info() argument
2025 return wlan_mlme_get_oce_sap_enabled_info(psoc, value); in ucfg_mlme_get_oce_sap_enabled_info()
2054 bool ucfg_mlme_is_ap_prot_enabled(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_is_ap_prot_enabled() argument
2056 return wlan_mlme_is_ap_prot_enabled(psoc); in ucfg_mlme_is_ap_prot_enabled()
2070 QDF_STATUS ucfg_mlme_get_ap_protection_mode(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_ap_protection_mode() argument
2073 return wlan_mlme_get_ap_protection_mode(psoc, value); in ucfg_mlme_get_ap_protection_mode()
2087 QDF_STATUS ucfg_mlme_is_ap_obss_prot_enabled(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_is_ap_obss_prot_enabled() argument
2090 return wlan_mlme_is_ap_obss_prot_enabled(psoc, value); in ucfg_mlme_is_ap_obss_prot_enabled()
2103 QDF_STATUS ucfg_mlme_get_rts_threshold(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_rts_threshold() argument
2106 return wlan_mlme_get_rts_threshold(psoc, value); in ucfg_mlme_get_rts_threshold()
2119 QDF_STATUS ucfg_mlme_set_rts_threshold(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_rts_threshold() argument
2122 return wlan_mlme_set_rts_threshold(psoc, value); in ucfg_mlme_set_rts_threshold()
2136 QDF_STATUS ucfg_mlme_get_frag_threshold(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_frag_threshold() argument
2139 return wlan_mlme_get_frag_threshold(psoc, value); in ucfg_mlme_get_frag_threshold()
2152 QDF_STATUS ucfg_mlme_set_frag_threshold(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_frag_threshold() argument
2155 return wlan_mlme_set_frag_threshold(psoc, value); in ucfg_mlme_set_frag_threshold()
2170 QDF_STATUS ucfg_mlme_get_fils_enabled_info(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_fils_enabled_info() argument
2173 return wlan_mlme_get_fils_enabled_info(psoc, value); in ucfg_mlme_get_fils_enabled_info()
2188 QDF_STATUS ucfg_mlme_set_fils_enabled_info(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_fils_enabled_info() argument
2191 return wlan_mlme_set_fils_enabled_info(psoc, value); in ucfg_mlme_set_fils_enabled_info()
2207 QDF_STATUS ucfg_mlme_set_primary_interface(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_primary_interface() argument
2210 return wlan_mlme_set_primary_interface(psoc, value); in ucfg_mlme_set_primary_interface()
2244 QDF_STATUS ucfg_mlme_set_enable_bcast_probe_rsp(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_enable_bcast_probe_rsp() argument
2247 return wlan_mlme_set_enable_bcast_probe_rsp(psoc, value); in ucfg_mlme_set_enable_bcast_probe_rsp()
2260 ucfg_mlme_set_vht_ch_width(struct wlan_objmgr_psoc *psoc, uint8_t value) in ucfg_mlme_set_vht_ch_width() argument
2262 return wlan_mlme_cfg_set_vht_chan_width(psoc, value); in ucfg_mlme_set_vht_ch_width()
2276 ucfg_mlme_cfg_get_vht_chan_width(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_cfg_get_vht_chan_width() argument
2278 return wlan_mlme_cfg_get_vht_chan_width(psoc, value); in ucfg_mlme_cfg_get_vht_chan_width()
2292 ucfg_mlme_cfg_set_vht_ldpc_coding_cap(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_mlme_cfg_set_vht_ldpc_coding_cap() argument
2294 return wlan_mlme_cfg_set_vht_ldpc_coding_cap(psoc, value); in ucfg_mlme_cfg_set_vht_ldpc_coding_cap()
2308 ucfg_mlme_cfg_get_short_gi_160_mhz(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_cfg_get_short_gi_160_mhz() argument
2310 return wlan_mlme_cfg_get_short_gi_160_mhz(psoc, value); in ucfg_mlme_cfg_get_short_gi_160_mhz()
2325 ucfg_mlme_cfg_set_short_gi_160_mhz(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_mlme_cfg_set_short_gi_160_mhz() argument
2327 return wlan_mlme_cfg_set_short_gi_160_mhz(psoc, value); in ucfg_mlme_cfg_set_short_gi_160_mhz()
2342 ucfg_mlme_cfg_get_vht_tx_stbc(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_cfg_get_vht_tx_stbc() argument
2344 return wlan_mlme_cfg_get_vht_tx_stbc(psoc, value); in ucfg_mlme_cfg_get_vht_tx_stbc()
2359 ucfg_mlme_cfg_get_vht_rx_stbc(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_cfg_get_vht_rx_stbc() argument
2361 return wlan_mlme_cfg_get_vht_rx_stbc(psoc, value); in ucfg_mlme_cfg_get_vht_rx_stbc()
2375 QDF_STATUS ucfg_mlme_cfg_set_vht_tx_bfee_ant_supp(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_set_vht_tx_bfee_ant_supp() argument
2378 return wlan_mlme_cfg_set_vht_tx_bfee_ant_supp(psoc, value); in ucfg_mlme_cfg_set_vht_tx_bfee_ant_supp()
2392 QDF_STATUS ucfg_mlme_cfg_get_vht_tx_bfee_ant_supp(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_vht_tx_bfee_ant_supp() argument
2395 return wlan_mlme_cfg_get_vht_tx_bfee_ant_supp(psoc, value); in ucfg_mlme_cfg_get_vht_tx_bfee_ant_supp()
2410 ucfg_mlme_cfg_get_vht_rx_mcs_map(struct wlan_objmgr_psoc *psoc, uint32_t *value) in ucfg_mlme_cfg_get_vht_rx_mcs_map() argument
2412 return wlan_mlme_cfg_get_vht_rx_mcs_map(psoc, value); in ucfg_mlme_cfg_get_vht_rx_mcs_map()
2426 ucfg_mlme_cfg_set_vht_rx_mcs_map(struct wlan_objmgr_psoc *psoc, uint32_t value) in ucfg_mlme_cfg_set_vht_rx_mcs_map() argument
2428 return wlan_mlme_cfg_set_vht_rx_mcs_map(psoc, value); in ucfg_mlme_cfg_set_vht_rx_mcs_map()
2443 ucfg_mlme_cfg_get_vht_tx_mcs_map(struct wlan_objmgr_psoc *psoc, uint32_t *value) in ucfg_mlme_cfg_get_vht_tx_mcs_map() argument
2445 return wlan_mlme_cfg_get_vht_tx_mcs_map(psoc, value); in ucfg_mlme_cfg_get_vht_tx_mcs_map()
2459 ucfg_mlme_cfg_set_vht_tx_mcs_map(struct wlan_objmgr_psoc *psoc, uint32_t value) in ucfg_mlme_cfg_set_vht_tx_mcs_map() argument
2461 return wlan_mlme_cfg_set_vht_tx_mcs_map(psoc, value); in ucfg_mlme_cfg_set_vht_tx_mcs_map()
2475 ucfg_mlme_cfg_set_vht_rx_supp_data_rate(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_set_vht_rx_supp_data_rate() argument
2478 return wlan_mlme_cfg_set_vht_rx_supp_data_rate(psoc, value); in ucfg_mlme_cfg_set_vht_rx_supp_data_rate()
2492 ucfg_mlme_cfg_set_vht_tx_supp_data_rate(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_set_vht_tx_supp_data_rate() argument
2495 return wlan_mlme_cfg_set_vht_tx_supp_data_rate(psoc, value); in ucfg_mlme_cfg_set_vht_tx_supp_data_rate()
2510 ucfg_mlme_cfg_get_vht_basic_mcs_set(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_vht_basic_mcs_set() argument
2513 return wlan_mlme_cfg_get_vht_basic_mcs_set(psoc, value); in ucfg_mlme_cfg_get_vht_basic_mcs_set()
2528 ucfg_mlme_cfg_set_vht_basic_mcs_set(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_set_vht_basic_mcs_set() argument
2531 return wlan_mlme_cfg_set_vht_basic_mcs_set(psoc, value); in ucfg_mlme_cfg_set_vht_basic_mcs_set()
2546 ucfg_mlme_get_vht_enable_tx_bf(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_vht_enable_tx_bf() argument
2548 return wlan_mlme_get_vht_enable_tx_bf(psoc, value); in ucfg_mlme_get_vht_enable_tx_bf()
2563 ucfg_mlme_get_vht_tx_su_beamformer(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_vht_tx_su_beamformer() argument
2565 return wlan_mlme_get_vht_tx_su_beamformer(psoc, value); in ucfg_mlme_get_vht_tx_su_beamformer()
2580 ucfg_mlme_get_vht_channel_width(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_vht_channel_width() argument
2582 return wlan_mlme_get_vht_channel_width(psoc, value); in ucfg_mlme_get_vht_channel_width()
2597 ucfg_mlme_get_vht_rx_mcs_8_9(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_vht_rx_mcs_8_9() argument
2599 return wlan_mlme_get_vht_rx_mcs_8_9(psoc, value); in ucfg_mlme_get_vht_rx_mcs_8_9()
2614 ucfg_mlme_get_vht_tx_mcs_8_9(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_vht_tx_mcs_8_9() argument
2616 return wlan_mlme_get_vht_tx_mcs_8_9(psoc, value); in ucfg_mlme_get_vht_tx_mcs_8_9()
2631 ucfg_mlme_get_vht_rx_mcs_2x2(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_vht_rx_mcs_2x2() argument
2633 return wlan_mlme_get_vht_rx_mcs_2x2(psoc, value); in ucfg_mlme_get_vht_rx_mcs_2x2()
2648 ucfg_mlme_get_vht_tx_mcs_2x2(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_vht_tx_mcs_2x2() argument
2650 return wlan_mlme_get_vht_tx_mcs_2x2(psoc, value); in ucfg_mlme_get_vht_tx_mcs_2x2()
2714 ucfg_mlme_get_vht20_mcs9(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_vht20_mcs9() argument
2716 return wlan_mlme_get_vht20_mcs9(psoc, value); in ucfg_mlme_get_vht20_mcs9()
2730 ucfg_mlme_get_enable_dynamic_nss_chains_cfg(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_enable_dynamic_nss_chains_cfg() argument
2733 return wlan_mlme_get_enable_dynamic_nss_chains_cfg(psoc, value); in ucfg_mlme_get_enable_dynamic_nss_chains_cfg()
2749 struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_restart_sap_on_dynamic_nss_chains_cfg() argument
2752 return wlan_mlme_get_restart_sap_on_dynamic_nss_chains_cfg(psoc, value); in ucfg_mlme_get_restart_sap_on_dynamic_nss_chains_cfg()
2768 ucfg_mlme_update_dynamic_nss_chains_support(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_update_dynamic_nss_chains_support() argument
2771 return wlan_mlme_cfg_set_dynamic_nss_chains_support(psoc, val); in ucfg_mlme_update_dynamic_nss_chains_support()
2784 ucfg_mlme_get_sta_num_tx_chains(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sta_num_tx_chains() argument
2788 return wlan_mlme_get_sta_num_tx_chains(psoc, vdev, tx_chains); in ucfg_mlme_get_sta_num_tx_chains()
2801 ucfg_mlme_get_sta_num_rx_chains(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sta_num_rx_chains() argument
2805 return wlan_mlme_get_sta_num_rx_chains(psoc, vdev, rx_chains); in ucfg_mlme_get_sta_num_rx_chains()
2818 ucfg_mlme_get_sta_tx_nss(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sta_tx_nss() argument
2821 return wlan_mlme_get_sta_tx_nss(psoc, vdev, tx_nss); in ucfg_mlme_get_sta_tx_nss()
2834 ucfg_mlme_get_sta_rx_nss(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sta_rx_nss() argument
2838 return wlan_mlme_get_sta_rx_nss(psoc, vdev, rx_nss); in ucfg_mlme_get_sta_rx_nss()
2852 ucfg_mlme_get_vht_enable2x2(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_vht_enable2x2() argument
2854 return wlan_mlme_get_vht_enable2x2(psoc, value); in ucfg_mlme_get_vht_enable2x2()
2867 ucfg_mlme_get_force_sap_enabled(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_force_sap_enabled() argument
2869 return wlan_mlme_get_force_sap_enabled(psoc, value); in ucfg_mlme_get_force_sap_enabled()
2883 ucfg_mlme_set_vht_enable2x2(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_mlme_set_vht_enable2x2() argument
2885 return wlan_mlme_set_vht_enable2x2(psoc, value); in ucfg_mlme_set_vht_enable2x2()
2899 ucfg_mlme_get_vht_enable_paid(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_vht_enable_paid() argument
2901 return wlan_mlme_get_vht_enable_paid(psoc, value); in ucfg_mlme_get_vht_enable_paid()
2915 ucfg_mlme_get_vht_enable_gid(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_vht_enable_gid() argument
2917 return wlan_mlme_get_vht_enable_gid(psoc, value); in ucfg_mlme_get_vht_enable_gid()
2928 ucfg_mlme_get_vht_for_24ghz(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_vht_for_24ghz() argument
2930 return wlan_mlme_get_vht_for_24ghz(psoc, value); in ucfg_mlme_get_vht_for_24ghz()
2941 ucfg_mlme_set_vht_for_24ghz(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_mlme_set_vht_for_24ghz() argument
2943 return wlan_mlme_set_vht_for_24ghz(psoc, value); in ucfg_mlme_set_vht_for_24ghz()
2954 ucfg_mlme_get_vendor_vht_for_24ghz(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_vendor_vht_for_24ghz() argument
2956 return wlan_mlme_get_vendor_vht_for_24ghz(psoc, value); in ucfg_mlme_get_vendor_vht_for_24ghz()
2970 QDF_STATUS ucfg_mlme_update_vht_cap(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_update_vht_cap() argument
2973 return mlme_update_vht_cap(psoc, cfg); in ucfg_mlme_update_vht_cap()
2987 ucfg_mlme_update_nss_vht_cap(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_update_nss_vht_cap() argument
2989 return mlme_update_nss_vht_cap(psoc); in ucfg_mlme_update_nss_vht_cap()
3002 ucfg_mlme_is_11h_enabled(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_is_11h_enabled() argument
3004 return wlan_mlme_is_11h_enabled(psoc, value); in ucfg_mlme_is_11h_enabled()
3017 ucfg_mlme_set_11h_enabled(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_mlme_set_11h_enabled() argument
3019 return wlan_mlme_set_11h_enabled(psoc, value); in ucfg_mlme_set_11h_enabled()
3032 ucfg_mlme_is_11d_enabled(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_is_11d_enabled() argument
3034 return wlan_mlme_is_11d_enabled(psoc, value); in ucfg_mlme_is_11d_enabled()
3047 ucfg_mlme_set_11d_enabled(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_mlme_set_11d_enabled() argument
3049 return wlan_mlme_set_11d_enabled(psoc, value); in ucfg_mlme_set_11d_enabled()
3062 ucfg_mlme_is_rf_test_mode_enabled(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_is_rf_test_mode_enabled() argument
3064 return wlan_mlme_is_rf_test_mode_enabled(psoc, value); in ucfg_mlme_is_rf_test_mode_enabled()
3077 ucfg_mlme_set_rf_test_mode_enabled(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_mlme_set_rf_test_mode_enabled() argument
3079 return wlan_mlme_set_rf_test_mode_enabled(psoc, value); in ucfg_mlme_set_rf_test_mode_enabled()
3094 struct wlan_objmgr_psoc *psoc, in ucfg_mlme_is_disable_vlp_sta_conn_to_sp_ap_enabled() argument
3097 return wlan_mlme_is_disable_vlp_sta_conn_to_sp_ap_enabled(psoc, value); in ucfg_mlme_is_disable_vlp_sta_conn_to_sp_ap_enabled()
3111 ucfg_mlme_is_standard_6ghz_conn_policy_enabled(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_is_standard_6ghz_conn_policy_enabled() argument
3114 return wlan_mlme_is_standard_6ghz_conn_policy_enabled(psoc, value); in ucfg_mlme_is_standard_6ghz_conn_policy_enabled()
3127 ucfg_mlme_set_eht_mode(struct wlan_objmgr_psoc *psoc, enum wlan_eht_mode value) in ucfg_mlme_set_eht_mode() argument
3129 return wlan_mlme_set_eht_mode(psoc, value); in ucfg_mlme_set_eht_mode()
3142 ucfg_mlme_get_eht_mode(struct wlan_objmgr_psoc *psoc, enum wlan_eht_mode *value) in ucfg_mlme_get_eht_mode() argument
3144 return wlan_mlme_get_eht_mode(psoc, value); in ucfg_mlme_get_eht_mode()
3157 ucfg_mlme_is_multipass_sap(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_is_multipass_sap() argument
3159 return wlan_mlme_is_multipass_sap(psoc); in ucfg_mlme_is_multipass_sap()
3172 ucfg_mlme_set_emlsr_mode_enabled(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_mlme_set_emlsr_mode_enabled() argument
3174 return wlan_mlme_set_emlsr_mode_enabled(psoc, value); in ucfg_mlme_set_emlsr_mode_enabled()
3187 ucfg_mlme_get_emlsr_mode_enabled(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_emlsr_mode_enabled() argument
3189 return wlan_mlme_get_emlsr_mode_enabled(psoc, value); in ucfg_mlme_get_emlsr_mode_enabled()
3204 ucfg_mlme_set_t2lm_negotiation_supported(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_t2lm_negotiation_supported() argument
3207 return wlan_mlme_set_t2lm_negotiation_supported(psoc, value); in ucfg_mlme_set_t2lm_negotiation_supported()
3263 ucfg_mlme_get_supported_mcs_set(struct wlan_objmgr_psoc *psoc, uint8_t *buf,
3274 ucfg_mlme_set_supported_mcs_set(struct wlan_objmgr_psoc *psoc, uint8_t *buf,
3285 ucfg_mlme_get_current_mcs_set(struct wlan_objmgr_psoc *psoc, uint8_t *buf,
3296 ucfg_mlme_get_sta_keepalive_method(struct wlan_objmgr_psoc *psoc,
3307 ucfg_mlme_stats_get_periodic_display_time(struct wlan_objmgr_psoc *psoc,
3321 ucfg_mlme_stats_get_cfg_values(struct wlan_objmgr_psoc *psoc,
3335 ucfg_mlme_stats_is_link_speed_report_actual(struct wlan_objmgr_psoc *psoc);
3344 ucfg_mlme_stats_is_link_speed_report_max(struct wlan_objmgr_psoc *psoc);
3354 ucfg_mlme_stats_is_link_speed_report_max_scaled(struct wlan_objmgr_psoc *psoc);
3367 void ucfg_mlme_get_tl_delayed_trgr_frm_int(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_tl_delayed_trgr_frm_int() argument
3370 wlan_mlme_get_tl_delayed_trgr_frm_int(psoc, value); in ucfg_mlme_get_tl_delayed_trgr_frm_int()
3383 ucfg_mlme_get_wmm_dir_ac_vi(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_wmm_dir_ac_vi() argument
3385 return wlan_mlme_get_wmm_dir_ac_vi(psoc, value); in ucfg_mlme_get_wmm_dir_ac_vi()
3398 QDF_STATUS ucfg_mlme_get_wmm_nom_msdu_size_ac_vi(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_nom_msdu_size_ac_vi() argument
3401 return wlan_mlme_get_wmm_nom_msdu_size_ac_vi(psoc, value); in ucfg_mlme_get_wmm_nom_msdu_size_ac_vi()
3414 QDF_STATUS ucfg_mlme_get_wmm_mean_data_rate_ac_vi(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_mean_data_rate_ac_vi() argument
3417 return wlan_mlme_get_wmm_mean_data_rate_ac_vi(psoc, value); in ucfg_mlme_get_wmm_mean_data_rate_ac_vi()
3430 QDF_STATUS ucfg_mlme_get_wmm_min_phy_rate_ac_vi(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_min_phy_rate_ac_vi() argument
3433 return wlan_mlme_get_wmm_min_phy_rate_ac_vi(psoc, value); in ucfg_mlme_get_wmm_min_phy_rate_ac_vi()
3446 ucfg_mlme_get_wmm_sba_ac_vi(struct wlan_objmgr_psoc *psoc, uint16_t *value) in ucfg_mlme_get_wmm_sba_ac_vi() argument
3448 return wlan_mlme_get_wmm_sba_ac_vi(psoc, value); in ucfg_mlme_get_wmm_sba_ac_vi()
3462 ucfg_mlme_get_wmm_uapsd_vi_srv_intv(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_uapsd_vi_srv_intv() argument
3465 return wlan_mlme_get_wmm_uapsd_vi_srv_intv(psoc, value); in ucfg_mlme_get_wmm_uapsd_vi_srv_intv()
3479 ucfg_mlme_get_wmm_uapsd_vi_sus_intv(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_uapsd_vi_sus_intv() argument
3482 return wlan_mlme_get_wmm_uapsd_vi_sus_intv(psoc, value); in ucfg_mlme_get_wmm_uapsd_vi_sus_intv()
3495 ucfg_mlme_get_wmm_dir_ac_be(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_wmm_dir_ac_be() argument
3497 return wlan_mlme_get_wmm_dir_ac_be(psoc, value); in ucfg_mlme_get_wmm_dir_ac_be()
3510 QDF_STATUS ucfg_mlme_get_wmm_nom_msdu_size_ac_be(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_nom_msdu_size_ac_be() argument
3513 return wlan_mlme_get_wmm_nom_msdu_size_ac_be(psoc, value); in ucfg_mlme_get_wmm_nom_msdu_size_ac_be()
3526 QDF_STATUS ucfg_mlme_get_wmm_mean_data_rate_ac_be(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_mean_data_rate_ac_be() argument
3529 return wlan_mlme_get_wmm_mean_data_rate_ac_be(psoc, value); in ucfg_mlme_get_wmm_mean_data_rate_ac_be()
3542 QDF_STATUS ucfg_mlme_get_wmm_min_phy_rate_ac_be(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_min_phy_rate_ac_be() argument
3545 return wlan_mlme_get_wmm_min_phy_rate_ac_be(psoc, value); in ucfg_mlme_get_wmm_min_phy_rate_ac_be()
3558 ucfg_mlme_get_wmm_sba_ac_be(struct wlan_objmgr_psoc *psoc, uint16_t *value) in ucfg_mlme_get_wmm_sba_ac_be() argument
3560 return wlan_mlme_get_wmm_sba_ac_be(psoc, value); in ucfg_mlme_get_wmm_sba_ac_be()
3573 ucfg_mlme_get_wmm_uapsd_be_srv_intv(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_uapsd_be_srv_intv() argument
3576 return wlan_mlme_get_wmm_uapsd_be_srv_intv(psoc, value); in ucfg_mlme_get_wmm_uapsd_be_srv_intv()
3589 ucfg_mlme_get_wmm_uapsd_be_sus_intv(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_uapsd_be_sus_intv() argument
3592 return wlan_mlme_get_wmm_uapsd_be_sus_intv(psoc, value); in ucfg_mlme_get_wmm_uapsd_be_sus_intv()
3605 ucfg_mlme_get_wmm_dir_ac_bk(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_wmm_dir_ac_bk() argument
3607 return wlan_mlme_get_wmm_dir_ac_bk(psoc, value); in ucfg_mlme_get_wmm_dir_ac_bk()
3620 QDF_STATUS ucfg_mlme_get_wmm_nom_msdu_size_ac_bk(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_nom_msdu_size_ac_bk() argument
3623 return wlan_mlme_get_wmm_nom_msdu_size_ac_bk(psoc, value); in ucfg_mlme_get_wmm_nom_msdu_size_ac_bk()
3636 QDF_STATUS ucfg_mlme_get_wmm_mean_data_rate_ac_bk(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_mean_data_rate_ac_bk() argument
3639 return wlan_mlme_get_wmm_mean_data_rate_ac_bk(psoc, value); in ucfg_mlme_get_wmm_mean_data_rate_ac_bk()
3652 QDF_STATUS ucfg_mlme_get_wmm_min_phy_rate_ac_bk(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_min_phy_rate_ac_bk() argument
3655 return wlan_mlme_get_wmm_min_phy_rate_ac_bk(psoc, value); in ucfg_mlme_get_wmm_min_phy_rate_ac_bk()
3668 ucfg_mlme_get_wmm_sba_ac_bk(struct wlan_objmgr_psoc *psoc, uint16_t *value) in ucfg_mlme_get_wmm_sba_ac_bk() argument
3670 return wlan_mlme_get_wmm_sba_ac_bk(psoc, value); in ucfg_mlme_get_wmm_sba_ac_bk()
3683 ucfg_mlme_get_wmm_uapsd_bk_srv_intv(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_uapsd_bk_srv_intv() argument
3686 return wlan_mlme_get_wmm_uapsd_bk_srv_intv(psoc, value); in ucfg_mlme_get_wmm_uapsd_bk_srv_intv()
3699 ucfg_mlme_get_wmm_uapsd_bk_sus_intv(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_wmm_uapsd_bk_sus_intv() argument
3702 return wlan_mlme_get_wmm_uapsd_bk_sus_intv(psoc, value); in ucfg_mlme_get_wmm_uapsd_bk_sus_intv()
3715 ucfg_mlme_get_wmm_mode(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_wmm_mode() argument
3717 return wlan_mlme_get_wmm_mode(psoc, value); in ucfg_mlme_get_wmm_mode()
3728 QDF_STATUS ucfg_mlme_cfg_get_wlm_level(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_wlm_level() argument
3731 return mlme_get_cfg_wlm_level(psoc, level); in ucfg_mlme_cfg_get_wlm_level()
3742 QDF_STATUS ucfg_mlme_cfg_get_wlm_reset(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_wlm_reset() argument
3745 return mlme_get_cfg_wlm_reset(psoc, reset); in ucfg_mlme_cfg_get_wlm_reset()
3761 ucfg_mlme_update_tgt_he_cap(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_update_tgt_he_cap() argument
3764 return mlme_update_tgt_he_caps_in_cfg(psoc, cfg); in ucfg_mlme_update_tgt_he_cap()
3775 QDF_STATUS ucfg_mlme_cfg_get_he_caps(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_he_caps() argument
3778 return mlme_cfg_get_he_caps(psoc, he_cap); in ucfg_mlme_cfg_get_he_caps()
3789 QDF_STATUS ucfg_mlme_cfg_get_he_ul_mumimo(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_he_ul_mumimo() argument
3792 return wlan_mlme_cfg_get_he_ul_mumimo(psoc, value); in ucfg_mlme_cfg_get_he_ul_mumimo()
3803 QDF_STATUS ucfg_mlme_cfg_set_he_ul_mumimo(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_set_he_ul_mumimo() argument
3806 return wlan_mlme_cfg_set_he_ul_mumimo(psoc, value); in ucfg_mlme_cfg_set_he_ul_mumimo()
3817 QDF_STATUS ucfg_mlme_cfg_get_enable_ul_mimo(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_enable_ul_mimo() argument
3820 return wlan_mlme_cfg_get_enable_ul_mimo(psoc, value); in ucfg_mlme_cfg_get_enable_ul_mimo()
3831 QDF_STATUS ucfg_mlme_cfg_get_enable_ul_ofdm(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_enable_ul_ofdm() argument
3834 return wlan_mlme_cfg_get_enable_ul_ofdm(psoc, value); in ucfg_mlme_cfg_get_enable_ul_ofdm()
3851 ucfg_mlme_update_tgt_eht_cap(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_update_tgt_eht_cap() argument
3854 return mlme_update_tgt_eht_caps_in_cfg(psoc, cfg); in ucfg_mlme_update_tgt_eht_cap()
3858 ucfg_mlme_update_tgt_mlo_cap(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_update_tgt_mlo_cap() argument
3860 return mlme_update_tgt_mlo_caps_in_cfg(psoc); in ucfg_mlme_update_tgt_mlo_cap()
3870 bool ucfg_mlme_get_usr_disable_sta_eht(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_usr_disable_sta_eht() argument
3872 return wlan_mlme_get_usr_disable_sta_eht(psoc); in ucfg_mlme_get_usr_disable_sta_eht()
3883 void ucfg_mlme_set_usr_disable_sta_eht(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_usr_disable_sta_eht() argument
3886 wlan_mlme_set_usr_disable_sta_eht(psoc, disable); in ucfg_mlme_set_usr_disable_sta_eht()
3890 ucfg_mlme_update_tgt_mlo_cap(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_update_tgt_mlo_cap() argument
3896 bool ucfg_mlme_get_usr_disable_sta_eht(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_usr_disable_sta_eht() argument
3902 void ucfg_mlme_set_usr_disable_sta_eht(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_usr_disable_sta_eht() argument
3918 ucfg_mlme_get_eht_mld_id(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_eht_mld_id() argument
3920 return wlan_mlme_get_eht_mld_id(psoc); in ucfg_mlme_get_eht_mld_id()
3934 ucfg_mlme_set_eht_mld_id(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_eht_mld_id() argument
3937 return wlan_mlme_set_eht_mld_id(psoc, value); in ucfg_mlme_set_eht_mld_id()
3941 ucfg_mlme_get_eht_mld_id(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_eht_mld_id() argument
3947 ucfg_mlme_set_eht_mld_id(struct wlan_objmgr_psoc *psoc, uint8_t value) in ucfg_mlme_set_eht_mld_id() argument
3963 ucfg_mlme_get_80211e_is_enabled(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_80211e_is_enabled() argument
3965 return wlan_mlme_get_80211e_is_enabled(psoc, value); in ucfg_mlme_get_80211e_is_enabled()
3978 ucfg_mlme_get_wmm_uapsd_mask(struct wlan_objmgr_psoc *psoc, uint8_t *value) in ucfg_mlme_get_wmm_uapsd_mask() argument
3980 return wlan_mlme_get_wmm_uapsd_mask(psoc, value); in ucfg_mlme_get_wmm_uapsd_mask()
3994 ucfg_mlme_get_inactivity_interval(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_inactivity_interval() argument
3997 wlan_mlme_get_inactivity_interval(psoc, value); in ucfg_mlme_get_inactivity_interval()
4008 ucfg_mlme_is_ese_enabled(struct wlan_objmgr_psoc *psoc, bool *val);
4021 void ucfg_mlme_get_is_ts_burst_size_enable(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_is_ts_burst_size_enable() argument
4024 wlan_mlme_get_is_ts_burst_size_enable(psoc, value); in ucfg_mlme_get_is_ts_burst_size_enable()
4037 ucfg_mlme_get_ts_info_ack_policy(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_ts_info_ack_policy() argument
4040 wlan_mlme_get_ts_info_ack_policy(psoc, value); in ucfg_mlme_get_ts_info_ack_policy()
4054 ucfg_mlme_get_ts_acm_value_for_ac(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_ts_acm_value_for_ac() argument
4056 return wlan_mlme_get_ts_acm_value_for_ac(psoc, value); in ucfg_mlme_get_ts_acm_value_for_ac()
4069 ucfg_mlme_is_sap_uapsd_enabled(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_is_sap_uapsd_enabled() argument
4071 return wlan_mlme_is_sap_uapsd_enabled(psoc, value); in ucfg_mlme_is_sap_uapsd_enabled()
4084 ucfg_mlme_set_sap_uapsd_flag(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_mlme_set_sap_uapsd_flag() argument
4086 return wlan_mlme_set_sap_uapsd_flag(psoc, value); in ucfg_mlme_set_sap_uapsd_flag()
4099 ucfg_mlme_get_enable_deauth_to_disassoc_map(struct wlan_objmgr_psoc *psoc,
4112 ucfg_mlme_get_ap_random_bssid_enable(struct wlan_objmgr_psoc *psoc,
4126 ucfg_mlme_get_sta_miracast_mcc_rest_time(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sta_miracast_mcc_rest_time() argument
4129 return wlan_mlme_get_sta_miracast_mcc_rest_time(psoc, value); in ucfg_mlme_get_sta_miracast_mcc_rest_time()
4142 ucfg_mlme_get_max_modulated_dtim_ms(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_max_modulated_dtim_ms() argument
4145 return wlan_mlme_get_max_modulated_dtim_ms(psoc, value); in ucfg_mlme_get_max_modulated_dtim_ms()
4160 ucfg_mlme_get_sap_mcc_chnl_avoid(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sap_mcc_chnl_avoid() argument
4163 return wlan_mlme_get_sap_mcc_chnl_avoid(psoc, value); in ucfg_mlme_get_sap_mcc_chnl_avoid()
4179 ucfg_mlme_get_mcc_bcast_prob_resp(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_mcc_bcast_prob_resp() argument
4182 return wlan_mlme_get_mcc_bcast_prob_resp(psoc, value); in ucfg_mlme_get_mcc_bcast_prob_resp()
4198 ucfg_mlme_get_mcc_rts_cts_prot(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_mcc_rts_cts_prot() argument
4201 return wlan_mlme_get_mcc_rts_cts_prot(psoc, value); in ucfg_mlme_get_mcc_rts_cts_prot()
4215 ucfg_mlme_get_mcc_feature(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_mcc_feature() argument
4218 return wlan_mlme_get_mcc_feature(psoc, value); in ucfg_mlme_get_mcc_feature()
4229 QDF_STATUS ucfg_wlan_mlme_get_rrm_enabled(struct wlan_objmgr_psoc *psoc, in ucfg_wlan_mlme_get_rrm_enabled() argument
4232 return wlan_mlme_get_rrm_enabled(psoc, value); in ucfg_wlan_mlme_get_rrm_enabled()
4243 ucfg_mlme_get_latency_enable(struct wlan_objmgr_psoc *psoc, bool *value);
4254 ucfg_mlme_get_latency_level(struct wlan_objmgr_psoc *psoc, uint8_t *value);
4265 ucfg_mlme_get_latency_host_flags(struct wlan_objmgr_psoc *psoc,
4279 ucfg_mlme_get_dtim_selection_diversity(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_dtim_selection_diversity() argument
4282 return wlan_mlme_get_dtim_selection_diversity(psoc, dtim_selection_div); in ucfg_mlme_get_dtim_selection_diversity()
4296 ucfg_mlme_get_bmps_min_listen_interval(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_bmps_min_listen_interval() argument
4299 return wlan_mlme_get_bmps_min_listen_interval(psoc, value); in ucfg_mlme_get_bmps_min_listen_interval()
4313 ucfg_mlme_get_bmps_max_listen_interval(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_bmps_max_listen_interval() argument
4316 return wlan_mlme_get_bmps_max_listen_interval(psoc, value); in ucfg_mlme_get_bmps_max_listen_interval()
4330 ucfg_mlme_get_auto_bmps_timer_value(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_auto_bmps_timer_value() argument
4333 return wlan_mlme_get_auto_bmps_timer_value(psoc, value); in ucfg_mlme_get_auto_bmps_timer_value()
4347 ucfg_mlme_is_bmps_enabled(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_is_bmps_enabled() argument
4349 return wlan_mlme_is_bmps_enabled(psoc, value); in ucfg_mlme_is_bmps_enabled()
4363 ucfg_mlme_is_imps_enabled(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_is_imps_enabled() argument
4365 return wlan_mlme_is_imps_enabled(psoc, value); in ucfg_mlme_is_imps_enabled()
4377 ucfg_mlme_override_bmps_imps(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_override_bmps_imps() argument
4379 return wlan_mlme_override_bmps_imps(psoc); in ucfg_mlme_override_bmps_imps()
4391 ucfg_mlme_get_mws_coex_4g_quick_tdm(struct wlan_objmgr_psoc *psoc,
4402 ucfg_mlme_get_mws_coex_5g_nr_pwr_limit(struct wlan_objmgr_psoc *psoc,
4414 ucfg_mlme_get_mws_coex_pcc_channel_avoid_delay(struct wlan_objmgr_psoc *psoc,
4426 ucfg_mlme_get_mws_coex_scc_channel_avoid_delay(struct wlan_objmgr_psoc *psoc,
4439 ucfg_mlme_get_etsi_srd_chan_in_master_mode(struct wlan_objmgr_psoc *psoc,
4451 ucfg_mlme_get_5dot9_ghz_chan_in_master_mode(struct wlan_objmgr_psoc *psoc,
4463 ucfg_mlme_get_srd_master_mode_for_vdev(struct wlan_objmgr_psoc *psoc,
4478 ucfg_mlme_get_acs_avoid_freq_list(struct wlan_objmgr_psoc *psoc,
4483 ucfg_mlme_get_acs_avoid_freq_list(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_acs_avoid_freq_list() argument
4500 ucfg_mlme_get_11d_in_world_mode(struct wlan_objmgr_psoc *psoc,
4512 ucfg_mlme_get_restart_beaconing_on_ch_avoid(struct wlan_objmgr_psoc *psoc,
4523 ucfg_mlme_get_indoor_channel_support(struct wlan_objmgr_psoc *psoc,
4534 ucfg_mlme_get_scan_11d_interval(struct wlan_objmgr_psoc *psoc,
4546 ucfg_mlme_get_nol_across_regdmn(struct wlan_objmgr_psoc *psoc, bool *value);
4558 ucfg_mlme_get_valid_channel_freq_list(struct wlan_objmgr_psoc *psoc,
4574 ucfg_mlme_is_subnet_detection_enabled(struct wlan_objmgr_psoc *psoc, bool *val);
4577 ucfg_mlme_is_subnet_detection_enabled(struct wlan_objmgr_psoc *psoc, bool *val) in ucfg_mlme_is_subnet_detection_enabled() argument
4593 ucfg_mlme_set_current_tx_power_level(struct wlan_objmgr_psoc *psoc,
4604 ucfg_mlme_get_current_tx_power_level(struct wlan_objmgr_psoc *psoc,
4626 ucfg_mlme_set_obss_detection_offload_enabled(struct wlan_objmgr_psoc *psoc,
4639 struct wlan_objmgr_psoc *psoc, uint8_t value);
4650 ucfg_mlme_set_bss_color_collision_det_sta(struct wlan_objmgr_psoc *psoc,
4662 ucfg_mlme_set_bss_color_collision_det_support(struct wlan_objmgr_psoc *psoc,
4674 ucfg_mlme_get_bss_color_collision_det_support(struct wlan_objmgr_psoc *psoc,
4684 QDF_STATUS ucfg_mlme_set_restricted_80p80_bw_supp(struct wlan_objmgr_psoc *psoc,
4693 bool ucfg_mlme_get_restricted_80p80_bw_supp(struct wlan_objmgr_psoc *psoc);
4704 ucfg_mlme_get_update_chan_width_allowed(struct wlan_objmgr_psoc *psoc,
4715 ucfg_mlme_get_channel_bonding_24ghz(struct wlan_objmgr_psoc *psoc,
4726 ucfg_mlme_set_channel_bonding_24ghz(struct wlan_objmgr_psoc *psoc,
4737 ucfg_mlme_get_channel_bonding_5ghz(struct wlan_objmgr_psoc *psoc,
4748 ucfg_mlme_set_channel_bonding_5ghz(struct wlan_objmgr_psoc *psoc,
4762 ucfg_mlme_get_scan_probe_unicast_ra(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_scan_probe_unicast_ra() argument
4765 return wlan_mlme_get_scan_probe_unicast_ra(psoc, value); in ucfg_mlme_get_scan_probe_unicast_ra()
4779 ucfg_mlme_set_scan_probe_unicast_ra(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_scan_probe_unicast_ra() argument
4782 return wlan_mlme_set_scan_probe_unicast_ra(psoc, value); in ucfg_mlme_set_scan_probe_unicast_ra()
4794 ucfg_mlme_get_peer_phymode(struct wlan_objmgr_psoc *psoc, uint8_t *mac, in ucfg_mlme_get_peer_phymode() argument
4797 return mlme_get_peer_phymode(psoc, mac, peer_phymode); in ucfg_mlme_get_peer_phymode()
4816 bool ucfg_mlme_validate_scan_period(struct wlan_objmgr_psoc *psoc,
4827 ucfg_mlme_get_ignore_fw_reg_offload_ind(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_ignore_fw_reg_offload_ind() argument
4830 return wlan_mlme_get_ignore_fw_reg_offload_ind(psoc, disabled); in ucfg_mlme_get_ignore_fw_reg_offload_ind()
4841 QDF_STATUS ucfg_mlme_get_peer_unmap_conf(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_peer_unmap_conf() argument
4843 return wlan_mlme_get_peer_unmap_conf(psoc); in ucfg_mlme_get_peer_unmap_conf()
4856 ucfg_mlme_get_roam_reason_vsie_status(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_roam_reason_vsie_status() argument
4859 return wlan_mlme_get_roam_reason_vsie_status(psoc, in ucfg_mlme_get_roam_reason_vsie_status()
4872 ucfg_mlme_set_roam_reason_vsie_status(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_roam_reason_vsie_status() argument
4875 return wlan_mlme_set_roam_reason_vsie_status(psoc, in ucfg_mlme_set_roam_reason_vsie_status()
4890 ucfg_mlme_set_vdev_wifi_std(struct wlan_objmgr_psoc *psoc, uint8_t vdev_id,
4903 ucfg_mlme_set_vdev_traffic_low_latency(struct wlan_objmgr_psoc *psoc,
4919 QDF_STATUS ucfg_mlme_update_bss_rate_flags(struct wlan_objmgr_psoc *psoc,
4938 ucfg_mlme_send_ch_width_update_with_notify(struct wlan_objmgr_psoc *psoc,
4951 ucfg_mlme_is_chwidth_with_notify_supported(struct wlan_objmgr_psoc *psoc);
4961 QDF_STATUS ucfg_mlme_connected_chan_stats_request(struct wlan_objmgr_psoc *psoc,
4974 ucfg_mlme_set_vdev_traffic_high_throughput(struct wlan_objmgr_psoc *psoc,
4986 QDF_STATUS ucfg_mlme_set_user_ps(struct wlan_objmgr_psoc *psoc, uint8_t vdev_id, in ucfg_mlme_set_user_ps() argument
4989 return mlme_set_user_ps(psoc, vdev_id, ps_enable); in ucfg_mlme_set_user_ps()
5000 bool ucfg_mlme_get_user_ps(struct wlan_objmgr_psoc *psoc, uint8_t vdev_id) in ucfg_mlme_get_user_ps() argument
5002 return mlme_get_user_ps(psoc, vdev_id); in ucfg_mlme_get_user_ps()
5014 ucfg_mlme_set_ft_over_ds(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_ft_over_ds() argument
5017 return wlan_mlme_set_ft_over_ds(psoc, ft_over_ds_enable); in ucfg_mlme_set_ft_over_ds()
5028 ucfg_mlme_is_sta_mon_conc_supported(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_is_sta_mon_conc_supported() argument
5030 return wlan_mlme_is_sta_mon_conc_supported(psoc); in ucfg_mlme_is_sta_mon_conc_supported()
5041 QDF_STATUS ucfg_mlme_cfg_get_eht_caps(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_eht_caps() argument
5044 return mlme_cfg_get_eht_caps(psoc, eht_cap); in ucfg_mlme_cfg_get_eht_caps()
5048 ucfg_mlme_cfg_get_vht_ampdu_len_exp(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_vht_ampdu_len_exp() argument
5051 return wlan_mlme_cfg_get_vht_ampdu_len_exp(psoc, value); in ucfg_mlme_cfg_get_vht_ampdu_len_exp()
5055 ucfg_mlme_cfg_get_vht_max_mpdu_len(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_vht_max_mpdu_len() argument
5058 return wlan_mlme_cfg_get_vht_max_mpdu_len(psoc, value); in ucfg_mlme_cfg_get_vht_max_mpdu_len()
5062 ucfg_mlme_cfg_get_ht_smps(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_cfg_get_ht_smps() argument
5065 return wlan_mlme_cfg_get_ht_smps(psoc, value); in ucfg_mlme_cfg_get_ht_smps()
5077 struct wlan_objmgr_psoc *psoc);
5080 struct wlan_objmgr_psoc *psoc);
5090 struct wlan_objmgr_psoc *psoc);
5094 struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_coex_unsafe_chan_nb_user_prefer() argument
5101 struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_coex_unsafe_chan_nb_user_prefer_for_sap() argument
5108 struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_coex_unsafe_chan_reg_disable() argument
5140 QDF_STATUS ucfg_mlme_set_user_mcc_quota(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_user_mcc_quota() argument
5143 return wlan_mlme_set_user_mcc_quota(psoc, quota); in ucfg_mlme_set_user_mcc_quota()
5155 QDF_STATUS ucfg_mlme_get_user_mcc_quota(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_user_mcc_quota() argument
5158 return wlan_mlme_get_user_mcc_quota(psoc, quota); in ucfg_mlme_get_user_mcc_quota()
5176 uint32_t ucfg_mlme_get_user_mcc_quota_percentage(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_user_mcc_quota_percentage() argument
5178 return wlan_mlme_get_user_mcc_duty_cycle_percentage(psoc); in ucfg_mlme_get_user_mcc_quota_percentage()
5188 ucfg_mlme_get_wds_mode(struct wlan_objmgr_psoc *psoc) in ucfg_mlme_get_wds_mode() argument
5190 return wlan_mlme_get_wds_mode(psoc); in ucfg_mlme_get_wds_mode()
5201 ucfg_mlme_set_wds_mode(struct wlan_objmgr_psoc *psoc, uint32_t mode) in ucfg_mlme_set_wds_mode() argument
5203 wlan_mlme_set_wds_mode(psoc, mode); in ucfg_mlme_set_wds_mode()
5229 ucfg_mlme_get_enable_6ghz_sp_mode_support(struct wlan_objmgr_psoc *psoc,
5240 ucfg_mlme_get_afc_disable_timer_check(struct wlan_objmgr_psoc *psoc,
5250 ucfg_mlme_get_afc_disable_request_id_check(struct wlan_objmgr_psoc *psoc,
5261 ucfg_mlme_get_afc_reg_noaction(struct wlan_objmgr_psoc *psoc, bool *value);
5264 ucfg_mlme_get_enable_6ghz_sp_mode_support(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_enable_6ghz_sp_mode_support() argument
5271 ucfg_mlme_get_afc_disable_timer_check(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_afc_disable_timer_check() argument
5278 ucfg_mlme_get_afc_disable_request_id_check(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_afc_disable_request_id_check() argument
5285 ucfg_mlme_get_afc_reg_noaction(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_afc_reg_noaction() argument
5301 ucfg_mlme_set_connection_roaming_ini_present(struct wlan_objmgr_psoc *psoc,
5313 ucfg_mlme_get_connection_roaming_ini_present(struct wlan_objmgr_psoc *psoc,
5317 ucfg_mlme_set_connection_roaming_ini_present(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_connection_roaming_ini_present() argument
5324 ucfg_mlme_get_connection_roaming_ini_present(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_connection_roaming_ini_present() argument
5351 ucfg_mlme_get_peer_ch_width(struct wlan_objmgr_psoc *psoc, uint8_t *mac) in ucfg_mlme_get_peer_ch_width() argument
5353 return wlan_mlme_get_peer_ch_width(psoc, mac); in ucfg_mlme_get_peer_ch_width()
5364 ucfg_mlme_get_vdev_phy_mode(struct wlan_objmgr_psoc *psoc, uint8_t vdev_id);
5376 ucfg_mlme_get_sr_enable_modes(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sr_enable_modes() argument
5379 wlan_mlme_get_sr_enable_modes(psoc, val); in ucfg_mlme_get_sr_enable_modes()
5383 ucfg_mlme_get_sr_enable_modes(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_get_sr_enable_modes() argument
5402 ucfg_mlme_get_valid_channels(struct wlan_objmgr_psoc *psoc,
5416 QDF_STATUS ucfg_mlme_set_ul_mu_config(struct wlan_objmgr_psoc *psoc, in ucfg_mlme_set_ul_mu_config() argument
5420 return wlan_mlme_set_ul_mu_config(psoc, vdev_id, ulmu_disable); in ucfg_mlme_set_ul_mu_config()