OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Supplicant
(Results
1 - 2
of
2
) sorted by null
/system/core/nexus/
Supplicant.h
32
class
Supplicant
{
45
Supplicant
(WifiController *wc, ISupplicantEventHandler *handlers);
46
virtual ~
Supplicant
();
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
...]
Completed in 25 milliseconds