Home
last modified time | relevance | path

Searched refs:pn_offs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dmesh_pathtbl.c536 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
543 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
H A Dtx.c3196 build.pn_offs = build.hdr_len; in ieee80211_check_fast_xmit()
3203 build.pn_offs = build.hdr_len; in ieee80211_check_fast_xmit()
3534 struct sta_info *sta, u8 pn_offs, in ieee80211_xmit_fast_finish() argument
3575 if (pn_offs) { in ieee80211_xmit_fast_finish()
3577 u8 *crypto_hdr = skb->data + pn_offs; in ieee80211_xmit_fast_finish()
3721 r = ieee80211_xmit_fast_finish(sdata, sta, fast_tx->pn_offs, in __ieee80211_xmit_fast()
3904 u8 pn_offs = 0; in ieee80211_tx_dequeue() local
3908 pn_offs = ieee80211_hdrlen(hdr->frame_control); in ieee80211_tx_dequeue()
3910 r = ieee80211_xmit_fast_finish(sta->sdata, sta, pn_offs, in ieee80211_tx_dequeue()
H A Dsta_info.h326 u8 sa_offs, da_offs, pn_offs; member