Searched refs:tx_frame (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_cmdevt.c | 2421 HostCmd_DS_80211_TX_FRAME *tx_frame_cmd = &cmd->params.tx_frame; in wlan_cmd_tx_frame() 2422 mlan_ds_misc_tx_frame *tx_frame = (mlan_ds_misc_tx_frame *)pdata_buf; in wlan_cmd_tx_frame() local 2426 t_u8 *pdata = tx_frame->tx_buf; in wlan_cmd_tx_frame() 2427 t_u16 data_len = tx_frame->data_len; in wlan_cmd_tx_frame() 2434 …(void)__memcpy(pmpriv->adapter, &tx_frame_cmd->band_config, (t_u8 *)&tx_frame->bandcfg, sizeof(t_u… in wlan_cmd_tx_frame() 2435 tx_frame_cmd->channel = tx_frame->channel; in wlan_cmd_tx_frame() 2437 if (tx_frame->buf_type == MLAN_BUF_TYPE_RAW_DATA) in wlan_cmd_tx_frame() 2439 (void)__memcpy(pmpriv->adapter, &pkt_type, tx_frame->tx_buf, sizeof(pkt_type)); in wlan_cmd_tx_frame() 2440 …(void)__memcpy(pmpriv->adapter, &tx_control, tx_frame->tx_buf + sizeof(pkt_type), sizeof(tx_contro… in wlan_cmd_tx_frame() 2450 plocal_tx_pd->priority = (t_u8)tx_frame->priority; in wlan_cmd_tx_frame() [all …]
|
| D | mlan_sta_cmdresp.c | 465 pget_info->param.stats.tx_frame = wlan_le32_to_cpu(pget_log->tx_frame); in wlan_ret_get_log()
|
| D | mlan_api.c | 5758 mlan_ds_misc_tx_frame tx_frame = {0}; in wlan_send_mgmt_auth_request() local 5761 t_u8 *pBuf = &tx_frame.tx_buf[0]; in wlan_send_mgmt_auth_request() 5809 tx_frame.bandcfg.chanBand = channel > 14 ? BAND_5GHZ : BAND_2GHZ; in wlan_send_mgmt_auth_request() 5810 tx_frame.channel = channel; in wlan_send_mgmt_auth_request() 5811 tx_frame.data_len = HEADER_SIZE + pkt_len + 2 * sizeof(pkt_len); in wlan_send_mgmt_auth_request() 5812 tx_frame.buf_type = MLAN_BUF_TYPE_RAW_DATA; in wlan_send_mgmt_auth_request() 5813 tx_frame.priority = 7; in wlan_send_mgmt_auth_request() 5819 HostCmd_ACT_GEN_SET, 0, NULL, &tx_frame, cmd); in wlan_send_mgmt_auth_request()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/ |
| D | wifi.h | 1011 t_u32 tx_frame;
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_ioctl.h | 1484 t_u32 tx_frame; member
|
| D | mlan_fw.h | 3824 t_u32 tx_frame; 8117 HostCmd_DS_80211_TX_FRAME tx_frame;
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_tests.c | 1783 …s_failure, stats.ack_failure, stats.rx_frag, stats.mcast_rx_frame, stats.fcs_error, stats.tx_frame,
|