HomeSort by: relevance | last modified time | path
    Searched refs:IEEE80211_WEP_MICLEN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto_ccmp.c 87 .ic_trailer = IEEE80211_WEP_MICLEN,
350 IEEE80211_WEP_MICLEN, nonce, sizeof nonce, ad, adlen, data_len);
363 uint8_t mic[IEEE80211_WEP_MICLEN];
387 uint8_t mic[IEEE80211_WEP_MICLEN];
ieee80211_crypto_tkip.c 78 .ic_miclen = IEEE80211_WEP_MICLEN,
110 u8 mic[IEEE80211_WEP_MICLEN]);
218 uint8_t mic[IEEE80211_WEP_MICLEN];
328 u8 mic[IEEE80211_WEP_MICLEN];
329 u8 mic0[IEEE80211_WEP_MICLEN];
793 u8 mic[IEEE80211_WEP_MICLEN])
ieee80211.h 696 #define IEEE80211_WEP_MICLEN 8 /* trailing MIC */
  /src/sys/dev/pci/
if_wpireg.h 403 uint8_t tkip[IEEE80211_WEP_MICLEN];

Completed in 14 milliseconds