Home
last modified time | relevance | path

Searched refs:txrx_histogram (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c772 struct wlan_txrx_histogram_info txrx_histogram; local
796 (void)memset(&txrx_histogram, 0, sizeof(txrx_histogram));
797 txrx_histogram.enable = atoi(argv[1]);
800 txrx_histogram.action = 0;
804 txrx_histogram.action = atoi(argv[2]);
807 if ((txrx_histogram.enable > 2) || (txrx_histogram.action > 3))
813 if ((txrx_histogram.enable == 0 || txrx_histogram.enable == 1) && (txrx_histogram.action != 0))
820 if (txrx_histogram.enable & GET_TX_RX_HISTOGRAM)
822 if (txrx_histogram.action == FLAG_TX_HISTOGRAM)
827 else if (txrx_histogram.action == FLAG_RX_HISTOGRAM)
[all …]
Dwlan.c13381 void wlan_set_txrx_histogram(struct wlan_txrx_histogram_info *txrx_histogram, t_u8 *data) in wlan_set_txrx_histogram() argument
13385 wifi_set_txrx_histogram((void *)txrx_histogram, data); in wlan_set_txrx_histogram()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c4344 const HostCmd_DS_TX_RX_HISTOGRAM *txrx_histogram = &resp->params.histogram; in wifi_process_cmd_response() local
4345 if (txrx_histogram->action != HostCmd_ACT_SET_TX_PER_TRACKING) in wifi_process_cmd_response()
7478 txrx_histogram_info *txrx_histogram = (txrx_histogram_info *)cfg; in wifi_set_txrx_histogram() local
7481 txrx_histogram_cmd.enable = txrx_histogram->enable; in wifi_set_txrx_histogram()
7482 txrx_histogram_cmd.action = txrx_histogram->action; in wifi_set_txrx_histogram()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h3352 void wlan_set_txrx_histogram(struct wlan_txrx_histogram_info *txrx_histogram, t_u8 *data);