Searched defs:Supplicant (Results 1 - 2 of 2) sorted by relevance

/system/core/nexus/
H A DSupplicant.h32 class Supplicant { class
45 Supplicant(WifiController *wc, ISupplicantEventHandler *handlers);
46 virtual ~Supplicant();
H A DSupplicant.cpp22 #define LOG_TAG "Supplicant"
30 #include "Supplicant.h"
44 Supplicant::Supplicant(WifiController *wc, ISupplicantEventHandler *handlers) { function in class:Supplicant
58 Supplicant::~Supplicant() {
64 int Supplicant::start() {
89 int Supplicant::stop() {
112 bool Supplicant::isStarted() {
116 int Supplicant
[all...]

Completed in 66 milliseconds