Searched defs:EapolInterface (Results 1 – 1 of 1) sorted by relevance
47 struct EapolInterface { struct48 int32_t (*enableEapol)(const struct NetDevice *netDevice, struct EapolEnable *buff);49 int32_t (*disableEapol)(const struct NetDevice *netDevice);50 int32_t (*getEapol)(const struct NetDevice *netDevice, struct EapolRx *buff);51 int32_t (*sendEapol)(struct NetDevice *netDevice, struct EapolTx *buff);52 int32_t (*writeEapolToQueue)(const struct NetDevice *netDevice, NetBuf *buff);