Home
last modified time | relevance | path

Searched defs:nl80211_global (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.h27 struct nl80211_global { struct
28 void *ctx;
29 struct dl_list interfaces;
30 int if_add_ifindex;
31 u64 if_add_wdevid;
32 int if_add_wdevid_set;
33 struct netlink_data *netlink;
34 struct nl_cb *nl_cb;
35 struct nl_handle *nl;
36 int nl80211_id;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.h25 struct nl80211_global { struct
26 void *ctx;
27 struct dl_list interfaces;
28 int if_add_ifindex;
29 u64 if_add_wdevid;
30 int if_add_wdevid_set;
31 struct netlink_data *netlink;
32 struct nl_cb *nl_cb;
33 struct nl_sock *nl;
34 int nl80211_id;
[all …]