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_ioctl.h
Go to the documentation of this file.
1
5
#ifndef LINUX_IOCTL_H
6
#define LINUX_IOCTL_H
7
8
int
linux_set_iface_flags(
int
sock,
const
char
*ifname,
int
dev_up);
9
int
linux_iface_up(
int
sock,
const
char
*ifname);
10
int
linux_get_ifhwaddr(
int
sock,
const
char
*ifname, u8 *addr);
11
int
linux_set_ifhwaddr(
int
sock,
const
char
*ifname,
const
u8 *addr);
12
int
linux_br_add(
int
sock,
const
char
*brname);
13
int
linux_br_del(
int
sock,
const
char
*brname);
14
int
linux_br_add_if(
int
sock,
const
char
*brname,
const
char
*ifname);
15
int
linux_br_del_if(
int
sock,
const
char
*brname,
const
char
*ifname);
16
int
linux_br_get(
char
*brname,
const
char
*ifname);
17
int
linux_master_get(
char
*master_ifname,
const
char
*ifname);
18
19
#endif
/* LINUX_IOCTL_H */
Generated on Sun Sep 27 2015 22:08:07 for wpa_supplicant / hostapd by
1.8.6