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

/freebsd-current/sys/dev/malo/
H A Dif_malo.c1030 int error, iswep; local
1041 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED;
1049 if (iswep) {
1087 if (iswep)
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c976 struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen,
980 "%s: hdrlen=%d, pktlen=%d, isfrag=%d, iswep=%d, m0=%p\n",
985 iswep,
988 if (iswep) {
1558 int error, iswep, ismcast, isfrag, ismrr; local
1582 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED;
1593 if (! ath_tx_tag_crypto(sc, ni, m0, iswep, isfrag, &hdrlen,
1847 if (iswep)
975 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-current/sys/dev/mwl/
H A Dif_mwl.c3072 int error, iswep, ismcast; local
3085 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED;
3094 if (iswep) {
3133 if (iswep)
/freebsd-current/contrib/wpa/src/ap/
H A Dieee802_11.c312 int iswep)
344 if (!iswep || !sta->challenge || !challenge ||
310 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, u16 auth_transaction, const u8 *challenge, int iswep) argument

Completed in 132 milliseconds