Home
last modified time | relevance | path

Searched refs:tim_length (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Dsta.c581 u16 tim_offset, tim_length; in wfx_update_tim() local
585 &tim_offset, &tim_length); in wfx_update_tim()
590 if (tim_offset && tim_length >= 6) { in wfx_update_tim()
603 hif_update_ie_beacon(wvif, tim_ptr, tim_length); in wfx_update_tim()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dsta.c601 u16 tim_offset, tim_length; in wfx_update_tim() local
605 &tim_length, 0); in wfx_update_tim()
610 if (tim_offset && tim_length >= 6) { in wfx_update_tim()
621 wfx_hif_update_ie_beacon(wvif, tim_ptr, tim_length); in wfx_update_tim()
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dsta.c1669 u16 tim_offset, tim_length; in cw1200_set_tim_impl() local
1674 &tim_offset, &tim_length); in cw1200_set_tim_impl()
1681 if (tim_offset && tim_length >= 6) { in cw1200_set_tim_impl()
1695 update_ie.length = tim_length; in cw1200_set_tim_impl()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dsta.c1670 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()
/kernel/linux/linux-5.10/net/mac80211/
H A Dtx.c4847 offs->tim_length = skb->len - beacon->head_len; in __ieee80211_beacon_get()
4921 offs->tim_length = skb->len - beacon->head_len; in __ieee80211_beacon_get()
4987 u16 *tim_offset, u16 *tim_length) in ieee80211_beacon_get_tim()
5001 if (tim_length) in ieee80211_beacon_get_tim()
5002 *tim_length = offs.tim_length; in ieee80211_beacon_get_tim()
4985 ieee80211_beacon_get_tim(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u16 *tim_offset, u16 *tim_length) ieee80211_beacon_get_tim() argument
/kernel/linux/linux-5.10/include/net/
H A Dmac80211.h4838 * @tim_length: size of TIM element
4845 u16 tim_length; member
4880 * @tim_length: pointer to variable that will receive the TIM IE length,
4898 u16 *tim_offset, u16 *tim_length);
/kernel/linux/linux-6.6/include/net/
H A Dmac80211.h5268 * @tim_length: size of TIM element
5276 u16 tim_length; member
5383 * @tim_length: pointer to variable that will receive the TIM IE length,
5403 u16 *tim_offset, u16 *tim_length,
/kernel/linux/linux-6.6/net/mac80211/
H A Dtx.c5294 offs->tim_length = skb->len - beacon->head_len; in ieee80211_beacon_get_ap()
5477 offs->tim_length = skb->len - beacon->head_len; in __ieee80211_beacon_get()
5546 u16 *tim_offset, u16 *tim_length, in ieee80211_beacon_get_tim()
5563 if (tim_length) in ieee80211_beacon_get_tim()
5564 *tim_length = offs.tim_length; in ieee80211_beacon_get_tim()
5544 ieee80211_beacon_get_tim(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u16 *tim_offset, u16 *tim_length, unsigned int link_id) ieee80211_beacon_get_tim() argument

Completed in 41 milliseconds