|
|
#include <sys/ioctl.h> | #include <sys/ioctl.h> |
#include <linux/types.h> /* for "caddr_t" et al */ | #include <linux/types.h> /* for "caddr_t" et al */ |
#include <linux/socket.h> /* for "struct sockaddr" et al */ | #include <linux/socket.h> /* for "struct sockaddr" et al */ |
#include <linux/if.h> /* for IFNAMSIZ and co... */ |
|
#include <linux/wireless.h> |
|
#include <net/ethernet.h> | #include <net/ethernet.h> |
| |
|
#include "wireless_copy.h" |
#include "hd.h" | #include "hd.h" |
#include "hd_int.h" | #include "hd_int.h" |
#include "wlan.h" | #include "wlan.h" |