Searched refs:IEEE80211_WEP_IVLEN (Results 1 – 17 of 17) sorted by relevance
60 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()
115 ivp[IEEE80211_WEP_IVLEN] >> 6); in none_decap()
70 IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +168 if ((ivp[IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV) == 0) { in ccmp_decap()
65 IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +205 if ((ivp[IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV) == 0) { in tkip_decap()
430 keyid = ivp[IEEE80211_WEP_IVLEN]; in ieee80211_crypto_decap()
106 #define IEEE80211_WEP_IVLEN 3 /* 24bit */ macro123 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN)
49 IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_EXTIVLEN + \
887 #define IEEE80211_WEP_IVLEN 3 /* 24bit */ macro915 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN) + \
248 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()
647 #define IEEE80211_WEP_IVLEN 3 macro651 (IEEE80211_WEP_IVLEN + \
816 (void) memmove(m->b_rptr + IEEE80211_WEP_IVLEN in atu_send()819 m->b_rptr += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN; in atu_send()
489 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in ath_desc_alloc()
1219 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in rtw_dma_init()
468 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in wpi_attach()
564 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in iwp_attach()
607 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in iwh_attach()
538 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + in iwk_attach()