Searched refs:dtim_len (Results 1 – 1 of 1) sorted by relevance
104 u8 dtim_len; in p54_beacon_format_ie_tim() local112 dtim_len = tim[1]; in p54_beacon_format_ie_tim()114 next = tim + 2 + dtim_len; in p54_beacon_format_ie_tim()116 if (dtim_len < 3) in p54_beacon_format_ie_tim()120 tim = skb_tail_pointer(skb) - (dtim_len + 2); in p54_beacon_format_ie_tim()129 if (dtim_len > 3) in p54_beacon_format_ie_tim()130 skb_trim(skb, skb->len - (dtim_len - 3)); in p54_beacon_format_ie_tim()