Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/eapol/
H A Deapol.c65 if (NetBufQueueIsEmpty(&eapol->eapolQueue)) { in GetEapol()
69 netBuff = NetBufQueueDequeue(&eapol->eapolQueue); in GetEapol()
145 if (NetBufQueueIsEmpty(&eapol->eapolQueue)) { in HandleEapolQueue()
165 netBuf = NetBufQueueDequeue(&eapol->eapolQueue); in HandleEapolQueue()
185 NetBufQueueEnqueue(&eapol->eapolQueue, buff); in WriteEapolToQueue()
226 NetBufQueueInit(&eapolData->eapolQueue); in CreateEapolData()
241 NetBufQueueClear(&eapolData->eapolQueue); in DestroyEapolData()
H A Deapol.h25 NetBufQueue eapolQueue; member