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.h494 struct ieee80211_mgmt { struct
495 __le16 frame_control;
496 __le16 duration_id;
497 uint8_t da[ETH_ALEN];
498 uint8_t sa[ETH_ALEN];
499 uint8_t bssid[ETH_ALEN];
500 __le16 seq_ctrl;
501 union {
563 } u;
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h989 struct ieee80211_mgmt { struct
990 le16 frame_control;
991 le16 duration;
992 u8 da[6];
993 u8 sa[6];
994 u8 bssid[6];
995 le16 seq_ctrl;
996 union {
1165 } u;