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.c5188 t_u8 *pBuf = MNULL; in wifi_PrepDefaultMgtMsg() local
5191 pBuf = OSA_MemoryAllocate(pkt_len); in wifi_PrepDefaultMgtMsg()
5193 pBuf = OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in wifi_PrepDefaultMgtMsg()
5196 if (pBuf == MNULL) in wifi_PrepDefaultMgtMsg()
5201 pmgmt_pkt_hdr = (wlan_mgmt_pkt *)(void *)pBuf; in wifi_PrepDefaultMgtMsg()
5699 t_u8 *pBuf = &tx_frame.tx_buf[0]; in wlan_send_mgmt_auth_request() local
5709 memcpy(pBuf, &pkt_type, sizeof(pkt_type)); in wlan_send_mgmt_auth_request()
5710 memcpy(pBuf + sizeof(pkt_type), &(pmpriv->pkt_tx_ctrl), sizeof(pmpriv->pkt_tx_ctrl)); in wlan_send_mgmt_auth_request()
5712 pwlan_pkt_hdr = (wlan_802_11_header *)(void *)(pBuf + HEADER_SIZE + sizeof(pkt_len)); in wlan_send_mgmt_auth_request()
5745 memcpy(pBuf + HEADER_SIZE, &pkt_len, sizeof(pkt_len)); in wlan_send_mgmt_auth_request()