Searched refs:tim_ie (Results 1 – 2 of 2) sorted by relevance
1077 const struct ieee80211_tim_ie *tim_ie = elems->tim; in ieee802_11_parse_elems_full() local1079 elems->dtim_period = tim_ie->dtim_period; in ieee802_11_parse_elems_full()1080 elems->dtim_count = tim_ie->dtim_count; in ieee802_11_parse_elems_full()
6116 const u8 *tim_ie = cfg80211_find_ie(WLAN_EID_TIM, ies->data, ies->len); in ieee80211_get_dtim() local6121 bool valid = tim_ie && tim_ie[1] >= 2; in ieee80211_get_dtim()6124 tim = (void *)(tim_ie + 2); in ieee80211_get_dtim()
Completed in 23 milliseconds