Home
last modified time | relevance | path

Searched refs:IEEE80211_WEP_KIDLEN (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/lib/libpcap/net80211/
Dieee80211.h588 #define IEEE80211_WEP_KIDLEN 1 /* 1 octet */ macro
592 IEEE80211_WEP_KIDLEN + \
617 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN))
/mirbsd/src/sys/dev/ic/
Dawi_wep.c337 len = IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +
371 noff += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN;
374 moff += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN;
Dif_wi.c783 IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN;
795 IEEE80211_WEP_KIDLEN + WI_SNAPHDR_LEN);
797 IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +
2156 if (len < IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in wi_do_hostdecrypt()
2159 len -= (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in wi_do_hostdecrypt()
2301 IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN;
Dawi.c990 IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN;
/mirbsd/src/sys/net/
Dif_ieee80211.h309 #define IEEE80211_WEP_KIDLEN 1 /* 1 octet */ macro
317 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN))
Dif_ieee80211subr.c2726 len = IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN; in ieee80211_wep_crypt()
2768 noff += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN; in ieee80211_wep_crypt()
2773 moff += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN; in ieee80211_wep_crypt()