Lines Matching refs:auth_req
702 req->auth_req = (authreq & AUTH_REQ_MASK(hdev)); in build_pairing_cmd()
713 rsp->auth_req = (authreq & AUTH_REQ_MASK(hdev)); in build_pairing_cmd()
1075 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys()
1733 auth = req->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_pairing_req()
1781 if (rsp.auth_req & SMP_AUTH_SC) in smp_cmd_pairing_req()
1917 auth = rsp->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_pairing_rsp()
1945 if ((req->auth_req & SMP_AUTH_SC) && (auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
1974 auth |= req->auth_req; in smp_cmd_pairing_rsp()
2036 auth = req->auth_req & AUTH_REQ_MASK(hdev); in fixup_sc_false_positive()
2242 auth = rp->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_security_req()
2353 cp.auth_req = authreq; in smp_conn_security()
2556 local_mitm = (local->auth_req & SMP_AUTH_MITM); in sc_select_method()
2557 remote_mitm = (remote->auth_req & SMP_AUTH_MITM); in sc_select_method()