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

1 2

  /external/wpa_supplicant_8/src/drivers/
drivers.c 13 extern struct wpa_driver_ops wpa_driver_wext_ops; /* driver_wext.c */
16 extern struct wpa_driver_ops wpa_driver_nl80211_ops; /* driver_nl80211.c */
19 extern struct wpa_driver_ops wpa_driver_hostap_ops; /* driver_hostap.c */
22 extern struct wpa_driver_ops wpa_driver_madwifi_ops; /* driver_madwifi.c */
25 extern struct wpa_driver_ops wpa_driver_bsd_ops; /* driver_bsd.c */
28 extern struct wpa_driver_ops wpa_driver_openbsd_ops; /* driver_openbsd.c */
31 extern struct wpa_driver_ops wpa_driver_ndis_ops; /* driver_ndis.c */
34 extern struct wpa_driver_ops wpa_driver_wired_ops; /* driver_wired.c */
37 extern struct wpa_driver_ops wpa_driver_test_ops; /* driver_test.c */
41 extern struct wpa_driver_ops wpa_driver_roboswitch_ops
    [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_wired.c 612 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
204 * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one
219 * Data for struct wpa_driver_ops::scan2().
306 * Data for struct wpa_driver_ops::authenticate().
340 * Data for struct wpa_driver_ops::associate().
808 * struct wpa_driver_ops::set_key using alg = WPA_ALG_PMK */
1085 * struct wpa_driver_ops - Driver interface API definition
1091 struct wpa_driver_ops { struct
    [all...]
driver_hostap.c 1167 const struct wpa_driver_ops wpa_driver_hostap_ops = {
driver_bsd.c     [all...]
driver_madwifi.c     [all...]
driver_atheros.c     [all...]
driver_ndis.c     [all...]
driver_wext.c     [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 15 struct wpa_driver_ops;
93 const struct wpa_driver_ops *driver;
ap_config.h 487 const struct wpa_driver_ops *driver;
hostapd.c 42 extern struct wpa_driver_ops *wpa_drivers[];
1081 const struct wpa_driver_ops *driver;
1142 const struct wpa_driver_ops *driver;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 33 struct wpa_driver_ops *wpa_drivers[] = { NULL };
216 static struct wpa_driver_ops dummy_driver;
main.c 18 extern struct wpa_driver_ops *wpa_drivers[];
wpa_supplicant_i.h 386 struct wpa_driver_ops *driver;
wpa_priv.c 32 struct wpa_driver_ops *driver;
555 extern struct wpa_driver_ops *wpa_drivers[];
eapol_test.c 35 struct wpa_driver_ops *wpa_drivers[] = { NULL };
    [all...]
ctrl_iface.c 43 extern struct wpa_driver_ops *wpa_drivers[];
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 36 extern struct wpa_driver_ops *wpa_drivers[];
config_file.c 25 extern struct wpa_driver_ops *wpa_drivers[];
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c     [all...]

Completed in 118 milliseconds

1 2