Home
last modified time | relevance | path

Searched refs:path_id (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_test_mode_tests.c712 uint8_t path_id; in wlan_rf_tx_power_set() local
731 path_id = strtol(argv[3], NULL, 10); in wlan_rf_tx_power_set()
749 if (path_id != 0U && path_id != 1U && path_id != 2U) in wlan_rf_tx_power_set()
758 ret = wlan_set_rf_tx_power(power_converted, mod, path_id); in wlan_rf_tx_power_set()
760 ret = wlan_set_rf_tx_power(power, mod, path_id); in wlan_rf_tx_power_set()
767 …(void)PRINTF(" Path ID : %s\r\n", path_id == 0 ? "PathA" : path_id == 1 ? "PathB" : "PathA+… in wlan_rf_tx_power_set()
Dwlan.c13313 int wlan_set_rf_tx_power(const uint32_t power, const uint8_t mod, const uint8_t path_id) in wlan_set_rf_tx_power() argument
13315 return wifi_set_rf_tx_power(power, mod, path_id); in wlan_set_rf_tx_power()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h1535 int wifi_set_rf_tx_power(const uint32_t power, const uint8_t mod, const uint8_t path_id);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c1700 int wifi_set_rf_tx_power(const uint32_t power, const uint8_t mod, const uint8_t path_id) in wifi_set_rf_tx_power() argument
1708 if (path_id != 0U && path_id != 1U && path_id != 2U) in wifi_set_rf_tx_power()
1722 wifi_mfg_cmd_generic_cfg.data3 = path_id; in wifi_set_rf_tx_power()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h5430 int wlan_set_rf_tx_power(const uint32_t power, const uint8_t mod, const uint8_t path_id);