HomeSort by relevance Sort by last modified time
    Searched refs:wpa_driver_ops (Results 1 - 22 of 22) 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_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...]
driver_none.c 77 const struct wpa_driver_ops wpa_driver_none_ops = {
driver_openbsd.c 127 const struct wpa_driver_ops wpa_driver_openbsd_ops = {
driver_roboswitch.c 467 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
driver_privsep.c 813 struct wpa_driver_ops wpa_driver_privsep_ops = {
833 const struct wpa_driver_ops *const wpa_drivers[] =
driver_wired.c 670 const struct wpa_driver_ops wpa_driver_wired_ops = {
driver.h 10 * driver operations. This is followed by the struct wpa_driver_ops that each
282 * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one
309 * Data for struct wpa_driver_ops::scan2().
460 * Data for struct wpa_driver_ops::authenticate().
574 * Data for struct wpa_driver_ops::associate().
1186 * struct wpa_driver_ops::set_key using alg = WPA_ALG_PMK */
1708 struct wpa_driver_ops { struct
    [all...]
driver_hostap.c 1169 const struct wpa_driver_ops wpa_driver_hostap_ops = {
driver_macsec_qca.c 861 const struct wpa_driver_ops wpa_driver_macsec_qca_ops = {
driver_bsd.c     [all...]
driver_atheros.c     [all...]
driver_ndis.c     [all...]
driver_wext.c     [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 30 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };
213 static struct wpa_driver_ops dummy_driver;
eapol_test.c 34 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };
994 struct wpa_driver_ops eapol_test_drv_ops = {
    [all...]
wpa_priv.c 34 const struct wpa_driver_ops *driver;
wpa_supplicant_i.h 570 const struct wpa_driver_ops *driver;
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 131 const struct wpa_driver_ops *driver;
ap_config.h 613 const struct wpa_driver_ops *driver;
hostapd.c     [all...]

Completed in 1023 milliseconds