Home
last modified time | relevance | path

Searched refs:tim_offset (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
Dpcu.c402 u16 tim_offset = 0; in ath5k_hw_set_bssid() local
427 tim_offset ? tim_offset + 4 : 0); in ath5k_hw_set_bssid()
/kernel/linux/linux-5.10/drivers/staging/wfx/
Dsta.c581 u16 tim_offset, tim_length; in wfx_update_tim() local
585 &tim_offset, &tim_length); in wfx_update_tim()
588 tim_ptr = skb->data + tim_offset; in wfx_update_tim()
590 if (tim_offset && tim_length >= 6) { in wfx_update_tim()
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
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()
1685 skb->data[tim_offset + 2] = 0; in cw1200_set_tim_impl()
1689 skb->data[tim_offset + 4] |= 1; in cw1200_set_tim_impl()
1691 skb->data[tim_offset + 4] &= ~1; in cw1200_set_tim_impl()
1694 update_ie.ies = &skb->data[tim_offset]; in cw1200_set_tim_impl()
2194 u16 tim_offset; in cw1200_upload_beacon() local
2206 &tim_offset, &tim_len); in cw1200_upload_beacon()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.c679 u16 tim_offset = 0; in brcms_ops_bss_info_changed() local
682 beacon = ieee80211_beacon_get_tim(hw, vif, &tim_offset, NULL); in brcms_ops_bss_info_changed()
683 brcms_c_set_new_beacon(wl->wlc, beacon, tim_offset, in brcms_ops_bss_info_changed()
949 u16 tim_offset = 0; in brcms_ops_beacon_set_tim() local
954 &tim_offset, NULL); in brcms_ops_beacon_set_tim()
956 brcms_c_set_new_beacon(wl->wlc, beacon, tim_offset, in brcms_ops_beacon_set_tim()
Dpub.h335 u16 tim_offset, u16 dtim_period);
Dmain.c7240 struct sk_buff *beacon, u16 tim_offset, in brcms_c_beacon_write() argument
7278 if (tim_offset != 0) { in brcms_c_beacon_write()
7280 tim_offset + D11B_PHY_HDR_LEN); in brcms_c_beacon_write()
7290 struct sk_buff *beacon, u16 tim_offset, in brcms_c_update_beacon_hw() argument
7308 brcms_c_beacon_write(wlc, beacon, tim_offset, dtim_period, true, in brcms_c_update_beacon_hw()
7324 brcms_c_beacon_write(wlc, beacon, tim_offset, dtim_period, true, in brcms_c_update_beacon_hw()
7331 brcms_c_beacon_write(wlc, beacon, tim_offset, dtim_period, in brcms_c_update_beacon_hw()
7358 u16 tim_offset, u16 dtim_period) in brcms_c_set_new_beacon() argument
7368 wlc->beacon_tim_offset = tim_offset; in brcms_c_set_new_beacon()
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_91x_hal.c437 u16 tim_offset = 0; in rsi_prepare_beacon() local
451 &tim_offset, NULL); in rsi_prepare_beacon()
483 if (mac_bcn->data[tim_offset + 2] == 0) in rsi_prepare_beacon()
/kernel/linux/linux-5.10/net/mac80211/
Dtx.c4844 offs->tim_offset = beacon->head_len; in __ieee80211_beacon_get()
4918 offs->tim_offset = beacon->head_len; in __ieee80211_beacon_get()
4985 u16 *tim_offset, u16 *tim_length) in ieee80211_beacon_get_tim() argument
4996 if (tim_offset) in ieee80211_beacon_get_tim()
4997 *tim_offset = offs.tim_offset; in ieee80211_beacon_get_tim()
/kernel/linux/linux-5.10/include/net/
Dmac80211.h4844 u16 tim_offset; member
4898 u16 *tim_offset, u16 *tim_length);
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dmcu.c751 req.tim_ie_pos = cpu_to_le16(MT_TXD_SIZE + offs.tim_offset); in mt7615_mcu_add_beacon_offload()
1817 req.beacon_tlv.tim_ie_pos = cpu_to_le16(MT_TXD_SIZE + offs.tim_offset); in mt7615_mcu_uni_add_beacon_offload()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c2411 cont->tim_ofs = cpu_to_le16(offs->tim_offset); in mt7915_mcu_beacon_cont()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dwmi.c1602 cmd->tim_ie_offset = offs->tim_offset; in ath11k_wmi_bcn_tmpl()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dmac.c1650 ret = ath10k_wmi_bcn_tmpl(ar, arvif->vdev_id, offs.tim_offset, bcn, 0, in ath10k_mac_setup_bcn_tmpl()