OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supplicant
(Results
51 - 75
of
372
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/nexus/
Android.mk
23
Supplicant
.cpp \
WifiController.h
29
class
Supplicant
;
178
Supplicant
*mSupplicant;
224
// True if
supplicant
is currently searching for a network
247
Supplicant
*getSupplicant() { return mSupplicant; }
SupplicantListener.cpp
57
LOGD("Received EOF on
supplicant
socket\n");
66
LOGW("Dropping unknown
supplicant
event '%s'", buf);
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
...]
/external/wpa_supplicant/
drivers.c
2
* WPA
Supplicant
/ driver interface list
main_winmain.c
2
* WPA
Supplicant
/ WinMain() function for Windows-based applications
mlme.h
2
* WPA
Supplicant
- Client mode MLME
pcsc_funcs.h
2
* WPA
Supplicant
/ PC/SC smartcard interface for USIM, GSM SIM
wpa_passphrase.c
2
* WPA
Supplicant
- ASCII passphrase to WPA PSK tool
/external/wpa_supplicant_6/wpa_supplicant/
main_winmain.c
2
* WPA
Supplicant
/ WinMain() function for Windows-based applications
wpa_passphrase.c
2
* WPA
Supplicant
- ASCII passphrase to WPA PSK tool
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
ms_funcs.h
2
* WPA
Supplicant
/ shared MSCHAPV2 helper functions / RFC 2433 / RFC 2759
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.h
2
* WPA
Supplicant
- PeerKey for Direct Link Setup (DLS)
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.h
2
* WPA
Supplicant
/ PC/SC smartcard interface for USIM, GSM SIM
/external/wpa_supplicant_8/src/crypto/
ms_funcs.h
2
* WPA
Supplicant
/ shared MSCHAPV2 helper functions / RFC 2433 / RFC 2759
/external/wpa_supplicant_8/src/drivers/
driver_wext.h
2
* WPA
Supplicant
- driver_wext exported functions
/external/wpa_supplicant_8/src/rsn_supp/
peerkey.h
2
* WPA
Supplicant
- PeerKey for Direct Link Setup (DLS)
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.h
2
* WPA
Supplicant
/ PC/SC smartcard interface for USIM, GSM SIM
/external/wpa_supplicant_8/wpa_supplicant/
ap.h
2
* WPA
Supplicant
- Basic AP mode support routines
main_winmain.c
2
* WPA
Supplicant
/ WinMain() function for Windows-based applications
wpa_passphrase.c
2
* WPA
Supplicant
- ASCII passphrase to WPA PSK tool
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.h
2
* WPA
Supplicant
/ dbus-based control interface
/frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java
146
* Delay between
supplicant
restarts upon failure to establish connection
151
* Number of times we attempt to restart
supplicant
208
/* Start the
supplicant
*/
210
/* Stop the
supplicant
*/
220
/* Indicates
supplicant
stop failed */
240
/*
Supplicant
commands */
241
/* Is
supplicant
alive ? */
260
/*
Supplicant
commands after driver start*/
315
* config and issuing a save on
supplicant
config.
320
*
supplicant
config
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_background.sgml
56
master session key for the Authenticator (AP) and
Supplicant
61
keys between the Authenticator and
Supplicant
. This handshake is
62
also used to verify that both Authenticator and
Supplicant
know
/system/core/logcat/
event.logtags
87
#
Supplicant
state change
89
# [8 - 0]
Supplicant
state (as defined in SupplicantState.java)
90
# Logged when the
supplicant
switches to a new state
Completed in 156 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>