12 #include <netdb.h> /* gethostbyname, getnetbyname */
13 #include <net/ethernet.h> /* struct ether_addr */
14 #include <sys/time.h> /* struct timeval */
15 #include <linux/wireless.h>
21 extern Bool wmwifi_learn
;
25 char essid
[IW_ESSID_MAX_SIZE
+ 1];
32 struct iw_param bitrate
;
34 int get_wifi_info(struct wifi
*wfi
);
35 int get_max_ifs(void);
36 void next_if(struct wifi
*wfi
);
37 //void last_if(struct wifi *wfi);