Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c5250 t_u8 *pBuf = MNULL; in wifi_PrepDefaultMgtMsg() local
5253 pBuf = OSA_MemoryAllocate(pkt_len); in wifi_PrepDefaultMgtMsg()
5255 pBuf = OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in wifi_PrepDefaultMgtMsg()
5258 if (pBuf == MNULL) in wifi_PrepDefaultMgtMsg()
5263 pmgmt_pkt_hdr = (wlan_mgmt_pkt *)(void *)pBuf; in wifi_PrepDefaultMgtMsg()
5761 t_u8 *pBuf = &tx_frame.tx_buf[0]; in wlan_send_mgmt_auth_request() local
5771 memcpy(pBuf, &pkt_type, sizeof(pkt_type)); in wlan_send_mgmt_auth_request()
5772 memcpy(pBuf + sizeof(pkt_type), &(pmpriv->pkt_tx_ctrl), sizeof(pmpriv->pkt_tx_ctrl)); in wlan_send_mgmt_auth_request()
5774 pwlan_pkt_hdr = (wlan_802_11_header *)(void *)(pBuf + HEADER_SIZE + sizeof(pkt_len)); in wlan_send_mgmt_auth_request()
5807 memcpy(pBuf + HEADER_SIZE, &pkt_len, sizeof(pkt_len)); in wlan_send_mgmt_auth_request()