Home
last modified time | relevance | path

Searched refs:nl80211_global (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.h27 struct nl80211_global { struct
85 struct nl80211_global *global;
Ddriver_nl80211.c167 static void nl80211_check_global(struct nl80211_global *global);
335 static int send_and_recv(struct nl80211_global *global, in send_and_recv()
428 static int nl_get_multicast_id(struct nl80211_global *global, in nl_get_multicast_id()
815 struct nl80211_global *global, struct wpa_driver_nl80211_data *drv, in wpa_driver_nl80211_event_newlink()
847 struct nl80211_global *global, struct wpa_driver_nl80211_data *drv, in wpa_driver_nl80211_event_dellink()
923 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len) in nl80211_find_drv()
940 struct nl80211_global *global = ctx; in wpa_driver_nl80211_event_rtm_newlink()
1123 struct nl80211_global *global = ctx; in wpa_driver_nl80211_event_rtm_dellink()
1538 static int wpa_driver_nl80211_init_nl_global(struct nl80211_global *global) in wpa_driver_nl80211_init_nl_global()
1624 static void nl80211_check_global(struct nl80211_global *global) in nl80211_check_global()
[all …]
Ddriver_nl80211_event.c2356 struct nl80211_global *global = arg; in process_global_event()