handles now data channel with cisco ap

FossilOrigin-Name: f85465d7ebbdd15da6c9a24643c5956f52986ab8b703dc2db74a0b6f3607e2bd
This commit is contained in:
7u83@mail.ru
2016-04-10 14:04:58 +00:00
parent 6d9a5a5bcd
commit 1c656d2fd7
6 changed files with 71 additions and 8 deletions

View File

@ -13,6 +13,7 @@ extern struct wtpman * wtplist_add(struct wtpman * wtpman);
extern void wtplist_remove(struct wtpman * wtpman);
extern void wtplist_lock();
extern void wtplist_unlock();
extern struct wtpman * wtplist_get_by_session_id(uint8_t *session_id);
#endif