Searched refs:encryption_mode (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | link_control.c | 282 hci_encrypt2str(ep->encryption_mode, 0), in hci_create_connection() 283 ep->encryption_mode); in hci_create_connection() 437 hci_encrypt2str(ep->encryption_mode, 0), in hci_add_sco_connection() 438 ep->encryption_mode); in hci_add_sco_connection()
|
H A D | host_controller_baseband.c | 892 hci_encrypt2str(rp.encryption_mode, 0), rp.encryption_mode); in hci_read_encryption_mode() 911 cp.encryption_mode = (uint8_t) n; in hci_write_encryption_mode()
|
H A D | node.c | 322 hci_encrypt2str(r.connections[n].encryption_mode, 1), in hci_read_connection_list()
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_evnt.c | 547 con->encryption_mode = NG_HCI_ENCRYPTION_MODE_NONE; in le_connection_complete() 739 con->encryption_mode = ep->encryption_mode; in con_compl() 963 con->encryption_mode = NG_HCI_ENCRYPTION_MODE_P2P; in encryption_change() 965 con->encryption_mode = NG_HCI_ENCRYPTION_MODE_NONE; in encryption_change() 972 ng_hci_lp_enc_change(con, con->encryption_mode); in encryption_change()
|
H A D | ng_hci_var.h | 185 u_int8_t encryption_mode; /* none, p2p, ... */ member
|
H A D | ng_hci_main.c | 543 e2->encryption_mode= c->encryption_mode; in ng_hci_default_rcvmsg()
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 647 u_int8_t encryption_mode; /* none, p2p, ... */ 1207 u_int8_t encryption_mode; /* encryption mode */ 1212 u_int8_t encryption_mode; /* encryption mode */ 1892 u_int8_t encryption_mode; /* Encryption mode */ 645 u_int8_t encryption_mode; /* none, p2p, ... */ global() member 1161 u_int8_t encryption_mode; /* encryption mode */ global() member 1166 u_int8_t encryption_mode; /* encryption mode */ global() member 1832 u_int8_t encryption_mode; /* Encryption mode */ global() member
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.h | 664 uint8_t encryption_mode; member 781 uint8_t encryption_mode; member
|