Searched defs:ieee80211_mgmt (Results 1 – 1 of 1) sorted by relevance
207 struct ieee80211_mgmt { struct208 uint16_t frame_control;209 uint16_t duration;210 uint8_t da[ETH_ALEN];211 uint8_t sa[ETH_ALEN];212 uint8_t bssid[ETH_ALEN];213 uint16_t seq_ctrl;214 union {237 } u;
Completed in 4 milliseconds