Home
last modified time | relevance | path

Searched refs:IEEE80211_WEP_IVLEN (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c60 IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN,
166 ivp[IEEE80211_WEP_IVLEN] = keyid; in wep_encap()
227 uint8_t rc4key[IEEE80211_WEP_IVLEN + IEEE80211_KEYBUF_SIZE]; in wep_encrypt()
238 (void) memcpy(rc4key, mp->b_rptr + hdrlen, IEEE80211_WEP_IVLEN); in wep_encrypt()
239 (void) memcpy(rc4key + IEEE80211_WEP_IVLEN, key->wk_key, in wep_encrypt()
244 IEEE80211_WEP_IVLEN + key->wk_keylen); in wep_encrypt()
274 uint8_t rc4key[IEEE80211_WEP_IVLEN + IEEE80211_KEYBUF_SIZE]; in wep_decrypt()
285 (void) memcpy(rc4key, mp->b_rptr + hdrlen, IEEE80211_WEP_IVLEN); in wep_decrypt()
286 (void) memcpy(rc4key + IEEE80211_WEP_IVLEN, key->wk_key, in wep_decrypt()
291 IEEE80211_WEP_IVLEN + key->wk_keylen); in wep_decrypt()
H A Dnet80211_crypto_none.c115 ivp[IEEE80211_WEP_IVLEN] >> 6); in none_decap()
H A Dnet80211_crypto_ccmp.c70 IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +
168 if ((ivp[IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV) == 0) { in ccmp_decap()
H A Dnet80211_crypto_tkip.c65 IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +
205 if ((ivp[IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV) == 0) { in tkip_decap()
H A Dnet80211_crypto.c430 keyid = ivp[IEEE80211_WEP_IVLEN]; in ieee80211_crypto_decap()
/titanic_50/usr/src/uts/common/sys/
H A Dnet80211_crypto.h106 #define IEEE80211_WEP_IVLEN 3 /* 24bit */ macro
123 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN)
H A Dmac_wifi.h49 IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_EXTIVLEN + \
H A Dnet80211_proto.h887 #define IEEE80211_WEP_IVLEN 3 /* 24bit */ macro
915 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN) + \
/titanic_50/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c248 mp->b_wptr += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN; in mac_wifi_header()
253 mp->b_wptr += IEEE80211_WEP_IVLEN + in mac_wifi_header()
307 llcp += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN; in mac_wifi_header_info()
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_ath9k.h647 #define IEEE80211_WEP_IVLEN 3 macro
651 (IEEE80211_WEP_IVLEN + \
/titanic_50/usr/src/uts/common/io/atu/
H A Datu.c816 (void) memmove(m->b_rptr + IEEE80211_WEP_IVLEN in atu_send()
819 m->b_rptr += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN; in atu_send()
/titanic_50/usr/src/uts/common/io/ath/
H A Dath_main.c489 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in ath_desc_alloc()
/titanic_50/usr/src/uts/common/io/rtw/
H A Drtw.c1219 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in rtw_dma_init()
/titanic_50/usr/src/uts/common/io/wpi/
H A Dwpi.c468 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in wpi_attach()
/titanic_50/usr/src/uts/common/io/iwp/
H A Diwp.c564 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in iwp_attach()
/titanic_50/usr/src/uts/common/io/iwh/
H A Diwh.c607 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in iwh_attach()
/titanic_50/usr/src/uts/common/io/iwk/
H A Diwk2.c538 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in iwk_attach()