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_privsep.c 727 struct wpa_driver_ops wpa_driver_privsep_ops = {
746 const struct wpa_driver_ops *const wpa_drivers[] =
driver_roboswitch.c 467 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
driver_wired.c 669 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
273 * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one
288 * Data for struct wpa_driver_ops::scan2().
419 * Data for struct wpa_driver_ops::authenticate().
533 * Data for struct wpa_driver_ops::associate().
1133 * struct wpa_driver_ops::set_key using alg = WPA_ALG_PMK */
1615 struct wpa_driver_ops { struct
    [all...]
driver_macsec_qca.c 861 const struct wpa_driver_ops wpa_driver_macsec_qca_ops = {
driver_hostap.c 1176 const struct wpa_driver_ops wpa_driver_hostap_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;
wpa_supplicant_i.h 524 const struct wpa_driver_ops *driver;
    [all...]
wpa_priv.c 32 const struct wpa_driver_ops *driver;
eapol_test.c 33 const struct wpa_driver_ops *const wpa_drivers[] = { NULL };
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 130 const struct wpa_driver_ops *driver;
ap_config.h 580 const struct wpa_driver_ops *driver;
hostapd.c     [all...]

Completed in 103 milliseconds