5 * wireless extensions interface to the core code
10 #ifdef CONFIG_WIRELESS_EXT
11 extern int wext_proc_init(struct net *net);
12 extern void wext_proc_exit(struct net *net);
13 extern int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd,
16 static inline int wext_proc_init(struct net *net)
20 static inline void wext_proc_exit(struct net *net)
24 static inline int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd,
31 #endif /* __NET_WEXT_H */