Searched refs:tim_ie (Results 1 – 1 of 1) sorted by relevance
3037 const struct ieee80211_tim_ie *tim_ie = elems.tim; in ieee80211_rx_mgmt_beacon() local3038 ifmgd->dtim_period = tim_ie->dtim_period; in ieee80211_rx_mgmt_beacon()4076 const u8 *tim_ie; in ieee80211_prep_connection() local4081 tim_ie = cfg80211_find_ie(WLAN_EID_TIM, in ieee80211_prep_connection()4083 if (tim_ie && tim_ie[1] >= 2) in ieee80211_prep_connection()4084 sdata->vif.bss_conf.sync_dtim_count = tim_ie[2]; in ieee80211_prep_connection()4523 const u8 *tim_ie = cfg80211_find_ie(WLAN_EID_TIM, in ieee80211_mgd_assoc() local4528 if (tim_ie && tim_ie[1] >= sizeof(struct ieee80211_tim_ie)) { in ieee80211_mgd_assoc()4530 tim = (void *)(tim_ie + 2); in ieee80211_mgd_assoc()