5 * wireless extensions interface to the core code
8 #ifdef CONFIG_WIRELESS_EXT
9 extern int wext_proc_init(void);
10 extern int wext_handle_ioctl(struct ifreq
*ifr
, unsigned int cmd
,
13 static inline int wext_proc_init(void)
17 static inline int wext_handle_ioctl(struct ifreq
*ifr
, unsigned int cmd
,
24 #endif /* __NET_WEXT_H */