Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/wifi/core/components/eapol/
Deapol.c104 if ((netDevice->netDeviceIf == NULL) || (netDevice->netDeviceIf->xmit == NULL)) { in SendEapol()
125 return netDevice->netDeviceIf->xmit(netDevice, netBuff); in SendEapol()
/drivers/hdf_core/adapter/khdf/linux/network/src/
Dnet_device_adapter.c65 if (netDevIf != NULL && netDevIf->xmit != NULL) { in NetDevXmit()
66 netDevIf->xmit(netDev, skb); in NetDevXmit()
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
Dnet_device_adapter.c134 if (netDevIf != NULL && netDevIf->xmit != NULL) { in LwipSend()
135 netDevIf->xmit(netDev, netBuff); in LwipSend()
/drivers/hdf_core/framework/include/net/
Dnet_device.h502 NetDevTxResult (*xmit)(struct NetDevice *netDev, NetBuf *netBuff); /**< Sends data. */ member
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnet_device_adapter.c157 if (netDevIf != NULL && netDevIf->xmit != NULL) { in LwipSend()
158 netDevIf->xmit(netDev, netBuff); in LwipSend()