Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c5246 if (conn->remote_auth == HCI_AT_NO_BONDING || in hci_get_auth_req()
5247 conn->remote_auth == HCI_AT_NO_BONDING_MITM) in hci_get_auth_req()
5248 return conn->remote_auth | (conn->auth_type & 0x01); in hci_get_auth_req()
5255 return conn->remote_auth | 0x01; in hci_get_auth_req()
5258 return (conn->remote_auth & ~0x01) | (conn->auth_type & 0x01); in hci_get_auth_req()
5330 (conn->remote_auth & ~0x01) == HCI_AT_NO_BONDING) { in hci_io_capa_request_evt()
5340 if (conn->remote_auth == 0xff) { in hci_io_capa_request_evt()
5391 conn->remote_auth = ev->authentication; in hci_io_capa_reply_evt()
5416 rem_mitm = (conn->remote_auth & 0x01); in hci_user_confirm_request_evt()
5575 conn->remote_auth = 0xff; in hci_simple_pair_complete_evt()
H A Dhci_core.c1158 if (conn->auth_type > 0x01 && conn->remote_auth > 0x01) in hci_persistent_key()
1166 if (conn->remote_auth == 0x02 || conn->remote_auth == 0x03) in hci_persistent_key()
1301 (!conn || conn->remote_auth == 0xff) && old_key_type == 0xff) { in hci_add_link_key()
H A Dhci_conn.c1052 conn->remote_auth = 0xff; in __hci_conn_add()
/linux/include/net/bluetooth/
H A Dhci_core.h755 __u8 remote_auth; member