Searched refs:pkt_len (Results 1 – 1 of 1) sorted by relevance
220 uint8_t pkt_len; in xNetworkInterfaceOutput() local231 pkt_len = 22 + 4; /* sizeof(TxPD) + INTF_HEADER_LEN */ in xNetworkInterfaceOutput()232 memcpy( ( u8_t * ) outbuf + pkt_len, ( u8_t * ) pxNetworkBuffer->pucEthernetBuffer, in xNetworkInterfaceOutput()234 int ret = wifi_low_level_output( BSS_TYPE_STA, outbuf + pkt_len, pxNetworkBuffer->xDataLength ); in xNetworkInterfaceOutput()