Searched defs:wpa_driver_nl80211_data (Results 1 – 1 of 1) sorted by relevance
105 struct wpa_driver_nl80211_data { struct106 struct nl80211_global *global;107 struct dl_list list;108 struct dl_list wiphy_list;109 char phyname[32];110 unsigned int wiphy_idx;111 u8 perm_addr[ETH_ALEN];112 void *ctx;113 int ifindex;114 int if_removed;[all …]