Home
last modified time | relevance | path

Searched refs:sec_level (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/net/bluetooth/rfcomm/
Dsock.c250 pi->sec_level = rfcomm_pi(parent)->sec_level; in rfcomm_sock_init()
257 pi->sec_level = BT_SECURITY_LOW; in rfcomm_sock_init()
261 pi->dlc->sec_level = pi->sec_level; in rfcomm_sock_init()
411 d->sec_level = rfcomm_pi(sk)->sec_level; in rfcomm_sock_connect()
650 rfcomm_pi(sk)->sec_level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt_old()
652 rfcomm_pi(sk)->sec_level = BT_SECURITY_MEDIUM; in rfcomm_sock_setsockopt_old()
654 rfcomm_pi(sk)->sec_level = BT_SECURITY_HIGH; in rfcomm_sock_setsockopt_old()
707 rfcomm_pi(sk)->sec_level = sec.level; in rfcomm_sock_setsockopt()
755 switch (rfcomm_pi(sk)->sec_level) { in rfcomm_sock_getsockopt_old()
838 sec.level = rfcomm_pi(sk)->sec_level; in rfcomm_sock_getsockopt()
Dcore.c68 u8 sec_level,
215 switch (d->sec_level) { in rfcomm_check_security()
228 return hci_conn_security(conn->hcon, d->sec_level, auth_type, in rfcomm_check_security()
291 d->sec_level = BT_SECURITY_LOW; in rfcomm_dlc_clear_state()
384 s = rfcomm_session_create(src, dst, d->sec_level, &err); in __rfcomm_dlc_open()
761 u8 sec_level, in rfcomm_session_create() argument
789 l2cap_pi(sk)->chan->sec_level = sec_level; in rfcomm_session_create()
2154 if (d->sec_level == BT_SECURITY_MEDIUM) { in rfcomm_security_cfm()
2158 } else if (d->sec_level == BT_SECURITY_HIGH || in rfcomm_security_cfm()
2159 d->sec_level == BT_SECURITY_FIPS) { in rfcomm_security_cfm()
[all …]
/linux-6.1.9/net/bluetooth/
Dhci_conn.c1264 u8 dst_type, bool dst_resolved, u8 sec_level, in hci_connect_le() argument
1322 conn->pending_sec_level = sec_level; in hci_connect_le()
1326 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le()
1498 u8 dst_type, u8 sec_level, in hci_connect_le_scan() argument
1523 if (conn->pending_sec_level < sec_level) in hci_connect_le_scan()
1524 conn->pending_sec_level = sec_level; in hci_connect_le_scan()
1542 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le_scan()
1543 conn->pending_sec_level = sec_level; in hci_connect_le_scan()
1555 u8 sec_level, u8 auth_type, in hci_connect_acl() argument
1578 acl->sec_level = BT_SECURITY_LOW; in hci_connect_acl()
[all …]
Dsmp.c633 static __u8 seclevel_to_authreq(__u8 sec_level) in seclevel_to_authreq() argument
635 switch (sec_level) { in seclevel_to_authreq()
1104 else if (hcon->sec_level == BT_SECURITY_FIPS) in smp_notify_keys()
1294 authenticated = hcon->sec_level == BT_SECURITY_HIGH; in smp_distribute_keys()
1341 if (hcon->sec_level > BT_SECURITY_MEDIUM) in smp_distribute_keys()
1737 u8 key_size, auth, sec_level; in smp_cmd_pairing_req() local
1816 sec_level = BT_SECURITY_MEDIUM; in smp_cmd_pairing_req()
1818 sec_level = authreq_to_seclevel(auth); in smp_cmd_pairing_req()
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()
[all …]
Dsmp.h186 bool smp_sufficient_security(struct hci_conn *hcon, u8 sec_level,
188 int smp_conn_security(struct hci_conn *hcon, __u8 sec_level);
Dl2cap_sock.c145 chan->sec_level = BT_SECURITY_SDP; in l2cap_sock_bind()
150 chan->sec_level = BT_SECURITY_SDP; in l2cap_sock_bind()
153 chan->sec_level = BT_SECURITY_SDP; in l2cap_sock_bind()
513 switch (chan->sec_level) { in l2cap_sock_getsockopt_old()
605 sec.level = chan->conn->hcon->sec_level; in l2cap_sock_getsockopt()
610 sec.level = chan->sec_level; in l2cap_sock_getsockopt()
832 chan->sec_level = BT_SECURITY_LOW; in l2cap_sock_setsockopt_old()
834 chan->sec_level = BT_SECURITY_MEDIUM; in l2cap_sock_setsockopt_old()
836 chan->sec_level = BT_SECURITY_HIGH; in l2cap_sock_setsockopt_old()
943 chan->sec_level = sec.level; in l2cap_sock_setsockopt()
[all …]
Dl2cap_core.c447 chan->sec_level != BT_SECURITY_SDP) in l2cap_chan_timeout()
546 chan->sec_level = BT_SECURITY_LOW; in l2cap_chan_set_defaults()
873 switch (chan->sec_level) { in l2cap_get_auth_type()
885 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type()
886 chan->sec_level = BT_SECURITY_SDP; in l2cap_get_auth_type()
888 if (chan->sec_level == BT_SECURITY_HIGH || in l2cap_get_auth_type()
889 chan->sec_level == BT_SECURITY_FIPS) in l2cap_get_auth_type()
896 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type()
897 chan->sec_level = BT_SECURITY_SDP; in l2cap_get_auth_type()
899 if (chan->sec_level == BT_SECURITY_HIGH || in l2cap_get_auth_type()
[all …]
Dhci_event.c3491 conn->sec_level = conn->pending_sec_level; in hci_auth_complete_evt()
3602 conn->sec_level = conn->pending_sec_level; in hci_encrypt_change_evt()
5155 conn->sec_level = conn->pending_sec_level; in hci_key_refresh_complete_evt()
5909 conn->sec_level = BT_SECURITY_LOW; in le_conn_complete_evt()
Dmgmt.c3438 u8 sec_level, auth_type; in pair_device() local
3474 sec_level = BT_SECURITY_MEDIUM; in pair_device()
3478 conn = hci_connect_acl(hdev, &cp->addr.bdaddr, sec_level, in pair_device()
3499 sec_level, HCI_LE_CONN_TIMEOUT, in pair_device()
3551 hci_conn_security(conn, sec_level, auth_type, true)) { in pair_device()
/linux-6.1.9/include/net/bluetooth/
Drfcomm.h186 u8 sec_level; member
309 u8 sec_level; member
Dhci_core.h707 __u8 sec_level; member
1314 u8 dst_type, u8 sec_level,
1318 u8 dst_type, bool dst_resolved, u8 sec_level,
1321 u8 sec_level, u8 auth_type,
1337 int hci_conn_check_secure(struct hci_conn *conn, __u8 sec_level);
1338 int hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type,
1843 if (conn->sec_level == BT_SECURITY_SDP) in hci_encrypt_cfm()
1844 conn->sec_level = BT_SECURITY_LOW; in hci_encrypt_cfm()
1846 if (conn->pending_sec_level > conn->sec_level) in hci_encrypt_cfm()
1847 conn->sec_level = conn->pending_sec_level; in hci_encrypt_cfm()
Dl2cap.h565 __u8 sec_level; member
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c5473 int i, err, auth_mode, sec_level, use_group; in ipw2100_configure_security() local
5497 sec_level = SEC_LEVEL_0; in ipw2100_configure_security()
5499 sec_level = priv->ieee->sec.level; in ipw2100_configure_security()
5506 ipw2100_set_security_information(priv, auth_mode, sec_level, in ipw2100_configure_security()