Searched refs:tx_control (Results 1 – 10 of 10) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-imu.c | 263 ptxpd->tx_control = 0; in raw_process_pkt_hdrs() 282 void process_pkt_hdrs(void *pbuf, t_u32 payloadlen, t_u8 interface, t_u8 tid, t_u32 tx_control) in process_pkt_hdrs() argument 297 ptxpd->tx_control = tx_control; in process_pkt_hdrs() 326 ptxpd->tx_control = 0; in process_amsdu_pkt_hdrs() 1141 mlan_status wlan_xmit_pkt(t_u8 *buffer, t_u32 txlen, t_u8 interface, t_u32 tx_control) in wlan_xmit_pkt() argument 1147 process_pkt_hdrs((t_u8 *)buffer, txlen, interface, 0, tx_control); in wlan_xmit_pkt() 1382 ptxpd->tx_control = 0; in wlan_send_null_packet()
|
| D | wifi-imu.h | 110 mlan_status wlan_xmit_pkt(t_u8 *buffer, t_u32 txlen, t_u8 interface, t_u32 tx_control); 116 void process_pkt_hdrs(void *pbuf, t_u32 payloadlen, t_u8 interface, t_u8 tid, t_u32 tx_control);
|
| D | wifi-sdio.h | 123 mlan_status wlan_xmit_pkt(t_u8 *buffer, t_u32 txlen, t_u8 interface, t_u32 tx_control); 142 void process_pkt_hdrs(void *pbuf, t_u32 payloadlen, t_u8 interface, t_u8 tid, t_u32 tx_control);
|
| D | wifi.c | 214 …rn void process_pkt_hdrs(void *pbuf, t_u32 payloadlen, t_u8 interface, t_u8 tid, t_u32 tx_control); 4191 t_u32 tx_control = 0; in wifi_low_level_output() local 4223 tx_control = (RATEID_HE_MCS9_1SS_BW80 << 16) | TXPD_TXRATE_ENABLE; in wifi_low_level_output() 4227 tx_control = (RATEID_VHT_MCS9_1SS_BW80 << 16) | TXPD_TXRATE_ENABLE; in wifi_low_level_output() 4242 tx_control = (RATEID_HE_MCS8_1SS_BW40 << 16) | TXPD_TXRATE_ENABLE; in wifi_low_level_output() 4246 tx_control = (RATEID_VHT_MCS8_1SS_BW40 << 16) | TXPD_TXRATE_ENABLE; in wifi_low_level_output() 4261 tx_control = (RATEID_HE_MCS7_1SS_BW20 << 16) | TXPD_TXRATE_ENABLE; in wifi_low_level_output() 4265 tx_control = (RATEID_VHT_MCS7_1SS_BW20 << 16) | TXPD_TXRATE_ENABLE; in wifi_low_level_output() 4279 tx_control = (RATEID_HE_MCS9_1SS_BW80 << 16) | TXPD_TXRATE_ENABLE; in wifi_low_level_output() 4283 tx_control = (RATEID_VHT_MCS9_1SS_BW80 << 16) | TXPD_TXRATE_ENABLE; in wifi_low_level_output() [all …]
|
| D | wifi-sdio.c | 331 ptxpd->tx_control = 0; in raw_process_pkt_hdrs() 356 void process_pkt_hdrs(void *pbuf, t_u32 payloadlen, t_u8 interface, t_u8 tid, t_u32 tx_control) in process_pkt_hdrs() argument 369 ptxpd->tx_control = tx_control; in process_pkt_hdrs() 1970 mlan_status wlan_xmit_pkt(t_u8 *buffer, t_u32 txlen, t_u8 interface, t_u32 tx_control) in wlan_xmit_pkt() argument 1977 process_pkt_hdrs((t_u8 *)buffer, txlen, interface, 0, tx_control); in wlan_xmit_pkt() 2004 ptxpd->tx_control = 0; in wlan_send_null_packet()
|
| D | mlan_cmdevt.c | 2425 t_u32 tx_control = 0; in wlan_cmd_tx_frame() local 2440 …(void)__memcpy(pmpriv->adapter, &tx_control, tx_frame->tx_buf + sizeof(pkt_type), sizeof(tx_contro… in wlan_cmd_tx_frame() 2441 data_len -= sizeof(pkt_type) + sizeof(tx_control); in wlan_cmd_tx_frame() 2442 pdata += sizeof(pkt_type) + sizeof(tx_control); in wlan_cmd_tx_frame() 2457 plocal_tx_pd->tx_control = tx_control; in wlan_cmd_tx_frame()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_uap.h | 27 (x)->tx_control = wlan_cpu_to_le32((x)->tx_control); \
|
| D | mlan_main.h | 347 (x)->tx_control = wlan_cpu_to_le32((x)->tx_control); \
|
| D | mlan_fw.h | 2093 t_u32 tx_control; 2244 t_u32 tx_control;
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/ |
| D | wifi.h | 1497 mlan_status raw_wlan_xmit_pkt(t_u8 *buffer, t_u32 txlen, t_u8 interface, t_u32 tx_control);
|