Searched refs:IEEE80211_WEP_EXTIV (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_crypto_ccmp.c164 ivp[3] = keyid | IEEE80211_WEP_EXTIV; /* KeyID | ExtID */
218 if ((ivp[IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV) == 0) {
H A Dieee80211.h983 #define IEEE80211_WEP_EXTIV 0x20 macro
H A Dieee80211_crypto_tkip.c191 ivp[3] = keyid | IEEE80211_WEP_EXTIV; /* KeyID | ExtID */
263 if ((ivp[IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV) == 0) {
H A Dieee80211_proto.c456 if (buf[off+IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV)
/freebsd-9.3-release/sys/dev/ral/
H A Drt2860.c3060 iv[3] = k->k_id << 6 | IEEE80211_WEP_EXTIV;
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_run.c2351 iv[3] = k->wk_keyix << 6 | IEEE80211_WEP_EXTIV;

Completed in 178 milliseconds