Searched refs:tim_length (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | sta.c | 591 u16 tim_offset, tim_length; in wfx_update_tim() local 595 &tim_length, 0); in wfx_update_tim() 600 if (tim_offset && tim_length >= 6) { in wfx_update_tim() 611 wfx_hif_update_ie_beacon(wvif, tim_ptr, tim_length); in wfx_update_tim()
|
/linux/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 1670 u16 tim_offset, tim_length; in cw1200_set_tim_impl() local 1675 &tim_offset, &tim_length, 0); in cw1200_set_tim_impl() 1682 if (tim_offset && tim_length >= 6) { in cw1200_set_tim_impl() 1696 update_ie.length = tim_length; in cw1200_set_tim_impl()
|
/linux/net/mac80211/ |
H A D | tx.c | 5338 offs->tim_length = skb->len - beacon->head_len; in ieee80211_beacon_get_ap() 5523 offs->tim_length = skb->len - beacon->head_len; in __ieee80211_beacon_get() 5592 u16 *tim_offset, u16 *tim_length, in ieee80211_beacon_get_tim() argument 5608 if (tim_length) in ieee80211_beacon_get_tim() 5609 *tim_length = offs.tim_length; in ieee80211_beacon_get_tim()
|
/linux/include/net/ |
H A D | mac80211.h | 5490 u16 tim_length; member 5617 u16 *tim_offset, u16 *tim_length,
|