Lines Matching defs:conn
149 static struct sk_buff *smp_build_cmd(struct l2cap_conn *conn, u8 code, in smp_build_cmd()
176 static void smp_send_cmd(struct l2cap_conn *conn, u8 code, u16 len, void *data) in smp_send_cmd()
213 static void build_pairing_cmd(struct l2cap_conn *conn, in build_pairing_cmd()
245 static u8 check_enc_key_size(struct l2cap_conn *conn, __u8 max_key_size) in check_enc_key_size()
258 static void smp_failure(struct l2cap_conn *conn, u8 reason, u8 send) in smp_failure()
285 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request()
362 struct l2cap_conn *conn = smp->conn; in confirm_work() local
405 struct l2cap_conn *conn = smp->conn; in random_work() local
485 static struct smp_chan *smp_chan_create(struct l2cap_conn *conn) in smp_chan_create()
505 void smp_chan_destroy(struct l2cap_conn *conn) in smp_chan_destroy()
522 struct l2cap_conn *conn = hcon->smp_conn; in smp_user_confirm_reply() local
561 static u8 smp_cmd_pairing_req(struct l2cap_conn *conn, struct sk_buff *skb) in smp_cmd_pairing_req()
610 static u8 smp_cmd_pairing_rsp(struct l2cap_conn *conn, struct sk_buff *skb) in smp_cmd_pairing_rsp()
659 static u8 smp_cmd_pairing_confirm(struct l2cap_conn *conn, struct sk_buff *skb) in smp_cmd_pairing_confirm()
684 static u8 smp_cmd_pairing_random(struct l2cap_conn *conn, struct sk_buff *skb) in smp_cmd_pairing_random()
699 static u8 smp_ltk_encrypt(struct l2cap_conn *conn) in smp_ltk_encrypt()
722 static u8 smp_cmd_security_req(struct l2cap_conn *conn, struct sk_buff *skb) in smp_cmd_security_req()
754 int smp_conn_security(struct l2cap_conn *conn, __u8 sec_level) in smp_conn_security()
804 static int smp_cmd_encrypt_info(struct l2cap_conn *conn, struct sk_buff *skb) in smp_cmd_encrypt_info()
816 static int smp_cmd_master_ident(struct l2cap_conn *conn, struct sk_buff *skb) in smp_cmd_master_ident()
831 int smp_sig_channel(struct l2cap_conn *conn, struct sk_buff *skb) in smp_sig_channel()
903 int smp_distribute_keys(struct l2cap_conn *conn, __u8 force) in smp_distribute_keys()