Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.c1024 int error, iswep; in malo_tx_start() local
1035 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED; in malo_tx_start()
1043 if (iswep) { in malo_tx_start()
1081 if (iswep) in malo_tx_start()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c976 struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen, in ath_tx_tag_crypto() argument
985 iswep, in ath_tx_tag_crypto()
988 if (iswep) { in ath_tx_tag_crypto()
1557 int error, iswep, ismcast, isfrag, ismrr; in ath_tx_normal_setup() local
1581 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED; in ath_tx_normal_setup()
1592 if (! ath_tx_tag_crypto(sc, ni, m0, iswep, isfrag, &hdrlen, in ath_tx_normal_setup()
1846 if (iswep) in ath_tx_normal_setup()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c3068 int error, iswep, ismcast; in mwl_tx_start() local
3081 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED; in mwl_tx_start()
3090 if (iswep) { in mwl_tx_start()
3129 if (iswep) in mwl_tx_start()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c350 int iswep) in auth_shared_key() argument
382 if (!iswep || !sta->challenge || !challenge || in auth_shared_key()