extern "C"{
// Compilation problems if socket.h is not included (or after wireless.h)
#include <sys/socket.h>
#include <linux/types.h>
#include <linux/if.h>
#include <linux/wireless.h> // IW_MODE_AUTO, IW_MODE_ADHOC etc...
}
// Compilation problems if socket.h is not included (or after wireless.h).
#include <linux/wireless.h>
#if WIRELESS_EXT < 16