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
84 struct nl80211_global *global;
Ddriver_nl80211.c166 static void nl80211_check_global(struct nl80211_global *global);
328 static int send_and_recv(struct nl80211_global *global, in send_and_recv()
421 static int nl_get_multicast_id(struct nl80211_global *global, in nl_get_multicast_id()
798 struct nl80211_global *global, struct wpa_driver_nl80211_data *drv, in wpa_driver_nl80211_event_newlink()
830 struct nl80211_global *global, struct wpa_driver_nl80211_data *drv, in wpa_driver_nl80211_event_dellink()
906 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len) in nl80211_find_drv()
923 struct nl80211_global *global = ctx; in wpa_driver_nl80211_event_rtm_newlink()
1106 struct nl80211_global *global = ctx; in wpa_driver_nl80211_event_rtm_dellink()
1429 static int wpa_driver_nl80211_init_nl_global(struct nl80211_global *global) in wpa_driver_nl80211_init_nl_global()
1515 static void nl80211_check_global(struct nl80211_global *global) in nl80211_check_global()
[all …]
Ddriver_nl80211_event.c2222 struct nl80211_global *global = arg; in process_global_event()