HomeSort by relevance Sort by last modified time
    Searched refs:wpa_driver_ops (Results 1 - 24 of 24) sorted by null

  /external/wpa_supplicant_8/src/drivers/
drivers.c 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_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...]
driver_none.c 84 const struct wpa_driver_ops wpa_driver_none_ops = {
driver_openbsd.c 127 const struct wpa_driver_ops wpa_driver_openbsd_ops = {
driver_privsep.c 717 struct wpa_driver_ops wpa_driver_privsep_ops = {
736 struct wpa_driver_ops *wpa_drivers[] =
driver_roboswitch.c 464 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
driver.h 10 * driver operations. This is followed by the struct wpa_driver_ops that each
257 * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one
272 * Data for struct wpa_driver_ops::scan2().
382 * Data for struct wpa_driver_ops::authenticate().
416 * Data for struct wpa_driver_ops::associate().
937 * struct wpa_driver_ops::set_key using alg = WPA_ALG_PMK */
1332 struct wpa_driver_ops { struct
    [all...]
driver_wired.c 651 const struct wpa_driver_ops wpa_driver_wired_ops = {
driver_hostap.c 1167 const struct wpa_driver_ops wpa_driver_hostap_ops = {
driver_macsec_qca.c 857 const struct wpa_driver_ops wpa_driver_macsec_qca_ops = {
driver_madwifi.c     [all...]
driver_bsd.c     [all...]
driver_atheros.c     [all...]
driver_ndis.c     [all...]
driver_test.c     [all...]
driver_wext.c     [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 30 struct wpa_driver_ops *wpa_drivers[] = { NULL };
213 static struct wpa_driver_ops dummy_driver;
wpa_supplicant_i.h 485 struct wpa_driver_ops *driver;
wpa_priv.c 32 struct wpa_driver_ops *driver;
eapol_test.c 33 struct wpa_driver_ops *wpa_drivers[] = { NULL };
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 542 const struct wpa_driver_ops *driver;
hostapd.h 121 const struct wpa_driver_ops *driver;
hostapd.c     [all...]

Completed in 519 milliseconds