Searched refs:wpa_driver_ops (Results 1 – 25 of 34) sorted by relevance
12
2558 struct wpa_driver_ops { struct6138 extern const struct wpa_driver_ops *const wpa_drivers[];6144 extern const struct wpa_driver_ops wpa_driver_wext_ops; /* driver_wext.c */6148 extern const struct wpa_driver_ops wpa_driver_nl80211_ops;6151 extern const struct wpa_driver_ops wpa_driver_hostap_ops; /* driver_hostap.c */6154 extern const struct wpa_driver_ops wpa_driver_bsd_ops; /* driver_bsd.c */6158 extern const struct wpa_driver_ops wpa_driver_openbsd_ops;6161 extern struct wpa_driver_ops wpa_driver_ndis_ops; /* driver_ndis.c */6164 extern const struct wpa_driver_ops wpa_driver_wired_ops; /* driver_wired.c */6168 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 = {
1180 const struct wpa_driver_ops wpa_driver_hostap_ops = {
1331 const struct wpa_driver_ops wpa_driver_zep_ops = {
1633 const struct wpa_driver_ops wpa_driver_macsec_linux_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
30 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };223 static struct wpa_driver_ops stub_driver;
35 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };989 struct wpa_driver_ops eapol_test_drv_ops = {
35 const struct wpa_driver_ops *driver;
805 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 };
181 const struct wpa_driver_ops *driver;
978 const struct wpa_driver_ops *driver;
2673 const struct wpa_driver_ops *driver; in hostapd_interface_deinit_free()2695 static void hostapd_deinit_driver(const struct wpa_driver_ops *driver, in hostapd_deinit_driver()2785 const struct wpa_driver_ops *driver; in hostapd_disable_iface()