HomeSort by relevance Sort by last modified time
    Searched refs:Supplicant (Results 1 - 10 of 10) sorted by null

  /system/core/nexus/
WifiScanner.h 22 class Supplicant;
27 Supplicant *mSuppl;
33 WifiScanner(Supplicant *suppl, int period);
Supplicant.cpp 22 #define LOG_TAG "Supplicant"
30 #include "Supplicant.h"
44 Supplicant::Supplicant(WifiController *wc, ISupplicantEventHandler *handlers) {
58 Supplicant::~Supplicant() {
64 int Supplicant::start() {
67 LOGW("Unable to setup supplicant.conf");
71 LOGE("Error starting supplicant (%s)", strerror(errno));
77 LOGE("Error connecting to supplicant (%s)\n", strerror(errno))
    [all...]
SupplicantListener.h 23 class Supplicant;
Supplicant.h 32 class Supplicant {
45 Supplicant(WifiController *wc, ISupplicantEventHandler *handlers);
46 virtual ~Supplicant();
Android.mk 23 Supplicant.cpp \
WifiNetwork.h 66 class Supplicant;
200 Supplicant *mSuppl;
204 * Unique network id - normally provided by supplicant
242 * supplicant when choosing an access point with which
303 WifiNetwork(WifiController *c, Supplicant *suppl, int networkId);
304 WifiNetwork(WifiController *c, Supplicant *suppl, const char *data);
WifiScanner.cpp 29 #include "Supplicant.h"
33 WifiScanner::WifiScanner(Supplicant *suppl, int period) {
WifiController.h 29 class Supplicant;
178 Supplicant *mSupplicant;
224 // True if supplicant is currently searching for a network
247 Supplicant *getSupplicant() { return mSupplicant; }
WifiNetwork.cpp 27 #include "Supplicant.h"
34 WifiNetwork::WifiNetwork(WifiController *c, Supplicant *suppl, const char *data) {
87 WifiNetwork::WifiNetwork(WifiController *c, Supplicant *suppl, int networkId) {
WifiController.cpp 24 #include "Supplicant.h"
54 mSupplicant = new Supplicant(this, this);
138 LOGI("Starting WPA Supplicant");
139 sendStatusBroadcast("Starting WPA Supplicant");
141 LOGE("Supplicant start failed (%s)", strerror(errno));
207 LOGD("Suspending from supplicant state %s",
213 LOGD("Forcing Supplicant disconnect");
219 LOGD("Stopping Supplicant driver");
270 sendStatusBroadcast("Stopping WPA Supplicant");
272 LOGE("Supplicant stop failed (%s)", strerror(errno))
    [all...]

Completed in 112 milliseconds