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

1 2 3

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
drivers.c 19 extern struct wpa_driver_ops wpa_driver_wext_ops; /* driver_wext.c */
22 extern struct wpa_driver_ops wpa_driver_nl80211_ops; /* driver_nl80211.c */
25 extern struct wpa_driver_ops wpa_driver_hostap_ops; /* driver_hostap.c */
28 extern struct wpa_driver_ops wpa_driver_prism54_ops; /* driver_prism54.c */
31 extern struct wpa_driver_ops wpa_driver_hermes_ops; /* driver_hermes.c */
34 extern struct wpa_driver_ops wpa_driver_madwifi_ops; /* driver_madwifi.c */
37 extern struct wpa_driver_ops wpa_driver_atmel_ops; /* driver_atmel.c */
41 extern struct wpa_driver_ops wpa_driver_ndiswrapper_ops;
44 extern struct wpa_driver_ops wpa_driver_broadcom_ops; /* driver_broadcom.c */
47 extern struct wpa_driver_ops wpa_driver_ipw_ops; /* driver_ipw.c *
    [all...]
driver_ps3.c 175 const struct wpa_driver_ops wpa_driver_ps3_ops = {
driver.h 134 * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one
147 * Data for struct wpa_driver_ops::associate().
322 * struct wpa_driver_ops::set_key using alg = WPA_ALG_PMK */
375 * struct wpa_driver_ops - Driver interface API definition
381 struct wpa_driver_ops { struct
    [all...]
driver_wired.c 279 const struct wpa_driver_ops wpa_driver_wired_ops = {
driver_osx.m 420 const struct wpa_driver_ops wpa_driver_osx_ops = {
driver_atmel.c 489 const struct wpa_driver_ops wpa_driver_atmel_ops = {
driver_ndiswrapper.c 350 const struct wpa_driver_ops wpa_driver_ndiswrapper_ops = {
driver_prism54.c 364 const struct wpa_driver_ops wpa_driver_prism54_ops = {
driver_hostap.c 495 const struct wpa_driver_ops wpa_driver_hostap_ops = {
driver_ipw.c 444 const struct wpa_driver_ops wpa_driver_ipw_ops = {
driver_madwifi.c 583 const struct wpa_driver_ops wpa_driver_madwifi_ops = {
driver_roboswitch.c 467 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
driver_iphone.m 454 const struct wpa_driver_ops wpa_driver_iphone_ops = {
  /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_ndis_ops; /* driver_ndis.c */
31 extern struct wpa_driver_ops wpa_driver_wired_ops; /* driver_wired.c */
34 extern struct wpa_driver_ops wpa_driver_test_ops; /* driver_test.c */
38 extern struct wpa_driver_ops wpa_driver_roboswitch_ops;
41 extern struct wpa_driver_ops wpa_driver_atheros_ops; /* driver_atheros.c *
    [all...]
driver_none.c 84 const struct wpa_driver_ops wpa_driver_none_ops = {
driver_privsep.c 728 struct wpa_driver_ops wpa_driver_privsep_ops = {
748 struct wpa_driver_ops *wpa_drivers[] =
driver_roboswitch.c 470 const struct wpa_driver_ops wpa_driver_roboswitch_ops = {
  /external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c 38 struct wpa_driver_ops *wpa_supplicant_drivers[] = { NULL };
227 static struct wpa_driver_ops dummy_driver;
wpa_supplicant_i.h 30 extern struct wpa_driver_ops *wpa_supplicant_drivers[];
320 struct wpa_driver_ops *driver;
  /external/wpa_supplicant_8/src/ap/
hostapd.h 14 struct wpa_driver_ops;
72 const struct wpa_driver_ops *driver;
ap_config.h 396 const struct wpa_driver_ops *driver;
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 33 struct wpa_driver_ops *wpa_drivers[] = { NULL };
222 static struct wpa_driver_ops dummy_driver;
main.c 18 extern struct wpa_driver_ops *wpa_drivers[];
wpa_supplicant_i.h 315 struct wpa_driver_ops *driver;
  /external/wpa_supplicant_8/hostapd/
main.c 34 extern struct wpa_driver_ops *wpa_drivers[];
311 const struct wpa_driver_ops *driver;

Completed in 377 milliseconds

1 2 3