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

  /src/sys/net80211/
ieee80211.h 678 #define IEEE80211_WEP_KEYLEN 5 /* 40bit */
ieee80211_ioctl.c 772 if (len != 0 && len < IEEE80211_WEP_KEYLEN)
2642 klen < IEEE80211_WEP_KEYLEN) ||
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 364 #define IEEE80211_WEP_KEYLEN 5 /* 40bit */
  /src/sys/dev/ic/
an.c 1112 keys[i].an_wep_keylen < IEEE80211_WEP_KEYLEN)
wi.c 2752 if (keylen > IEEE80211_WEP_KEYLEN)
2755 keylen = IEEE80211_WEP_KEYLEN;

Completed in 18 milliseconds