Moep Library
2.0-nc
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
ieee80211_addr.h
1
/*
2
* Copyright 2013, 2014 Maurice Leclaire <leclaire@in.tum.de>
3
* Stephan M. Guenther <moepi@moepi.net>
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2 as
7
* published by the Free Software Foundation.
8
*
9
* See COPYING for more details.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
#ifndef __MOEP80211_IEEE80211_ADDR_H
21
#define __MOEP80211_IEEE80211_ADDR_H
22
23
#include <moep/types.h>
24
25
26
#define IEEE80211_ALEN 6
27
28
29
u8 *ieee80211_aton(
const
char
* addr);
30
31
char
*ieee80211_ntoa(
const
u8 *addr);
32
33
#endif
/* __MOEP80211_IEEE80211_ADDR_H */
moep
ieee80211_addr.h
Generated on Tue Nov 20 2018 09:46:11 for Moep Library by
1.8.6