Home
last modified time | relevance | path

Searched refs:tx_pert (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cmdevt.c943 MrvlTxPerTrackInfo_t *tx_pert = NULL; in wlan_cmd_tx_pert() local
952 tx_pert = (MrvlTxPerTrackInfo_t *)((t_u8 *)pkt_stats + sizeof(HostCmd_DS_TX_RX_PKT_STATS)); in wlan_cmd_tx_pert()
954 tx_pert->type = wlan_cpu_to_le16(TLV_TYPE_TX_PER_TRACK); in wlan_cmd_tx_pert()
955tx_pert->length = wlan_cpu_to_le16(sizeof(MrvlTxPerTrackInfo_t) - sizeof(MrvlIEtypes… in wlan_cmd_tx_pert()
956 tx_pert->tx_stat_check_period = cfg->tx_pert_check_peroid; in wlan_cmd_tx_pert()
957 tx_pert->tx_stat_check_ratio = cfg->tx_pert_check_ratio; in wlan_cmd_tx_pert()
958 tx_pert->tx_stat_check_num = wlan_cpu_to_le16(cfg->tx_pert_check_num); in wlan_cmd_tx_pert()
Dmlan_glue.c5368 … (void)PRINTF(" tx_pert_check_period : %d sec\r\n", mlan_adap->tx_pert.tx_pert_check_peroid); in wifi_tx_pert_report()
5369 (void)PRINTF(" tx_pert_check_ratio : %d%%\r\n", mlan_adap->tx_pert.tx_pert_check_ratio); in wifi_tx_pert_report()
5370 (void)PRINTF(" tx_pert_check_num : %d\r\n", mlan_adap->tx_pert.tx_pert_check_num); in wifi_tx_pert_report()
7459 tx_pert_info *tx_pert = (tx_pert_info *)cfg; in wifi_set_tx_pert() local
7465 (void)memcpy((t_u8 *)&(mlan_adap->tx_pert), tx_pert, sizeof(tx_pert_info)); in wifi_set_tx_pert()
7469 HostCmd_ACT_SET_TX_PER_TRACKING, 0, NULL, tx_pert, cmd); in wifi_set_tx_pert()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c720 struct wlan_tx_pert_info tx_pert; local
729 (void)memset(&tx_pert, 0, sizeof(tx_pert));
730 tx_pert.tx_pert_check = atoi(argv[1]);
731 if (tx_pert.tx_pert_check == 1 && argc < 6)
743 if (tx_pert.tx_pert_check == 1)
745 tx_pert.tx_pert_check_peroid = (t_u8)atoi(argv[3]);
746 tx_pert.tx_pert_check_ratio = (t_u8)atoi(argv[4]);
747 tx_pert.tx_pert_check_num = atoi(argv[5]);
749 wlan_set_tx_pert(&tx_pert, bss_type);
Dwlan.c13369 void wlan_set_tx_pert(struct wlan_tx_pert_info *tx_pert, mlan_bss_type bss_type) in wlan_set_tx_pert() argument
13373 ret = wifi_set_tx_pert((void *)tx_pert, bss_type); in wlan_set_tx_pert()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h3341 void wlan_set_tx_pert(struct wlan_tx_pert_info *tx_pert, mlan_bss_type bss_type);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_main.h2471 tx_pert_info tx_pert;