Searched refs:process_pkt_hdrs_flags (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-imu.c | 337 void process_pkt_hdrs_flags(void *pbuf, t_u8 flags) in process_pkt_hdrs_flags() function 1229 … process_pkt_hdrs_flags(&((outbuf_t *)tx_buf)->intf_header[0], MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt() 1231 process_pkt_hdrs_flags((t_u8 *)tx_buf, MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt() 1249 process_pkt_hdrs_flags(&((outbuf_t *)tx_buf)->intf_header[0], 0); in wlan_xmit_wmm_pkt() 1251 process_pkt_hdrs_flags((t_u8 *)tx_buf, 0); in wlan_xmit_wmm_pkt() 1338 process_pkt_hdrs_flags((t_u8 *)tx_buf, MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_amsdu_pkt() 1352 process_pkt_hdrs_flags((t_u8 *)tx_buf, 0); in wlan_xmit_wmm_amsdu_pkt()
|
| D | wifi-sdio.c | 390 void process_pkt_hdrs_flags(void *pbuf, t_u8 flags) in process_pkt_hdrs_flags() function 1780 … process_pkt_hdrs_flags(&((outbuf_t *)tx_buf)->intf_header[0], MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt() 1782 process_pkt_hdrs_flags((t_u8 *)tx_buf, MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt() 1904 process_pkt_hdrs_flags((t_u8 *)tx_buf, MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt() 1926 process_pkt_hdrs_flags((t_u8 *)tx_buf, 0); in wlan_xmit_wmm_pkt()
|