linux/include/linux/wireless.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * This file define a set of standard wireless extensions
 *
 * Version :	22	16.3.07
 *
 * Authors :	Jean Tourrilhes - HPL - <[email protected]>
 * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved.
 */
#ifndef _LINUX_WIRELESS_H
#define _LINUX_WIRELESS_H

#include <uapi/linux/wireless.h>

#ifdef CONFIG_COMPAT

#include <linux/compat.h>

struct compat_iw_point {};
#endif
#ifdef CONFIG_COMPAT
struct __compat_iw_event {};
#define IW_EV_COMPAT_LCP_LEN
#define IW_EV_COMPAT_POINT_OFF

/* Size of the various events for compat */
#define IW_EV_COMPAT_CHAR_LEN
#define IW_EV_COMPAT_UINT_LEN
#define IW_EV_COMPAT_FREQ_LEN
#define IW_EV_COMPAT_PARAM_LEN
#define IW_EV_COMPAT_ADDR_LEN
#define IW_EV_COMPAT_QUAL_LEN
#define IW_EV_COMPAT_POINT_LEN
#endif
#endif	/* _LINUX_WIRELESS_H */