actube/src/capwap/radioinfo.h
7u83@mail.ru 27a904f8a2 rmac field from pointer to array...
FossilOrigin-Name: 8bfa29a2e3d59da9e220d17ca6e736621238d1e364f9a96ab9b472c9d21e6d87
2014-07-28 05:01:22 +00:00

35 lines
844 B
C

/*
This file is part of libcapwap.
libcapwap is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libcapwap is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __RADIOINFO_H
#define __RADIOINFO_H
struct radioinfo{
int rid;
uint32_t type;
//#ifdef WITH_RMAC_SUPPORT
uint8_t rmac[8];
//#endif
};
#endif