Searched defs:wpa_driver_nl80211_data (Results 1 – 1 of 1) sorted by relevance
121 struct wpa_driver_nl80211_data { struct122 struct nl80211_global *global;123 struct dl_list list;124 struct dl_list wiphy_list;125 char phyname[32];126 void *ctx;127 int ifindex;128 int if_removed;129 int if_disabled;130 int ignore_if_down_event;[all …]