Searched refs:iswep (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/dev/ath/ |
| D | if_ath_tx.c | 374 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/ |
| D | if_malo.c | 1091 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/ |
| D | ieee802_11.c | 196 int iswep) in auth_shared_key() argument 227 if (!iswep || !sta->challenge || !challenge || in auth_shared_key()
|
| /freebsd-9-stable/sys/dev/mwl/ |
| D | if_mwl.c | 3187 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()
|