wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
linux_ioctl.h File Reference

Linux ioctl helper functions for driver wrappers. More...

Go to the source code of this file.

Functions

int linux_set_iface_flags (int sock, const char *ifname, int dev_up)
 
int linux_iface_up (int sock, const char *ifname)
 
int linux_get_ifhwaddr (int sock, const char *ifname, u8 *addr)
 
int linux_set_ifhwaddr (int sock, const char *ifname, const u8 *addr)
 
int linux_br_add (int sock, const char *brname)
 
int linux_br_del (int sock, const char *brname)
 
int linux_br_add_if (int sock, const char *brname, const char *ifname)
 
int linux_br_del_if (int sock, const char *brname, const char *ifname)
 
int linux_br_get (char *brname, const char *ifname)
 
int linux_master_get (char *master_ifname, const char *ifname)
 

Detailed Description

Linux ioctl helper functions for driver wrappers.