Searched refs:dtim_len (Results 1 – 1 of 1) sorted by relevance
107 u8 dtim_len; in p54_beacon_format_ie_tim() local115 dtim_len = tim[1]; in p54_beacon_format_ie_tim()117 next = tim + 2 + dtim_len; in p54_beacon_format_ie_tim()119 if (dtim_len < 3) in p54_beacon_format_ie_tim()123 tim = skb_tail_pointer(skb) - (dtim_len + 2); in p54_beacon_format_ie_tim()132 if (dtim_len > 3) in p54_beacon_format_ie_tim()133 skb_trim(skb, skb->len - (dtim_len - 3)); in p54_beacon_format_ie_tim()