Home
last modified time | relevance | path

Searched refs:remote_auth (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_event.c3907 if (conn->remote_auth == HCI_AT_NO_BONDING || in hci_get_auth_req()
3908 conn->remote_auth == HCI_AT_NO_BONDING_MITM) in hci_get_auth_req()
3909 return conn->remote_auth | (conn->auth_type & 0x01); in hci_get_auth_req()
3916 return conn->remote_auth | 0x01; in hci_get_auth_req()
3919 return (conn->remote_auth & ~0x01) | (conn->auth_type & 0x01); in hci_get_auth_req()
3987 (conn->remote_auth & ~0x01) == HCI_AT_NO_BONDING) { in hci_io_capa_request_evt()
3997 if (conn->remote_auth == 0xff) { in hci_io_capa_request_evt()
4047 conn->remote_auth = ev->authentication; in hci_io_capa_reply_evt()
4072 rem_mitm = (conn->remote_auth & 0x01); in hci_user_confirm_request_evt()
4213 conn->remote_auth = 0xff; in hci_simple_pair_complete_evt()
Dhci_core.c2337 if (conn->auth_type > 0x01 && conn->remote_auth > 0x01) in hci_persistent_key()
2345 if (conn->remote_auth == 0x02 || conn->remote_auth == 0x03) in hci_persistent_key()
2452 (!conn || conn->remote_auth == 0xff) && old_key_type == 0xff) { in hci_add_link_key()
Dhci_conn.c510 conn->remote_auth = 0xff; in hci_conn_add()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h462 __u8 remote_auth; member