Home
last modified time | relevance | path

Searched defs:EapolData (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/eapol/
H A Deapol.h18 struct EapolData { struct
19 bool regFlag; /* is already registered */
20 uint16_t count; /* eapol frame count in NetBuffQueue. */
21 uint16_t maxCount;
22 int64_t enqueueTime; /* record eapol frame time for dfx. */
23 void (*notify)(const char *name, void *context); /* notify eapol frame enqueue message */
24 void *context;
25 NetBufQueue eapolQueue;