Home
last modified time | relevance | path

Searched refs:wpa_driver_ops (Results 1 – 25 of 26) sorted by relevance

12

/external/wpa_supplicant_8/src/drivers/
Ddrivers.c14 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 …]
Ddriver_none.c84 const struct wpa_driver_ops wpa_driver_none_ops = {
Ddriver_openbsd.c127 const struct wpa_driver_ops wpa_driver_openbsd_ops = {
Ddriver_privsep.c717 struct wpa_driver_ops wpa_driver_privsep_ops = {
736 struct wpa_driver_ops *wpa_drivers[] =
Ddriver_roboswitch.c464 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
Ddriver.h1330 struct wpa_driver_ops { struct
4202 extern struct wpa_driver_ops *wpa_drivers[];
Ddriver_wired.c651 const struct wpa_driver_ops wpa_driver_wired_ops = {
Ddriver_macsec_qca.c857 const struct wpa_driver_ops wpa_driver_macsec_qca_ops = {
Ddriver_madwifi.c1286 const struct wpa_driver_ops wpa_driver_madwifi_ops = {
Ddriver_hostap.c1167 const struct wpa_driver_ops wpa_driver_hostap_ops = {
Ddriver_bsd.c1598 const struct wpa_driver_ops wpa_driver_bsd_ops = {
Ddriver_wext.c2355 const struct wpa_driver_ops wpa_driver_wext_ops = {
Ddriver_atheros.c2218 const struct wpa_driver_ops wpa_driver_atheros_ops = {
Ddriver_ndis.c3193 struct wpa_driver_ops wpa_driver_ndis_ops;
Ddriver_test.c2642 const struct wpa_driver_ops wpa_driver_test_ops = {
/external/wpa_supplicant_8/wpa_supplicant/
Dpreauth_test.c30 struct wpa_driver_ops *wpa_drivers[] = { NULL };
213 static struct wpa_driver_ops dummy_driver;
Dwpa_supplicant_i.h485 struct wpa_driver_ops *driver;
Dwpa_priv.c32 struct wpa_driver_ops *driver;
Deapol_test.c33 struct wpa_driver_ops *wpa_drivers[] = { NULL };
DChangeLog513 operations; this removes the now unused disassociate() wpa_driver_ops
745 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API
Dctrl_iface.c7174 struct wpa_driver_ops *drv = wpa_drivers[i]; in wpa_supplicant_global_iface_list()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h121 const struct wpa_driver_ops *driver;
Dap_config.h542 const struct wpa_driver_ops *driver;
Dhostapd.c1606 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()
/external/wpa_supplicant_8/hostapd/
DChangeLog375 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API

12