Searched refs:encrypt_mpdu (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_io.c290 u16 transaction, u16 status, int *encrypt_mpdu)
329 *encrypt_mpdu = 1;
331 *encrypt_mpdu = 0;
416 int encrypt_mpdu = 0; local
426 pkt_size = ieee80211softmac_auth((struct ieee80211_auth **)(&pkt), mac, (struct ieee80211softmac_network *)ptrarg, (u16)(arg & 0xFFFF), (u16) (arg >> 16), &encrypt_mpdu);
456 IEEE80211_3ADDR_LEN, pkt_size, encrypt_mpdu);
288 ieee80211softmac_auth(struct ieee80211_auth **pkt, struct ieee80211softmac_device *mac, struct ieee80211softmac_network *net, u16 transaction, u16 status, int *encrypt_mpdu) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dieee80211_crypt.h59 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member in struct:ieee80211_crypto_ops
H A Dieee80211.h1240 int total_len, int encrypt_mpdu);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_tx.c165 if (crypt->ops && crypt->ops->encrypt_mpdu)
166 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv);
548 int encrypt_mpdu)
561 if (encrypt_mpdu && (!ieee->sec.encrypt || !crypt))
562 encrypt_mpdu = 0;
577 if (encrypt_mpdu) {
607 if (encrypt_mpdu)
546 ieee80211_tx_frame(struct ieee80211_device *ieee, struct ieee80211_hdr *frame, int hdr_len, int total_len, int encrypt_mpdu) argument
H A Dieee80211_crypt_wep.c276 .encrypt_mpdu = prism2_wep_encrypt,
H A Dieee80211_crypt_ccmp.c463 .encrypt_mpdu = ieee80211_ccmp_encrypt,
H A Dieee80211_crypt_tkip.c766 .encrypt_mpdu = ieee80211_tkip_encrypt,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c359 if (res == 0 && crypt->ops->encrypt_mpdu)
360 res = crypt->ops->encrypt_mpdu(skb, hdr_len, crypt->priv);
485 if (tx.crypt && (!tx.crypt->ops || !tx.crypt->ops->encrypt_mpdu))
H A Dhostap_ap.c1274 if (ap->crypt->encrypt_mpdu(skb, 0, ap->crypt_priv)) {

Completed in 179 milliseconds