nl80211/wext: Share netlink new/del link event receive code

This commit is contained in:
Jouni Malinen 2009-12-18 17:11:54 +02:00
parent e2d02c29b5
commit 08063178fb
5 changed files with 209 additions and 243 deletions

View file

@ -19,7 +19,7 @@
struct wpa_driver_wext_data {
void *ctx;
int event_sock;
struct netlink_data *netlink;
int ioctl_sock;
int mlme_sock;
char ifname[IFNAMSIZ + 1];