Searched refs:wpa_driver_ops (Results 1 – 25 of 27) sorted by relevance
12
2181 struct wpa_driver_ops { struct5624 extern const struct wpa_driver_ops *const wpa_drivers[];5630 extern const struct wpa_driver_ops wpa_driver_wext_ops; /* driver_wext.c */5634 extern const struct wpa_driver_ops wpa_driver_nl80211_ops;5637 extern const struct wpa_driver_ops wpa_driver_hostap_ops; /* driver_hostap.c */5640 extern const struct wpa_driver_ops wpa_driver_bsd_ops; /* driver_bsd.c */5644 extern const struct wpa_driver_ops wpa_driver_openbsd_ops;5647 extern struct wpa_driver_ops wpa_driver_ndis_ops; /* driver_ndis.c */5650 extern const struct wpa_driver_ops wpa_driver_wired_ops; /* driver_wired.c */5654 extern const struct wpa_driver_ops wpa_driver_macsec_qca_ops;[all …]
14 const struct wpa_driver_ops *const wpa_drivers[] =
77 const struct wpa_driver_ops wpa_driver_none_ops = {
128 const struct wpa_driver_ops wpa_driver_openbsd_ops = {
396 const struct wpa_driver_ops wpa_driver_wired_ops = {
815 struct wpa_driver_ops wpa_driver_privsep_ops = {835 const struct wpa_driver_ops *const wpa_drivers[] =
477 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
795 const struct wpa_driver_ops wpa_driver_macsec_qca_ops = {
1176 const struct wpa_driver_ops wpa_driver_hostap_ops = {
1402 const struct wpa_driver_ops wpa_driver_macsec_linux_ops = {
1723 const struct wpa_driver_ops wpa_driver_bsd_ops = {
2485 const struct wpa_driver_ops wpa_driver_wext_ops = {
2263 const struct wpa_driver_ops wpa_driver_atheros_ops = {
3189 struct wpa_driver_ops wpa_driver_ndis_ops;
30 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };216 static struct wpa_driver_ops dummy_driver;
34 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };995 struct wpa_driver_ops eapol_test_drv_ops = {
599 const struct wpa_driver_ops *driver;
35 const struct wpa_driver_ops *driver;
868 operations; this removes the now unused disassociate() wpa_driver_ops1100 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API
165 const struct wpa_driver_ops *driver;
758 const struct wpa_driver_ops *driver;
2453 const struct wpa_driver_ops *driver; in hostapd_interface_deinit_free()2475 static void hostapd_deinit_driver(const struct wpa_driver_ops *driver, in hostapd_deinit_driver()2559 const struct wpa_driver_ops *driver; in hostapd_disable_iface()
48 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };
2394 const struct wpa_driver_ops *driver = NULL; in hostapd_config_fill()
583 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API