Searched refs:wpa_driver_ops (Results 1 – 25 of 34) sorted by relevance
12
3074 struct wpa_driver_ops { struct6987 extern const struct wpa_driver_ops *const wpa_drivers[];6993 extern const struct wpa_driver_ops wpa_driver_wext_ops; /* driver_wext.c */6997 extern const struct wpa_driver_ops wpa_driver_nl80211_ops;7000 extern const struct wpa_driver_ops wpa_driver_hostap_ops; /* driver_hostap.c */7003 extern const struct wpa_driver_ops wpa_driver_bsd_ops; /* driver_bsd.c */7007 extern const struct wpa_driver_ops wpa_driver_openbsd_ops;7010 extern struct wpa_driver_ops wpa_driver_ndis_ops; /* driver_ndis.c */7013 extern const struct wpa_driver_ops wpa_driver_wired_ops; /* driver_wired.c */7017 extern const struct wpa_driver_ops wpa_driver_macsec_qca_ops;[all …]
14 const struct wpa_driver_ops *const wpa_drivers[] =
70 const struct wpa_driver_ops wpa_driver_none_ops = {
130 const struct wpa_driver_ops wpa_driver_openbsd_ops = {
396 const struct wpa_driver_ops wpa_driver_wired_ops = {
823 struct wpa_driver_ops wpa_driver_privsep_ops = {843 const struct wpa_driver_ops *const wpa_drivers[] =
477 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
1039 const struct wpa_driver_ops wpa_driver_macsec_qca_ops = {
1182 const struct wpa_driver_ops wpa_driver_hostap_ops = {
1681 const struct wpa_driver_ops wpa_driver_macsec_linux_ops = {
1735 const struct wpa_driver_ops wpa_driver_bsd_ops = {
21 const struct wpa_driver_ops *const wpa_drivers[] =32 struct wpa_driver_ops driver;
22 \ref wpa_driver_ops with function pointers. Hardware independent parts of27 \ref wpa_driver_ops' needs to be registered in \ref drivers.c file.46 \ref driver_hostap.c. These files need to define struct \ref wpa_driver_ops48 functions. struct \ref wpa_driver_ops entries are registered in \ref drivers.c.
163 - \ref wpa_driver_ops::if_add()164 - \ref wpa_driver_ops::if_remove()165 - \ref wpa_driver_ops::remain_on_channel()166 - \ref wpa_driver_ops::cancel_remain_on_channel()167 - \ref wpa_driver_ops::send_action()168 - \ref wpa_driver_ops::probe_req_report()
103 struct \ref wpa_driver_ops::hapd_send_eapol() handler can
31 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };224 static struct wpa_driver_ops stub_driver;
36 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };1008 struct wpa_driver_ops eapol_test_drv_ops = {
35 const struct wpa_driver_ops *driver;
816 const struct wpa_driver_ops *driver;
28 struct wpa_driver_ops driver;
44 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };
38 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };
205 const struct wpa_driver_ops *driver;
1086 const struct wpa_driver_ops *driver;
3383 static void hostapd_cleanup_driver(const struct wpa_driver_ops *driver, in hostapd_cleanup_driver()3416 const struct wpa_driver_ops *driver; in hostapd_interface_deinit_free()3435 static void hostapd_deinit_driver(const struct wpa_driver_ops *driver, in hostapd_deinit_driver()3560 const struct wpa_driver_ops *driver; in hostapd_disable_iface()