Home
last modified time | relevance | path

Searched refs:IEEE80211_WEP_EXTIV (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c136 ivp[3] = keyid | IEEE80211_WEP_EXTIV; /* KeyID | ExtID */ in ccmp_encap()
168 if ((ivp[IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV) == 0) { in ccmp_decap()
H A Dnet80211_crypto_tkip.c160 ivp[3] = keyid | IEEE80211_WEP_EXTIV; /* KeyID | ExtID */ in tkip_encap()
205 if ((ivp[IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV) == 0) { in tkip_decap()
/titanic_50/usr/src/uts/common/sys/
H A Dnet80211_crypto.h118 #define IEEE80211_WEP_EXTIV 0x20 macro
H A Dnet80211_proto.h899 #define IEEE80211_WEP_EXTIV 0x20 macro