Searched refs:link_key (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/net/bluetooth/ |
D | hci_core.c | 997 struct link_key *key; in hci_link_keys_clear() 999 key = list_entry(p, struct link_key, list); in hci_link_keys_clear() 1008 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() 1013 struct link_key *k; in hci_find_link_key() 1015 k = list_entry(p, struct link_key, list); in hci_find_link_key() 1027 struct link_key *key, *old_key; in hci_add_link_key() 1060 struct link_key *key; in hci_remove_link_key()
|
D | hci_event.c | 1999 struct link_key *key; in hci_link_key_request_evt() 2032 memcpy(cp.link_key, key->val, 16); in hci_link_key_request_evt() 2064 hci_add_link_key(hdev, 1, &ev->bdaddr, ev->link_key, in hci_link_key_notify_evt()
|
D | mgmt.c | 1458 int mgmt_new_key(u16 index, struct link_key *key, u8 old_key_type) in mgmt_new_key()
|
/linux-2.6.39/include/net/bluetooth/ |
D | hci_core.h | 77 struct link_key { struct 503 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr); 757 int mgmt_new_key(u16 index, struct link_key *key, u8 old_key_type);
|
D | hci.h | 305 __u8 link_key[16]; member 843 __u8 link_key[16]; member
|
/linux-2.6.39/drivers/staging/ath6kl/include/common/ |
D | a_hci.h | 273 u8 link_key[LINK_KEY_LEN]; member
|