The IEEE 802.11 Management packages can be sent into CAPWAP Data Channel only

in native format
This commit is contained in:
vemax78
2014-03-16 21:34:29 +01:00
parent 72dc064a23
commit 738a5d9c93
4 changed files with 11 additions and 11 deletions

View File

@ -204,7 +204,7 @@ void wtp_send_data_wireless_packet(uint8_t radioid, uint8_t wlanid, const struct
/* Build packet */
capwap_header_init(&capwapheader, radioid, g_wtp.binding);
capwap_header_set_nativeframe_flag(&capwapheader, leavenativeframe);
capwap_header_set_nativeframe_flag(&capwapheader, (leavenativeframe ? 1: 0));
txmngpacket = capwap_packet_txmng_create_data_message(&capwapheader, g_wtp.mtu);
/* */