Home
last modified time | relevance | path

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

/hostap-3.7.0/src/drivers/
Ddriver_nl80211.h25 struct nl80211_global { struct
92 struct nl80211_global *global;
Ddriver_nl80211.c156 static void nl80211_check_global(struct nl80211_global *global);
390 static int send_and_recv(struct nl80211_global *global, in send_and_recv()
597 static int nl_get_multicast_id(struct nl80211_global *global, in nl_get_multicast_id()
1015 struct nl80211_global *global, struct wpa_driver_nl80211_data *drv, in wpa_driver_nl80211_event_newlink()
1047 struct nl80211_global *global, struct wpa_driver_nl80211_data *drv, in wpa_driver_nl80211_event_dellink()
1124 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len, in nl80211_find_drv()
1180 struct nl80211_global *global = ctx; in wpa_driver_nl80211_event_rtm_newlink()
1357 struct nl80211_global *global = ctx; in wpa_driver_nl80211_event_rtm_dellink()
1864 static int wpa_driver_nl80211_init_nl_global(struct nl80211_global *global) in wpa_driver_nl80211_init_nl_global()
1957 static void nl80211_check_global(struct nl80211_global *global) in nl80211_check_global()
[all …]
Ddriver_nl80211_event.c3177 struct nl80211_global *global = arg; in process_global_event()