Use common driver code for Linux hwaddr get/set

This commit is contained in:
Jouni Malinen 2010-01-03 22:17:08 +02:00
parent 34f2f814e0
commit 2ac9688eb8
4 changed files with 51 additions and 64 deletions

View file

@ -16,5 +16,7 @@
#define LINUX_IOCTL_H
int linux_set_iface_flags(int sock, const char *ifname, int dev_up);
int linux_get_ifhwaddr(int sock, const char *ifname, u8 *addr);
int linux_set_ifhwaddr(int sock, const char *ifname, const u8 *addr);
#endif /* LINUX_IOCTL_H */