Searched defs:wpa_driver_nl80211_data (Results 1 – 1 of 1) sorted by relevance
90 struct wpa_driver_nl80211_data { struct91 struct nl80211_global *global;92 struct dl_list list;93 struct dl_list wiphy_list;94 char phyname[32];95 unsigned int wiphy_idx;96 u8 perm_addr[ETH_ALEN];97 void *ctx;98 int ifindex;99 int if_removed;[all …]