HomeSort by relevance Sort by last modified time
    Searched full:wpa_supplicant (Results 301 - 325 of 399) sorted by null

<<111213141516

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c 27 * LibTomCrypt. The version here is modified to fit in wpa_supplicant/hostapd
405 /* wpa_supplicant/hostapd specific wrapper */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_madwifi.c 31 * Avoid conflicts with wpa_supplicant definitions by undefining a definition.
532 wpa_printf(MSG_DEBUG, "%s: failed to set wpa_supplicant-based "
driver_prism54.c 85 /* This is called at wpa_supplicant daemon init time */
driver_wext.c 731 * fails. This will hit us when wpa_supplicant does not need to do
921 * @ctx: context to be used when calling wpa_supplicant functions,
1059 * easier to use the driver after wpa_supplicant has been terminated.
1140 struct wpa_supplicant *wpa_s = (struct wpa_supplicant *)(drv->ctx);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
des-internal.c 25 * LibTomCrypt. The version here is modified to fit in wpa_supplicant/hostapd
403 /* wpa_supplicant/hostapd specific wrapper */
  /external/wpa_supplicant_8/src/utils/
common.h 2 * wpa_supplicant/hostapd / common helper functions, etc.
358 /* vsnprintf - only used for wpa_msg() in wpa_supplicant.c */
os_internal.c 2 * wpa_supplicant/hostapd / Internal implementation of OS specific functions
  /system/core/rootdir/
init.rc 153 # give system access to wpa_supplicant.conf for backup and restore
155 chmod 0660 /data/misc/wifi/wpa_supplicant.conf
  /external/wpa_supplicant/
os_internal.c 2 * wpa_supplicant/hostapd / Internal implementation of OS specific functions
driver_bsd.c 21 #include "wpa_supplicant.h"
693 * This implies we do not support having wpa_supplicant
731 wpa_printf(MSG_DEBUG, "%s: failed to set wpa_supplicant-based "
driver_test.c 22 #include "wpa_supplicant.h"
489 "wpa_supplicant test mac addr generation",
919 "wpa_supplicant test driver",
driver_atmel.c 49 #include "wpa_supplicant.h"
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 2 * wpa_supplicant/hostapd / common helper functions, etc.
os_internal.c 2 * wpa_supplicant/hostapd / Internal implementation of OS specific functions
wpa_debug.h 2 * wpa_supplicant/hostapd / Debug prints
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 2 * wpa_supplicant - WPA definitions
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 2 * wpa_supplicant - D-Bus introspection
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 226 "network to wpa_supplicant\n"
395 "network in wpa_supplicant\n"
779 "wpa_supplicant\n"
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 238 "network to wpa_supplicant\n"
415 "network in wpa_supplicant\n"
814 "wpa_supplicant\n"
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 837 "wpa_supplicant not registered");
929 /* When started from pcmcia-cs scripts, wpa_supplicant might start with
931 * places in wpa_supplicant are still printing out to stdout. As a
Android.mk 35 L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\"
47 L_CFLAGS += -DCONFIG_CTRL_IFACE_DIR=\"/data/system/wpa_supplicant\"
1324 OBJS += wpa_supplicant.c events.c blacklist.c wpas_glue.c scan.c
1399 LOCAL_MODULE := wpa_supplicant
1433 #LOCAL_MODULE := wpa_supplicant.conf
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 97 private static final String FILE_WIFI_SUPPLICANT = "/data/misc/wifi/wpa_supplicant.conf";
99 "/system/etc/wifi/wpa_supplicant.conf";
650 Log.w(TAG, "Couldn't copy wpa_supplicant file");
  /frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java 35 * Listens for events from the wpa_supplicant server, and passes them on
69 * Names of events from wpa_supplicant (minus the prefix). In the
314 if (false) Log.i(TAG, "Received wpa_supplicant event with empty event name");
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 1051 OBJS += wpa_supplicant.c events.c blacklist.c wpas_glue.c scan.c
1121 LOCAL_MODULE := wpa_supplicant
1152 #LOCAL_MODULE := wpa_supplicant.conf
wpa_priv.c 971 "wpa_supplicant not registered");
1109 /* When started from pcmcia-cs scripts, wpa_supplicant might start with
1111 * places in wpa_supplicant are still printing out to stdout. As a

Completed in 265 milliseconds

<<111213141516