Searched refs:wpa_driver_ops (Results 1 – 24 of 24) sorted by relevance
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_bsd_ops; /* driver_bsd.c */26 extern struct wpa_driver_ops wpa_driver_openbsd_ops; /* driver_openbsd.c */29 extern struct wpa_driver_ops wpa_driver_ndis_ops; /* driver_ndis.c */32 extern struct wpa_driver_ops wpa_driver_wired_ops; /* driver_wired.c */36 extern struct wpa_driver_ops wpa_driver_macsec_qca_ops;40 extern struct wpa_driver_ops wpa_driver_roboswitch_ops;43 extern struct wpa_driver_ops wpa_driver_atheros_ops; /* driver_atheros.c */[all …]
77 const struct wpa_driver_ops wpa_driver_none_ops = {
127 const struct wpa_driver_ops wpa_driver_openbsd_ops = {
813 struct wpa_driver_ops wpa_driver_privsep_ops = {833 const struct wpa_driver_ops *const wpa_drivers[] =
467 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
1708 struct wpa_driver_ops { struct4824 extern const struct wpa_driver_ops *const wpa_drivers[];
670 const struct wpa_driver_ops wpa_driver_wired_ops = {
861 const struct wpa_driver_ops wpa_driver_macsec_qca_ops = {
1169 const struct wpa_driver_ops wpa_driver_hostap_ops = {
1718 const struct wpa_driver_ops wpa_driver_bsd_ops = {
2134 const struct wpa_driver_ops wpa_driver_atheros_ops = {
2490 const struct wpa_driver_ops wpa_driver_wext_ops = {
3181 struct wpa_driver_ops wpa_driver_ndis_ops;
9056 const struct wpa_driver_ops wpa_driver_nl80211_ops = {
30 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };213 static struct wpa_driver_ops dummy_driver;
34 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };994 struct wpa_driver_ops eapol_test_drv_ops = {
570 const struct wpa_driver_ops *driver;
34 const struct wpa_driver_ops *driver;
654 operations; this removes the now unused disassociate() wpa_driver_ops886 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API
9295 const struct wpa_driver_ops *drv = wpa_drivers[i]; in wpa_supplicant_global_iface_list()
131 const struct wpa_driver_ops *driver;
613 const struct wpa_driver_ops *driver;
2131 const struct wpa_driver_ops *driver; in hostapd_interface_deinit_free()2153 static void hostapd_deinit_driver(const struct wpa_driver_ops *driver, in hostapd_deinit_driver()2233 const struct wpa_driver_ops *driver; in hostapd_disable_iface()
455 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API