/src/sys/net80211/ |
ieee80211_output.c | 538 int hdrsize, datalen, addqos, txfrag; local in function:ieee80211_encap 678 txfrag = (m->m_pkthdr.len > ic->ic_fragthreshold && 693 if (!ieee80211_crypto_enmic(ic, key, m, txfrag)) { 703 if (txfrag && !ieee80211_fragment(ic, m, hdrsize,
|
ieee80211_output.c | 538 int hdrsize, datalen, addqos, txfrag; local in function:ieee80211_encap 678 txfrag = (m->m_pkthdr.len > ic->ic_fragthreshold && 693 if (!ieee80211_crypto_enmic(ic, key, m, txfrag)) { 703 if (txfrag && !ieee80211_fragment(ic, m, hdrsize,
|
ieee80211_output.c | 538 int hdrsize, datalen, addqos, txfrag; local in function:ieee80211_encap 678 txfrag = (m->m_pkthdr.len > ic->ic_fragthreshold && 693 if (!ieee80211_crypto_enmic(ic, key, m, txfrag)) { 703 if (txfrag && !ieee80211_fragment(ic, m, hdrsize,
|