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

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet.h 17 * using libpcap and libdnet. When porting %wpa_supplicant to other operating
110 * for %wpa_supplicant operation, so full implementation is not required.
  /external/wpa_supplicant_8/src/drivers/
driver.h 14 * This file defines a driver interface used by both %wpa_supplicant and
337 * the driver has to notify wpa_supplicant about the used WPA
539 * wpa_supplicant). */
733 * for core wpa_supplicant code. All driver specific functionality is captured
813 * some drivers may expect them in different order than wpa_supplicant
827 * @ctx: context to be used when calling wpa_supplicant functions,
842 * The main event loop (eloop.c) of wpa_supplicant can be used to
928 * in the driver. If the driver uses wpa_ie from wpa_supplicant, this
947 * between the driver and wpa_supplicant. If the driver uses wpa_ie
948 * from wpa_supplicant, this driver_ops function does not need to b
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet.h 17 * using libpcap and libdnet. When porting %wpa_supplicant to other operating
110 * for %wpa_supplicant operation, so full implementation is not required.
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_background.sgml 85 <refentrytitle>wpa_supplicant</refentrytitle>
93 <para>wpa_supplicant is copyright (c) 2003-2007,
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 77 * Disable WPS tab by default; it will be enabled if wpa_supplicant is
144 ctrl_iface_dir = strdup("/var/run/wpa_supplicant");
150 QSettings settings("wpa_supplicant", "wpa_gui");
165 textStatus->setText("connecting to wpa_supplicant");
173 "wpa_supplicant.\n");
335 "wpa_supplicant service is not running.\n"
385 printf("Failed to attach to wpa_supplicant\n");
473 "wpa_supplicant");
684 QMessageBox::about(this, "wpa_gui for wpa_supplicant",
1258 "wpa_supplicant.\n")
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 77 * Disable WPS tab by default; it will be enabled if wpa_supplicant is
146 ctrl_iface_dir = strdup("/var/run/wpa_supplicant");
152 QSettings settings("wpa_supplicant", "wpa_gui");
167 textStatus->setText(tr("connecting to wpa_supplicant"));
175 "wpa_supplicant.\n");
343 tr("wpa_supplicant service is not "
394 printf("Failed to attach to wpa_supplicant\n");
498 "wpa_supplicant"));
721 QMessageBox::about(this, "wpa_gui for wpa_supplicant",
1276 "wpa_supplicant.\n")
    [all...]
  /external/wpa_supplicant/
ctrl_iface_udp.c 34 * interface monitors into struct wpa_supplicant. This data is private to
47 struct wpa_supplicant *wpa_s;
155 struct wpa_supplicant *wpa_s = eloop_ctx;
263 struct wpa_supplicant *wpa_s = ctx;
271 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s)
eap_testing.txt 1 Automatic regression and interoperability testing of wpa_supplicant's
7 encapsulation/decapsulation) into wpa_supplicant.
8 - Replaced wpa_supplicant.c and wpa.c with test code that trigger
87 network configuration in wpa_supplicant.conf)
293 that wpa_supplicant could not use. Converting this to PKCS#12 and then
294 back to PEM allowed wpa_supplicant to use the key.
321 wpa_supplicant tries to decrypt this.. Replying with TLS ACK and and
os_none.c 2 * wpa_supplicant/hostapd / Empty OS specific functions
os_win32.c 2 * wpa_supplicant/hostapd / OS specific functions for Win32 systems
driver_prism54.c 25 #include "wpa_supplicant.h"
87 /* This is called at wpa_supplicant daemon init time */
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_udp.c 34 * interface monitors into struct wpa_supplicant. This data is private to
47 struct wpa_supplicant *wpa_s;
155 struct wpa_supplicant *wpa_s = eloop_ctx;
263 struct wpa_supplicant *wpa_s = ctx;
271 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s)
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 2 * wpa_supplicant/hostapd control interface library
47 * This structure is used by the wpa_supplicant/hostapd control interface
183 * wpa_supplicant. This keeps these files from being orphaned in the
343 * wpa_supplicant, not the reply to the
471 * Current named pipe server side in wpa_supplicant is
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 34 * interface monitors into struct wpa_supplicant. This data is private to
47 struct wpa_supplicant *wpa_s;
155 struct wpa_supplicant *wpa_s = eloop_ctx;
263 struct wpa_supplicant *wpa_s = ctx;
271 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s)
ibss_rsn.c 2 * wpa_supplicant - IBSS RSN
53 struct wpa_supplicant *wpa_s = peer->ibss_rsn->wpa_s;
244 struct wpa_supplicant *wpa_s = ibss_rsn->wpa_s;
461 struct ibss_rsn * ibss_rsn_init(struct wpa_supplicant *wpa_s)
Makefile 18 ALL=wpa_supplicant wpa_cli
28 echo 'Building wpa_supplicant requires a configuration file'; \
1282 OBJS += wpa_supplicant.o events.o blacklist.o wpas_glue.o scan.o
1353 ../src/drivers/build.wpa_supplicant:
1357 @touch ../src/drivers/build.wpa_supplicant
1359 BCHECK=../src/drivers/build.wpa_supplicant
1365 wpa_supplicant: .config $(BCHECK) $(OBJS) $(EXTRA_progs)
1366 $(Q)$(LDO) $(LDFLAGS) -o wpa_supplicant $(OBJS) $(LIBS) $(EXTRALIBS)
1425 wpa_supplicant.exe: wpa_supplicant
    [all...]
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 335 // was loaded, then the wpa_supplicant was also running.
383 * stop wpa_supplicant and unload WiFi driver.
416 // If so stop the wpa_supplicant and unload the driver.
420 // Stop wpa_supplicant
427 testPrintI("Stopped wpa_supplicant");
  /hardware/libhardware_legacy/wifi/
wifi.c 80 static const char IFACE_DIR[] = "/data/system/wpa_supplicant";
89 static const char SUPPLICANT_NAME[] = "wpa_supplicant";
90 static const char SUPP_PROP_NAME[] = "init.svc.wpa_supplicant";
91 static const char SUPP_CONFIG_TEMPLATE[]= "/system/etc/wifi/wpa_supplicant.conf";
92 static const char SUPP_CONFIG_FILE[] = "/data/misc/wifi/wpa_supplicant.conf";
439 * wpa_supplicant. This keeps these files from being orphaned in the
633 LOGV("Not connected to wpa_supplicant - \"%s\" command dropped.\n", cmd);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 2 * wpa_supplicant/hostapd / Debug prints
36 #define ANDROID_LOG_NAME "wpa_supplicant"
91 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD);
os_none.c 2 * wpa_supplicant/hostapd / Empty OS specific functions
os_win32.c 2 * wpa_supplicant/hostapd / OS specific functions for Win32 systems
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 2 * wpa_supplicant/hostapd / Empty OS specific functions
os_win32.c 2 * wpa_supplicant/hostapd / OS specific functions for Win32 systems
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 53 * internally by wpa_supplicant.
  /system/core/nexus/
Supplicant.cpp 38 #define IFACE_DIR "/data/system/wpa_supplicant"
40 #define SUPPLICANT_SERVICE_NAME "wpa_supplicant"
41 #define SUPP_CONFIG_TEMPLATE "/system/etc/wifi/wpa_supplicant.conf"
42 #define SUPP_CONFIG_FILE "/data/misc/wifi/wpa_supplicant.conf"

Completed in 161 milliseconds

1 2 3 4 5 6 7 8 91011>>