Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_utils.c401 enum reg_6g_client_type client_type; in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type() local
403 reg_get_cur_6g_client_type(pdev, &client_type); in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type()
405 if (client_type == REG_DEFAULT_CLIENT) { in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type()
414 } else if (client_type == REG_SUBORDINATE_CLIENT) { in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type()
H A Dreg_services_common.c8234 enum reg_6g_client_type client_type = REG_DEFAULT_CLIENT; in reg_get_client_power_for_connecting_ap() local
8244 reg_get_cur_6g_client_type(pdev, &client_type); in reg_get_client_power_for_connecting_ap()
8247 pdev_priv_obj->mas_chan_list_6g_client[ap_type][client_type]; in reg_get_client_power_for_connecting_ap()
8261 enum reg_6g_client_type client_type, in reg_get_client_power_for_6ghz_ap() argument
8282 mas_chan_list_6g_client[ap_pwr_type][client_type]; in reg_get_client_power_for_6ghz_ap()
9465 enum reg_6g_client_type client_type) in reg_get_mas_chan_list_for_lookup() argument
9475 if (client_type > REG_MAX_CLIENT_TYPE) { in reg_get_mas_chan_list_for_lookup()
9483 [client_type]; in reg_get_mas_chan_list_for_lookup()
9507 enum reg_6g_client_type client_type) in reg_get_eirp_from_mas_chan_list() argument
9515 client_type); in reg_get_eirp_from_mas_chan_list()
[all …]
H A Dreg_services_common.h2101 enum reg_6g_client_type client_type,
2233 enum reg_6g_client_type client_type, in reg_get_client_power_for_6ghz_ap() argument
2771 enum reg_6g_client_type client_type);
H A Dreg_build_chan_list.c1354 mas_chan_params->client_type; in reg_propagate_6g_mas_channel_list()
1356 mas_chan_params->client_type; in reg_propagate_6g_mas_channel_list()
3056 enum reg_6g_client_type client_type = in reg_fill_best_pwr_mode() local
3061 if (client_type != curr_6g_client_type) in reg_fill_best_pwr_mode()
4092 soc_reg->mas_chan_params[phy_id].client_type = in reg_store_regulatory_ext_info_to_socpriv()
4093 regulat_info->client_type; in reg_store_regulatory_ext_info_to_socpriv()
4714 this_mchan_params->client_type, in __reg_process_master_chan_list_ext()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_services_api.h2456 enum reg_6g_client_type client_type,
2586 enum reg_6g_client_type client_type, in wlan_reg_get_client_power_for_6ghz_ap() argument
2719 enum reg_6g_client_type client_type);
2759 enum reg_6g_client_type client_type) in wlan_reg_get_eirp_pwr() argument
H A Dreg_services_public_struct.h1289 enum reg_6g_client_type client_type; member
1695 enum reg_6g_client_type client_type; member
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c1709 enum reg_6g_client_type client_type, in wlan_reg_get_client_power_for_6ghz_ap() argument
1714 return reg_get_client_power_for_6ghz_ap(pdev, client_type, chan_freq, in wlan_reg_get_client_power_for_6ghz_ap()
1871 enum reg_6g_client_type client_type) in wlan_reg_get_eirp_pwr() argument
1875 client_type); in wlan_reg_get_eirp_pwr()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c16482 static void reg_print_6ghz_client_type(enum reg_6g_client_type client_type) in reg_print_6ghz_client_type() argument
16484 switch (client_type) { in reg_print_6ghz_client_type()
16492 wmi_nofl_debug("Invalid Client type %u", client_type); in reg_print_6ghz_client_type()
16500 static inline void reg_print_6ghz_client_type(enum reg_6g_client_type client_type) in reg_print_6ghz_client_type() argument
16942 reg_info->client_type = ext_chan_list_event_hdr->client_type; in extract_reg_chan_list_ext_update_event_tlv()
16954 reg_info->client_type, reg_info->rnr_tpe_usable, in extract_reg_chan_list_ext_update_event_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h38343 A_UINT32 client_type; /* populated if device can function as client */ member