Searched refs:remote_auth (Results 1 – 4 of 4) sorted by relevance
5277 if (conn->remote_auth == HCI_AT_NO_BONDING || in hci_get_auth_req()5278 conn->remote_auth == HCI_AT_NO_BONDING_MITM) in hci_get_auth_req()5279 return conn->remote_auth | (conn->auth_type & 0x01); in hci_get_auth_req()5286 return conn->remote_auth | 0x01; in hci_get_auth_req()5289 return (conn->remote_auth & ~0x01) | (conn->auth_type & 0x01); in hci_get_auth_req()5361 (conn->remote_auth & ~0x01) == HCI_AT_NO_BONDING) { in hci_io_capa_request_evt()5371 if (conn->remote_auth == 0xff) { in hci_io_capa_request_evt()5422 conn->remote_auth = ev->authentication; in hci_io_capa_reply_evt()5447 rem_mitm = (conn->remote_auth & 0x01); in hci_user_confirm_request_evt()5606 conn->remote_auth = 0xff; in hci_simple_pair_complete_evt()
1121 if (conn->auth_type > 0x01 && conn->remote_auth > 0x01) in hci_persistent_key()1129 if (conn->remote_auth == 0x02 || conn->remote_auth == 0x03) in hci_persistent_key()1264 (!conn || conn->remote_auth == 0xff) && old_key_type == 0xff) { in hci_add_link_key()
1061 conn->remote_auth = 0xff; in __hci_conn_add()
760 __u8 remote_auth; member