OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supplicant
(Results
1 - 25
of
372
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
Supplicant.h
32
class
Supplicant
{
45
Supplicant
(WifiController *wc, ISupplicantEventHandler *handlers);
46
virtual ~
Supplicant
();
SupplicantListener.h
23
class
Supplicant
;
/external/wpa_supplicant/
ThirdPartyProject.prop
8
keywords=wpa
supplicant
crypto_none.c
2
* WPA
Supplicant
/ Empty template functions for crypto wrapper
eap_psk_common.h
47
/* EAP-PSK First Message (AS ->
Supplicant
) */
58
/* EAP-PSK Second Message (
Supplicant
-> AS) */
71
/* EAP-PSK Third Message (AS ->
Supplicant
) */
83
/* EAP-PSK Fourth Message (
Supplicant
-> AS) */
main_none.c
2
* WPA
Supplicant
/ Example program entrypoint
defs.h
2
* WPA
Supplicant
- Common definitions
107
* (i.e., when the
supplicant
sends out message 4/4) and when Group
108
* Key rekeying is started by the AP (i.e., when
supplicant
receives
125
* This state indicates that the
supplicant
has completed its
135
*
supplicant
. In this case, the
supplicant
not only disassociates
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_psk_common.h
38
/* EAP-PSK First Message (AS ->
Supplicant
) */
45
/* EAP-PSK Second Message (
Supplicant
-> AS) */
54
/* EAP-PSK Third Message (AS ->
Supplicant
) */
62
/* EAP-PSK Fourth Message (
Supplicant
-> AS) */
/external/wpa_supplicant_8/src/eap_common/
eap_psk_common.h
38
/* EAP-PSK First Message (AS ->
Supplicant
) */
45
/* EAP-PSK Second Message (
Supplicant
-> AS) */
54
/* EAP-PSK Third Message (AS ->
Supplicant
) */
62
/* EAP-PSK Fourth Message (
Supplicant
-> AS) */
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_none.c
2
* WPA
Supplicant
/ Empty template functions for crypto wrapper
/external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.h
2
* WPA
Supplicant
- Glue code to setup EAPOL and RSN modules
main_none.c
2
* WPA
Supplicant
/ Example program entrypoint
main_symbian.cpp
2
* WPA
Supplicant
/ Program entrypoint for Symbian
/external/wpa_supplicant_8/src/crypto/
crypto_none.c
2
* WPA
Supplicant
/ Empty template functions for crypto wrapper
/external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.h
2
* WPA
Supplicant
- Glue code to setup EAPOL and RSN modules
main_none.c
2
* WPA
Supplicant
/ Example program entrypoint
main_symbian.cpp
2
* WPA
Supplicant
/ Program entrypoint for Symbian
/frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java
112
* (i.e., when the
supplicant
sends out message 4/4) and when Group
113
* Key rekeying is started by the AP (i.e., when
supplicant
receives
130
* This state indicates that the
supplicant
has completed its
140
* explicit DISCONNECT command. In such a case, the
supplicant
is
163
* Returns {@code true} if the
supplicant
state is valid and {@code false}
165
* @param state The
supplicant
state
166
* @return {@code true} if the
supplicant
state is valid and {@code false}
174
/*
Supplicant
associating or authenticating is considered a handshake state */
193
throw new IllegalArgumentException("Unknown
supplicant
state");
215
throw new IllegalArgumentException("Unknown
supplicant
state")
[
all
...]
SupplicantStateTracker.java
31
* Tracks the state changes in
supplicant
and provides functionality
43
/* Indicates authentication failure in
supplicant
broadcast.
98
if (DBG) Log.d(TAG, "
Supplicant
state: " + supState.toString() + "\n");
131
Log.e(TAG, "Unknown
supplicant
state " + supState);
188
* This indicates that the
supplicant
state as seen
191
* channel connection before any
supplicant
events
193
* connection to the
supplicant
237
* The max number of the WPA
supplicant
loop iterations before we
262
Log.d(TAG, "
Supplicant
loop detected, disabling network " +
320
//TODO: remove after getting rid of the state in
supplicant
[
all
...]
StateChangeResult.java
20
* Stores
supplicant
state change information passed from WifiMonitor to
/external/wpa_supplicant_6/wpa_supplicant/src/common/
privsep_commands.h
2
* WPA
Supplicant
- privilege separation commands
/external/wpa_supplicant_8/src/common/
privsep_commands.h
2
* WPA
Supplicant
- privilege separation commands
/system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c
24
* 2. Start
supplicant
26
* 4. Obtain
supplicant
status (optional)
27
* 5. Stop
supplicant
30
* The "Obtain
supplicant
status" step is optional and is pseudo
32
* delay after start
supplicant
is intentionally selected such
33
* that the obtain
supplicant
status and stop
supplicant
steps
74
#define DEFAULT_DELAY_MIN 0.0 // Min delay after start
supplicant
75
#define DEFAULT_DELAY_MAX 20.0 // Max delay after start
supplicant
286
// Start
Supplicant
[
all
...]
Completed in 271 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>