wpa_supplicant / hostapd
2.5
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
src
drivers
linux_defines.h
Go to the documentation of this file.
1
5
#ifndef LINUX_DEFINES_H
6
#define LINUX_DEFINES_H
7
8
#ifndef SO_WIFI_STATUS
9
# if defined(__sparc__)
10
# define SO_WIFI_STATUS 0x0025
11
# elif defined(__parisc__)
12
# define SO_WIFI_STATUS 0x4022
13
# else
14
# define SO_WIFI_STATUS 41
15
# endif
16
17
# define SCM_WIFI_STATUS SO_WIFI_STATUS
18
#endif
19
20
#ifndef SO_EE_ORIGIN_TXSTATUS
21
#define SO_EE_ORIGIN_TXSTATUS 4
22
#endif
23
24
#ifndef PACKET_TX_TIMESTAMP
25
#define PACKET_TX_TIMESTAMP 16
26
#endif
27
28
#ifndef IFF_LOWER_UP
29
#define IFF_LOWER_UP 0x10000
/* driver signals L1 up */
30
#endif
31
#ifndef IFF_DORMANT
32
#define IFF_DORMANT 0x20000
/* driver signals dormant */
33
#endif
34
35
#ifndef IF_OPER_DORMANT
36
#define IF_OPER_DORMANT 5
37
#endif
38
#ifndef IF_OPER_UP
39
#define IF_OPER_UP 6
40
#endif
41
42
#endif
/* LINUX_DEFINES_H */
Generated on Sun Sep 27 2015 22:08:07 for wpa_supplicant / hostapd by
1.8.6