Home
last modified time | relevance | path

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

/linux-6.6.21/tools/net/ynl/generated/
Dhandshake-user.h109 __u32 *remote_auth; member
132 __u32 *remote_auth, in __handshake_done_req_set_remote_auth() argument
135 free(req->remote_auth); in __handshake_done_req_set_remote_auth()
136 req->remote_auth = remote_auth; in __handshake_done_req_set_remote_auth()
Dhandshake-user.c292 free(req->remote_auth); in handshake_done_req_free()
309 mnl_attr_put_u32(nlh, HANDSHAKE_A_DONE_REMOTE_AUTH, req->remote_auth[i]); in handshake_done()
/linux-6.6.21/net/bluetooth/
Dhci_event.c5264 if (conn->remote_auth == HCI_AT_NO_BONDING || in hci_get_auth_req()
5265 conn->remote_auth == HCI_AT_NO_BONDING_MITM) in hci_get_auth_req()
5266 return conn->remote_auth | (conn->auth_type & 0x01); in hci_get_auth_req()
5273 return conn->remote_auth | 0x01; in hci_get_auth_req()
5276 return (conn->remote_auth & ~0x01) | (conn->auth_type & 0x01); in hci_get_auth_req()
5348 (conn->remote_auth & ~0x01) == HCI_AT_NO_BONDING) { in hci_io_capa_request_evt()
5358 if (conn->remote_auth == 0xff) { in hci_io_capa_request_evt()
5409 conn->remote_auth = ev->authentication; in hci_io_capa_reply_evt()
5434 rem_mitm = (conn->remote_auth & 0x01); in hci_user_confirm_request_evt()
5586 conn->remote_auth = 0xff; in hci_simple_pair_complete_evt()
Dhci_core.c1183 if (conn->auth_type > 0x01 && conn->remote_auth > 0x01) in hci_persistent_key()
1191 if (conn->remote_auth == 0x02 || conn->remote_auth == 0x03) in hci_persistent_key()
1328 (!conn || conn->remote_auth == 0xff) && old_key_type == 0xff) { in hci_add_link_key()
Dhci_conn.c959 conn->remote_auth = 0xff; in hci_conn_add()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h757 __u8 remote_auth; member