Home | History | Annotate | Download | only in drivers

Lines Matching defs:encrypt

5085 					int encrypt, int noack)
5118 if (encrypt)
5142 int encrypt, int noack,
5154 encrypt, noack);
5170 int encrypt = 1;
5205 * to not encrypt the frame), we need to tell mac80211 about
5211 encrypt = 0;
5214 return wpa_driver_nl80211_send_frame(bss, data, data_len, encrypt,
6230 size_t data_len, int encrypt, const u8 *own_addr, u32 flags)
6258 if (encrypt)
6283 res = wpa_driver_nl80211_send_frame(bss, (u8 *) hdr, len, encrypt, 0,
8429 int encrypt)
8432 return wpa_driver_nl80211_send_frame(bss, data, data_len, encrypt, 0,