Searched defs:ieee80211_tim_ie (Results 1 – 2 of 2) sorted by relevance
1690 struct ieee80211_tim_ie { struct1691 uint8_t tim_ie; /* IEEE80211_ELEMID_TIM */1692 uint8_t tim_len;1693 uint8_t tim_count; /* DTIM count */1694 uint8_t tim_period; /* DTIM period */1695 uint8_t tim_bitctl; /* bitmap control */1696 uint8_t tim_bitmap[1]; /* variable-length bitmap */
902 #define ieee80211_tim_ie linuxkpi_ieee80211_tim_ie macro