Inital ...
FossilOrigin-Name: e6352b425bf6574bdaacc571723f7b54394e235d8b64bbaa504c9b7e529b7535
This commit is contained in:
39
src/capwap/capwap_80211_actions_wtp.c
Normal file
39
src/capwap/capwap_80211_actions_wtp.c
Normal file
@ -0,0 +1,39 @@
|
||||
|
||||
|
||||
#include "action.h"
|
||||
#include "capwap_80211_actions.h"
|
||||
#include "capwap.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
cw_action_in_t capwap_80211_actions_wtp_in[] = {
|
||||
|
||||
|
||||
{0, 0, CW_STATE_DISCOVERY, CW_MSG_DISCOVERY_RESPONSE,
|
||||
CW_ACTION_IN_80211_WTP_RADIO_INFORMATION, 1}
|
||||
,
|
||||
|
||||
|
||||
{0, 0, 0}
|
||||
};
|
||||
|
||||
|
||||
int cw_register_actions_capwap_80211_wtp(struct cw_actiondef *def)
|
||||
{
|
||||
|
||||
cw_actionlist_in_register_actions(def->in, capwap_80211_actions_wtp_in);
|
||||
// cw_actionlist_out_register_actions(def->out, capwap_actions_wtp_out);
|
||||
|
||||
int rc;
|
||||
rc = cw_strheap_register_strings(def->strelem, capwap_strings_elem80211);
|
||||
printf("80211 Registerd %d\n",rc);
|
||||
/*rc += cw_strheap_register_strings(def->strelem, capwap_strings_elem);
|
||||
*/
|
||||
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user