Searched refs:tim_length (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | sta.c | 592 u16 tim_offset, tim_length; in wfx_update_tim() local 596 &tim_length, 0); in wfx_update_tim() 601 if (tim_offset && tim_length >= 6) { in wfx_update_tim() 612 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 | 1671 u16 tim_offset, tim_length; in cw1200_set_tim_impl() local 1676 &tim_offset, &tim_length, 0); in cw1200_set_tim_impl() 1683 if (tim_offset && tim_length >= 6) { in cw1200_set_tim_impl() 1697 update_ie.length = tim_length; in cw1200_set_tim_impl()
|
/linux/net/mac80211/ |
H A D | tx.c | 5346 offs->tim_length = skb->len - beacon->head_len; in __ieee80211_beacon_get_ap() 5604 offs->tim_length = skb->len - beacon->head_len; in __ieee80211_beacon_get() 5673 u16 *tim_offset, u16 *tim_length, in ieee80211_beacon_get_tim() argument 5689 if (tim_length) in ieee80211_beacon_get_tim() 5690 *tim_length = offs.tim_length; in ieee80211_beacon_get_tim()
|
/linux/include/net/ |
H A D | mac80211.h | 5518 u16 tim_length; member 5645 u16 *tim_offset, u16 *tim_length,
|