Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/
Dif_ath_tx.c374 struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen, int *keyix) in ath_tx_tag_crypto() argument
376 if (iswep) { in ath_tx_tag_crypto()
501 int error, iswep, ismcast, isfrag, ismrr; in ath_tx_start() local
520 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP; in ath_tx_start()
531 if (! ath_tx_tag_crypto(sc, ni, m0, iswep, isfrag, &hdrlen, &pktlen, &keyix)) { in ath_tx_start()
793 if (iswep) in ath_tx_start()
/freebsd-9-stable/sys/dev/malo/
Dif_malo.c1091 int error, ismcast, iswep; in malo_tx_start() local
1103 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP; in malo_tx_start()
1118 if (iswep) { in malo_tx_start()
1156 if (iswep) in malo_tx_start()
/freebsd-9-stable/contrib/wpa/src/ap/
Dieee802_11.c196 int iswep) in auth_shared_key() argument
227 if (!iswep || !sta->challenge || !challenge || in auth_shared_key()
/freebsd-9-stable/sys/dev/mwl/
Dif_mwl.c3187 int error, iswep, ismcast; in mwl_tx_start() local
3200 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP; in mwl_tx_start()
3216 if (iswep) { in mwl_tx_start()
3255 if (iswep) in mwl_tx_start()