Home
last modified time | relevance | path

Searched refs:ucfg_mlme_get_vht_enable2x2 (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_green_ap.c113 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_green_ap_start_state_mc()
H A Dwlan_hdd_cfg.c752 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, in hdd_set_policy_mgr_user_cfg()
1357 qdf_status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_update_nss()
1547 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_get_nss()
H A Dwlan_hdd_nan_datapath.c626 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_init_nan_data_mode()
H A Dwlan_hdd_ioctl.c2522 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in wlan_hdd_set_mc_rate()
5974 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_is_supported_chain_mask_2x2()
5999 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_is_supported_chain_mask_1x1()
H A Dwlan_hdd_main.c2036 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_update_vdev_nss()
2202 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &b_enable1x1); in hdd_update_tgt_ht_cap()
2268 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &vht_enable_2x2); in hdd_update_tgt_vht_cap()
3011 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_update_tgt_cfg()
7462 status = ucfg_mlme_get_vht_enable2x2(psoc, &bval); in hdd_vdev_set_ht_vht_ies()
8696 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_set_fw_params()
16721 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in hdd_configure_cds()
H A Dwlan_hdd_hostapd_wext.c505 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &bval); in __iw_softap_setparam()
H A Dwlan_hdd_cfg80211.c14146 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, in __wlan_hdd_cfg80211_set_wifi_test_config()
/wlan-driver/qcacld-3.0/os_if/son/src/
H A Dos_if_son.c924 status = ucfg_mlme_get_vht_enable2x2(psoc, &enabled); in os_if_son_get_apcap()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_ucfg_api.h2852 ucfg_mlme_get_vht_enable2x2(struct wlan_objmgr_psoc *psoc, bool *value) in ucfg_mlme_get_vht_enable2x2() function