Searched refs:wpa_driver_ops (Results 1 – 25 of 26) sorted by relevance
12
14 extern struct wpa_driver_ops wpa_driver_wext_ops; /* driver_wext.c */17 extern struct wpa_driver_ops wpa_driver_nl80211_ops; /* driver_nl80211.c */20 extern struct wpa_driver_ops wpa_driver_hostap_ops; /* driver_hostap.c */23 extern struct wpa_driver_ops wpa_driver_madwifi_ops; /* driver_madwifi.c */26 extern struct wpa_driver_ops wpa_driver_bsd_ops; /* driver_bsd.c */29 extern struct wpa_driver_ops wpa_driver_openbsd_ops; /* driver_openbsd.c */32 extern struct wpa_driver_ops wpa_driver_ndis_ops; /* driver_ndis.c */35 extern struct wpa_driver_ops wpa_driver_wired_ops; /* driver_wired.c */39 extern struct wpa_driver_ops wpa_driver_macsec_qca_ops;42 extern struct wpa_driver_ops wpa_driver_test_ops; /* driver_test.c */[all …]
84 const struct wpa_driver_ops wpa_driver_none_ops = {
127 const struct wpa_driver_ops wpa_driver_openbsd_ops = {
717 struct wpa_driver_ops wpa_driver_privsep_ops = {736 struct wpa_driver_ops *wpa_drivers[] =
464 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
1330 struct wpa_driver_ops { struct4202 extern struct wpa_driver_ops *wpa_drivers[];
651 const struct wpa_driver_ops wpa_driver_wired_ops = {
857 const struct wpa_driver_ops wpa_driver_macsec_qca_ops = {
1286 const struct wpa_driver_ops wpa_driver_madwifi_ops = {
1167 const struct wpa_driver_ops wpa_driver_hostap_ops = {
1598 const struct wpa_driver_ops wpa_driver_bsd_ops = {
2355 const struct wpa_driver_ops wpa_driver_wext_ops = {
2218 const struct wpa_driver_ops wpa_driver_atheros_ops = {
3193 struct wpa_driver_ops wpa_driver_ndis_ops;
2642 const struct wpa_driver_ops wpa_driver_test_ops = {
30 struct wpa_driver_ops *wpa_drivers[] = { NULL };213 static struct wpa_driver_ops dummy_driver;
485 struct wpa_driver_ops *driver;
32 struct wpa_driver_ops *driver;
33 struct wpa_driver_ops *wpa_drivers[] = { NULL };
513 operations; this removes the now unused disassociate() wpa_driver_ops745 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API
7174 struct wpa_driver_ops *drv = wpa_drivers[i]; in wpa_supplicant_global_iface_list()
121 const struct wpa_driver_ops *driver;
542 const struct wpa_driver_ops *driver;
1606 const struct wpa_driver_ops *driver; in hostapd_interface_deinit_free()1628 static void hostapd_deinit_driver(const struct wpa_driver_ops *driver, in hostapd_deinit_driver()1708 const struct wpa_driver_ops *driver; in hostapd_disable_iface()
375 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API