Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_pathtbl.c541 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
548 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
H A Dtx.c3252 build.pn_offs = build.hdr_len; in ieee80211_check_fast_xmit()
3259 build.pn_offs = build.hdr_len; in ieee80211_check_fast_xmit()
3590 struct sta_info *sta, u8 pn_offs, in ieee80211_xmit_fast_finish() argument
3631 if (pn_offs) { in ieee80211_xmit_fast_finish()
3633 u8 *crypto_hdr = skb->data + pn_offs; in ieee80211_xmit_fast_finish()
3777 r = ieee80211_xmit_fast_finish(sdata, sta, fast_tx->pn_offs, in __ieee80211_xmit_fast()
3963 u8 pn_offs = 0; in ieee80211_tx_dequeue() local
3967 pn_offs = ieee80211_hdrlen(hdr->frame_control); in ieee80211_tx_dequeue()
3969 r = ieee80211_xmit_fast_finish(sta->sdata, sta, pn_offs, in ieee80211_tx_dequeue()