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