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.h25 struct nl80211_global { struct
91 struct nl80211_global *global;
Ddriver_nl80211.c157 static void nl80211_check_global(struct nl80211_global *global);
391 static int send_and_recv(struct nl80211_global *global, in send_and_recv()
582 static int nl_get_multicast_id(struct nl80211_global *global, in nl_get_multicast_id()
993 struct nl80211_global *global, struct wpa_driver_nl80211_data *drv, in wpa_driver_nl80211_event_newlink()
1025 struct nl80211_global *global, struct wpa_driver_nl80211_data *drv, in wpa_driver_nl80211_event_dellink()
1102 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len, in nl80211_find_drv()
1158 struct nl80211_global *global = ctx; in wpa_driver_nl80211_event_rtm_newlink()
1339 struct nl80211_global *global = ctx; in wpa_driver_nl80211_event_rtm_dellink()
1846 static int wpa_driver_nl80211_init_nl_global(struct nl80211_global *global) in wpa_driver_nl80211_init_nl_global()
1932 static void nl80211_check_global(struct nl80211_global *global) in nl80211_check_global()
[all …]
Ddriver_nl80211_event.c3093 struct nl80211_global *global = arg; in process_global_event()