Home
last modified time | relevance | path

Searched refs:cli_pwr_type (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_utils.c399 enum supported_6g_pwr_types *cli_pwr_type) in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type() argument
407 *cli_pwr_type = REG_CLI_DEF_LPI; in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type()
409 *cli_pwr_type = REG_CLI_DEF_VLP; in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type()
411 *cli_pwr_type = REG_CLI_DEF_SP; in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type()
416 *cli_pwr_type = REG_CLI_SUB_LPI; in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type()
418 *cli_pwr_type = REG_CLI_SUB_VLP; in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type()
420 *cli_pwr_type = REG_CLI_SUB_SP; in reg_get_6ghz_cli_pwr_type_per_ap_pwr_type()
452 enum supported_6g_pwr_types cli_pwr_type; in reg_check_if_6g_pwr_type_supp_for_chan() local
469 pdev, pwr_type, &cli_pwr_type))) in reg_check_if_6g_pwr_type_supp_for_chan()
475 if (reg_is_state_allowed(chan_state_arr[cli_pwr_type]) && in reg_check_if_6g_pwr_type_supp_for_chan()
[all …]
H A Dreg_utils.h649 enum supported_6g_pwr_types *cli_pwr_type);