summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-12 10:17:13 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-12 10:17:13 +0000
commit27c5b9dad6308c359bfde52faebf3c0decc3c60e (patch)
treec0553b6d2fce0bf04b20ffd72b40f4f03be5c97a /hcid/adapter.h
parentc842fb8295afaaa86dcd7cf9c5e62f6ca4c51b9b (diff)
Move authentication request functions into adapter.c
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 5e023f3c..2e14bfc0 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -154,3 +154,10 @@ int pending_remote_name_cancel(struct adapter *adapter);
void dc_pending_timeout_cleanup(struct adapter *adapter);
void remove_pending_device(struct adapter *adapter);
+
+struct pending_auth_info *adapter_find_auth_request(struct adapter *adapter,
+ bdaddr_t *dba);
+void adapter_remove_auth_request(struct adapter *adapter, bdaddr_t *dba);
+struct pending_auth_info *adapter_new_auth_request(struct adapter *adapter,
+ bdaddr_t *dba,
+ auth_type_t type);