Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h478 struct ieee80211_mgmt { struct
479 __le16 frame_control;
480 __le16 duration_id;
481 uint8_t da[ETH_ALEN];
482 uint8_t sa[ETH_ALEN];
483 uint8_t bssid[ETH_ALEN];
484 __le16 seq_ctrl;
485 union {
546 } u;
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h911 struct ieee80211_mgmt { struct
912 le16 frame_control;
913 le16 duration;
914 u8 da[6];
915 u8 sa[6];
916 u8 bssid[6];
917 le16 seq_ctrl;
918 union {
1087 } u;