Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_tx.c986 struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen, in ath_tx_tag_crypto() argument
995 iswep, in ath_tx_tag_crypto()
998 if (iswep) { in ath_tx_tag_crypto()
1564 int error, iswep, ismcast, isfrag, ismrr; in ath_tx_normal_setup() local
1586 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED; in ath_tx_normal_setup()
1597 if (! ath_tx_tag_crypto(sc, ni, m0, iswep, isfrag, &hdrlen, in ath_tx_normal_setup()
1812 if (iswep) in ath_tx_normal_setup()
/dragonfly/contrib/wpa_supplicant/src/ap/
HDieee802_11.c244 int iswep) in auth_shared_key() argument
276 if (!iswep || !sta->challenge || !challenge || in auth_shared_key()