First code for management AddWLAN

This commit is contained in:
vemax78
2013-12-01 22:51:26 +01:00
parent e02815f576
commit 0fa34f80da
4 changed files with 165 additions and 0 deletions

View File

@ -51,6 +51,15 @@ static int ac_session_action_execute(struct ac_session_t* session, struct ac_ses
break;
}
case AC_SESSION_ACTION_ADDWLAN: {
struct ac_notify_addwlan_t* addwlan = (struct ac_notify_addwlan_t*)action->data;
/* TODO */
addwlan = NULL;
break;
}
case AC_SESSION_ACTION_NOTIFY_EVENT: {
struct capwap_list_item* item;