gets a Cisco AP to open the data channel.

FossilOrigin-Name: 1bddebbebafcc8672809836c58a669359445338ed8c49f6160748208b19b0b50
This commit is contained in:
7u83@mail.ru
2016-04-09 12:19:23 +00:00
parent f0e999b994
commit 1e6e4cb59b
9 changed files with 84 additions and 16 deletions

View File

@ -437,6 +437,10 @@ static cw_action_in_t actions80211_in[] = {
};
extern int cisco_out_capwap_up(struct conn *conn, struct cw_action_out *a, uint8_t * dst);
static cw_action_out_t actions80211_out[]={
{
@ -446,6 +450,12 @@ static cw_action_out_t actions80211_out[]={
.out = cisco80211_out_wtp_radio_configuration,
}
,
{
.msg_id = CW_MSG_CONFIGURATION_STATUS_RESPONSE,
.out = cisco_out_capwap_up,
}
,
{0,0}