linux_ioctl.h
Go to the documentation of this file.
00001 /*
00002  * Linux ioctl helper functions for driver wrappers
00003  * Copyright (c) 2002-2010, Jouni Malinen <j@w1.fi>
00004  *
00005  * This program is free software; you can redistribute it and/or modify
00006  * it under the terms of the GNU General Public License version 2 as
00007  * published by the Free Software Foundation.
00008  *
00009  * Alternatively, this software may be distributed under the terms of BSD
00010  * license.
00011  *
00012  * See README and COPYING for more details.
00013  */
00014 
00015 #ifndef LINUX_IOCTL_H
00016 #define LINUX_IOCTL_H
00017 
00018 int linux_set_iface_flags(int sock, const char *ifname, int dev_up);
00019 int linux_get_ifhwaddr(int sock, const char *ifname, u8 *addr);
00020 int linux_set_ifhwaddr(int sock, const char *ifname, const u8 *addr);
00021 int linux_br_add(int sock, const char *brname);
00022 int linux_br_del(int sock, const char *brname);
00023 int linux_br_add_if(int sock, const char *brname, const char *ifname);
00024 int linux_br_del_if(int sock, const char *brname, const char *ifname);
00025 int linux_br_get(char *brname, const char *ifname);
00026 
00027 #endif /* LINUX_IOCTL_H */


wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:34:35