authreq 760 drivers/staging/wlan-ng/hfa384x.h struct hfa384x_auth_request authreq; authreq 1556 drivers/staging/wlan-ng/prism2sta.c ether_addr_copy(rec.address, inf->info.authreq.sta_addr); authreq 1683 drivers/staging/wlan-ng/prism2sta.c rec.algorithm = inf->info.authreq.algorithm; authreq 632 net/bluetooth/smp.c static u8 authreq_to_seclevel(u8 authreq) authreq 634 net/bluetooth/smp.c if (authreq & SMP_AUTH_MITM) { authreq 635 net/bluetooth/smp.c if (authreq & SMP_AUTH_SC) authreq 659 net/bluetooth/smp.c struct smp_cmd_pairing *rsp, __u8 authreq) authreq 670 net/bluetooth/smp.c authreq |= SMP_AUTH_BONDING; authreq 672 net/bluetooth/smp.c authreq &= ~SMP_AUTH_BONDING; authreq 682 net/bluetooth/smp.c (authreq & SMP_AUTH_SC)) { authreq 708 net/bluetooth/smp.c authreq &= ~SMP_AUTH_SC; authreq 717 net/bluetooth/smp.c req->auth_req = (authreq & AUTH_REQ_MASK(hdev)); authreq 728 net/bluetooth/smp.c rsp->auth_req = (authreq & AUTH_REQ_MASK(hdev)); authreq 2323 net/bluetooth/smp.c __u8 authreq; authreq 2365 net/bluetooth/smp.c authreq = seclevel_to_authreq(sec_level); authreq 2368 net/bluetooth/smp.c authreq |= SMP_AUTH_SC; authreq 2370 net/bluetooth/smp.c authreq |= SMP_AUTH_CT2; authreq 2378 net/bluetooth/smp.c authreq |= SMP_AUTH_MITM; authreq 2383 net/bluetooth/smp.c build_pairing_cmd(conn, &cp, NULL, authreq); authreq 2391 net/bluetooth/smp.c cp.auth_req = authreq;