Searched refs:path_id (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_test_mode_tests.c | 712 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()
|
| D | wlan.c | 13561 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 13563 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/ |
| D | wifi.h | 1386 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/ |
| D | mlan_api.c | 1697 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 1705 if (path_id != 0U && path_id != 1U && path_id != 2U) in wifi_set_rf_tx_power() 1719 wifi_mfg_cmd_generic_cfg.data3 = path_id; in wifi_set_rf_tx_power()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 5523 int wlan_set_rf_tx_power(const uint32_t power, const uint8_t mod, const uint8_t path_id);
|