Lines Matching defs:offs
4792 struct ieee80211_mutable_offsets *offs,
4813 if (offs)
4814 memset(offs, 0, sizeof(*offs));
4845 if (offs) {
4846 offs->tim_offset = beacon->head_len;
4847 offs->tim_length = skb->len - beacon->head_len;
4919 if (offs) {
4920 offs->tim_offset = beacon->head_len;
4921 offs->tim_length = skb->len - beacon->head_len;
4931 if (offs && beacon) {
4940 offs->cntdwn_counter_offs[i] = csa_off_base + csa_off;
4979 struct ieee80211_mutable_offsets *offs)
4981 return __ieee80211_beacon_get(hw, vif, offs, true);
4989 struct ieee80211_mutable_offsets offs = {};
4990 struct sk_buff *bcn = __ieee80211_beacon_get(hw, vif, &offs, false);
4999 *tim_offset = offs.tim_offset;
5002 *tim_length = offs.tim_length;