Searched refs:iswep (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 1024 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 D | if_ath_tx.c | 976 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 D | if_mwl.c | 3068 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 D | ieee802_11.c | 350 int iswep) in auth_shared_key() argument 382 if (!iswep || !sta->challenge || !challenge || in auth_shared_key()
|