Searched refs:auth_reqs (Results 1 – 4 of 4) sorted by relevance
94 def set_authentication_requirements(self, auth_reqs): argument99 auth_reqs, "ERROR"))100 …ce.security.SetAuthenticationRequirements(AuthenticationRequirementsMessage(requirement=auth_reqs))
52 auth_reqs = ( variable in SecurityTest204 test_count = len(self.io_capabilities) * len(self.auth_reqs) * len(self.oob_present) * len(205 self.io_capabilities) * len(self.auth_reqs) * len(self.oob_present)209 for init_auth_reqs in self.auth_reqs:212 for cert_auth_reqs in self.auth_reqs:
120 def set_authentication_requirements(self, auth_reqs): argument125 auth_reqs, "ERROR"))126 …self._auth_reqs = self._auth_req_lookup.get(auth_reqs, hci_packets.AuthenticationRequirements.GENE…
169 … hci::OobDataPresent oob_present, hci::AuthenticationRequirements auth_reqs) { in ReceiveIoCapabilityResponse() argument171 … hci::IoCapabilityResponseBuilder::Create(device.GetAddress(), io_cap, oob_present, auth_reqs)); in ReceiveIoCapabilityResponse()