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

/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c1036 int error, ismcast, iswep; local
1047 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED;
1058 if (iswep) {
1096 if (iswep)
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c963 struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen,
967 "%s: hdrlen=%d, pktlen=%d, isfrag=%d, iswep=%d, m0=%p\n",
972 iswep,
975 if (iswep) {
1532 int error, iswep, ismcast, isfrag, ismrr; local
1554 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED;
1565 if (! ath_tx_tag_crypto(sc, ni, m0, iswep, isfrag, &hdrlen,
1786 if (iswep)
962 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-11-stable/sys/dev/mwl/
H A Dif_mwl.c3070 int error, iswep, ismcast; local
3083 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED;
3095 if (iswep) {
3134 if (iswep)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11.c244 int iswep)
276 if (!iswep || !sta->challenge || !challenge ||
242 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, u16 auth_transaction, const u8 *challenge, int iswep) argument

Completed in 208 milliseconds