Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dsmp.c908 if (hcon->pending_sec_level < BT_SECURITY_HIGH) in tk_request()
909 hcon->pending_sec_level = BT_SECURITY_HIGH; in tk_request()
1136 if (hcon->pending_sec_level == BT_SECURITY_FIPS) in sc_add_ltk()
1820 if (sec_level > conn->hcon->pending_sec_level) in smp_cmd_pairing_req()
1821 conn->hcon->pending_sec_level = sec_level; in smp_cmd_pairing_req()
2321 if (sec_level > hcon->pending_sec_level) in smp_cmd_security_req()
2322 hcon->pending_sec_level = sec_level; in smp_cmd_security_req()
2370 if (sec_level > hcon->pending_sec_level) in smp_conn_security()
2371 hcon->pending_sec_level = sec_level; in smp_conn_security()
2806 hcon->pending_sec_level = BT_SECURITY_MEDIUM; in smp_cmd_public_key()
[all …]
A Dhci_conn.c1236 conn->pending_sec_level = sec_level; in hci_connect_le()
1390 if (conn->pending_sec_level < sec_level) in hci_connect_le_scan()
1391 conn->pending_sec_level = sec_level; in hci_connect_le_scan()
1410 conn->pending_sec_level = sec_level; in hci_connect_le_scan()
1446 acl->pending_sec_level = sec_level; in hci_connect_acl()
1544 if (conn->pending_sec_level > sec_level) in hci_conn_auth()
1545 sec_level = conn->pending_sec_level; in hci_conn_auth()
1548 conn->pending_sec_level = sec_level; in hci_conn_auth()
A Dhci_event.c2050 if (conn->pending_sec_level == BT_SECURITY_SDP) in hci_outgoing_auth_needed()
2058 conn->pending_sec_level != BT_SECURITY_FIPS && in hci_outgoing_auth_needed()
3040 conn->sec_level = conn->pending_sec_level; in hci_auth_complete_evt()
3190 conn->sec_level = conn->pending_sec_level; in hci_encrypt_change_evt()
4087 if (conn->pending_sec_level == BT_SECURITY_HIGH) in hci_pin_code_request_evt()
4114 conn->pending_sec_level = BT_SECURITY_HIGH; in conn_set_key()
4116 conn->pending_sec_level = BT_SECURITY_MEDIUM; in conn_set_key()
4120 conn->pending_sec_level = BT_SECURITY_MEDIUM; in conn_set_key()
4123 conn->pending_sec_level = BT_SECURITY_HIGH; in conn_set_key()
4126 conn->pending_sec_level = BT_SECURITY_FIPS; in conn_set_key()
[all …]
A Dl2cap_core.c1692 smp_conn_security(hcon, hcon->pending_sec_level); in l2cap_le_conn_ready()
A Dmgmt.c2755 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply()
/linux/include/net/bluetooth/
A Dhci_core.h664 __u8 pending_sec_level; member
1597 if (conn->pending_sec_level > conn->sec_level) in hci_encrypt_cfm()
1598 conn->sec_level = conn->pending_sec_level; in hci_encrypt_cfm()

Completed in 59 milliseconds