Lines Matching defs:offset
146 * @freq_offset: offset from @center_freq, in KHz
273 * @non_srg_max_offset: non-SRG maximum tx power offset
274 * @min_offset: minimal tx power offset an associated station shall use
275 * @max_offset: maximum tx power offset an associated station shall use
692 * @freq1_offset: offset from @center_freq1, in KHz
1647 * @t_offset: Time offset of the station relative to this host.
2902 * @pkt_offset: packet offset (in bytes)
4509 * @max_pkt_offset: maximum Rx packet offset
4535 * @max_pkt_offset: maximum Rx packet offset
5623 * @data_offset: offset of payload after the 802.11 header
5681 * @match_offset: offset in the IE data where the byte array should match.
5683 * the offset to start from the element ID byte, but here we take
5708 * @match_offset: offset in the IE where the byte array should match.
7664 * @offset: offset where to start splitting in the buffer
7666 * This function splits an IE buffer by updating the @offset
7677 * The function returns the offset where the next part of the
7684 size_t offset);
7694 * @offset: offset where to start splitting in the buffer
7696 * This function splits an IE buffer by updating the @offset
7707 * The function returns the offset where the next part of the
7712 const u8 *ids, int n_ids, size_t offset)
7714 return ieee80211_ie_split_ric(ies, ielen, ids, n_ids, NULL, 0, offset);