wpa_supplicant / hostapd 2.0

linux_ioctl.h

Go to the documentation of this file.
00001 
00010 #ifndef LINUX_IOCTL_H
00011 #define LINUX_IOCTL_H
00012 
00013 int linux_set_iface_flags(int sock, const char *ifname, int dev_up);
00014 int linux_iface_up(int sock, const char *ifname);
00015 int linux_get_ifhwaddr(int sock, const char *ifname, u8 *addr);
00016 int linux_set_ifhwaddr(int sock, const char *ifname, const u8 *addr);
00017 int linux_br_add(int sock, const char *brname);
00018 int linux_br_del(int sock, const char *brname);
00019 int linux_br_add_if(int sock, const char *brname, const char *ifname);
00020 int linux_br_del_if(int sock, const char *brname, const char *ifname);
00021 int linux_br_get(char *brname, const char *ifname);
00022 
00023 #endif /* LINUX_IOCTL_H */
00024 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines