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

/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx.c374 struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen, int *keyix)
376 if (iswep) {
501 int error, iswep, ismcast, isfrag, ismrr; local
520 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP;
531 if (! ath_tx_tag_crypto(sc, ni, m0, iswep, isfrag, &hdrlen, &pktlen, &keyix)) {
793 if (iswep)
373 ath_tx_tag_crypto(struct ath_softc *sc, struct ieee80211_node *ni, struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen, int *keyix) argument
/freebsd-9.3-release/sys/dev/malo/
H A Dif_malo.c1092 int error, ismcast, iswep; local
1104 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP;
1119 if (iswep) {
1157 if (iswep)
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dieee802_11.c196 int iswep)
227 if (!iswep || !sta->challenge || !challenge ||
194 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, u16 auth_transaction, const u8 *challenge, int iswep) argument
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c3186 int error, iswep, ismcast; local
3199 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP;
3215 if (iswep) {
3254 if (iswep)

Completed in 76 milliseconds