Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_event.h242 struct Ieee80211Mgmt { struct
243 uint16_t frameControl; /**< Frame control field */
244 uint16_t duration; /**< Duration */
245 uint8_t dstAddr[6]; /**< Destination MAC address */
246 uint8_t srcAddr[6]; /**< Source MAC address */
247 uint8_t bssid[6]; /**< BSS ID */
248 uint16_t seqCtrl; /**< Sequence control */
249 union {
273 struct Ieee80211Mgmt *mgmt; /**< Start address of the management frame */ argument