OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supplicant
(Results
26 - 50
of
372
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/wifi/java/android/net/wifi/
WifiNative.java
30
* Native calls for sending requests to the
supplicant
daemon, and for
36
* not talk to the
supplicant
daemon.
65
/* Does a graceful shutdown of
supplicant
. Is a common stop function for both p2p and sta.
67
* Note that underneath we use a harsh-sounding "terminate"
supplicant
command
73
/* Sends a kill signal to
supplicant
. To be used when we have lost connection
74
or when the
supplicant
is hung */
191
* Wait for the
supplicant
to send an event, returning the event string.
192
* @return the event string sent by the
supplicant
.
291
//TODO: Add persist behavior once the
supplicant
interaction is fixed for both
WpsStateMachine.java
38
*
supplicant
. We currently support the following methods
148
* a successful connect a new config is created in the
supplicant
.
151
* and the configuration list needs to be reloaded from the
supplicant
.
169
if (DBG) Log.d(TAG, "Ignoring
supplicant
state " + supState.name());
196
//Ignore
supplicant
state changes
WifiMonitor.java
44
/** Events we receive from the
supplicant
daemon */
56
/** All events coming from the
supplicant
start with this prefix */
60
/** All WPA events coming from the
supplicant
start with this prefix */
201
/*
Supplicant
events reported to a state machine */
204
/* Connection to
supplicant
established */
206
/* Connection to
supplicant
lost */
244
* This indicates the
supplicant
connection for the monitor is closed
259
* Max errors before we close
supplicant
connection
280
// to the
supplicant
362
* stopped the
supplicant
, simply exit the monitor threa
[
all
...]
package.html
6
information from the device
supplicant
is available, including the connected network's
/hardware/libhardware_legacy/include/hardware_legacy/
wifi.h
47
* Start
supplicant
.
54
* Start
supplicant
for p2p operation.
61
* Stop
supplicant
.
68
* Open a connection to
supplicant
.
75
* Close connection
supplicant
.
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h
43
* struct eapol_state_machine - Per-
Supplicant
Authenticator state machines
150
u8 addr[ETH_ALEN]; /*
Supplicant
address */
164
u8 eap_type_supp; /* EAP type of the last EAP packet from
Supplicant
*/
/system/core/nexus/
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) {
/development/pdk/docs/porting/
wifi.jd
17
<p>Android uses wpa_supplicant as the platform interface to the Wi-Fi device. Your Wi-Fi driver must be compatible with the standard wpa_supplicant in addition to extensions added to the
supplicant
(specifically, the "DRIVER" commands described in <code>wifi.h/wifi_command()</code>).</p>
24
<li>create a shared library that implements the interface defined in <code>include/hardware/wifi.h</code>, which also defines the Wi-Fi
supplicant
.</li>
/external/wpa_supplicant/
config_none.c
2
* WPA
Supplicant
/ Configuration backend: empty starting point
ctrl_iface_dbus_handlers.h
2
* WPA
Supplicant
/ dbus-based control interface
driver_ndis.h
2
* WPA
Supplicant
- Windows/NDIS driver interface
driver_wext.h
2
* WPA
Supplicant
- driver_wext exported functions
ms_funcs.h
2
* WPA
Supplicant
/ shared MSCHAPV2 helper functions / RFC 2433 / RFC 2759
/external/wpa_supplicant_6/wpa_supplicant/
config_none.c
2
* WPA
Supplicant
/ Configuration backend: empty starting point
ctrl_iface_dbus_handlers.h
2
* WPA
Supplicant
/ dbus-based control interface
/external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h
2
* WPA
Supplicant
- Common definitions
166
* (i.e., when the
supplicant
sends out message 4/4) and when Group
167
* Key rekeying is started by the AP (i.e., when
supplicant
receives
184
* This state indicates that the
supplicant
has completed its
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.h
2
* WPA
Supplicant
- Windows/NDIS driver interface
/external/wpa_supplicant_8/hostapd/
README
130
IEEE 802.1X uses elements called
Supplicant
, Authenticator, Port
131
Access Entity, and Authentication Server.
Supplicant
is a component in
134
between a
Supplicant
and an Authentication Server. In addition, it has a
140
between a
Supplicant
and an Authenticator are sent using EAP over LAN
143
Server to the
Supplicant
). The Authentication Server can be colocated with the
153
frames to be passed between the
Supplicant
and the Authenticator even
157
receives 802.1X (EAPOL) frames from the
Supplicant
using the wlan#ap
159
frames to the
Supplicant
are sent using the same device.
165
relays the frames between the
Supplicant
and the Authentication
176
point. The Authenticator will then ask the
Supplicant
to authenticat
[
all
...]
/external/wpa_supplicant_8/src/common/
defs.h
2
* WPA
Supplicant
- Common definitions
217
* (i.e., when the
supplicant
sends out message 4/4) and when Group
218
* Key rekeying is started by the AP (i.e., when
supplicant
receives
235
* This state indicates that the
supplicant
has completed its
/external/wpa_supplicant_8/src/drivers/
driver_ndis.h
2
* WPA
Supplicant
- Windows/NDIS driver interface
/external/wpa_supplicant_8/wpa_supplicant/
bgscan.h
2
* WPA
Supplicant
- background scan and roaming interface
config_none.c
2
* WPA
Supplicant
/ Configuration backend: empty starting point
scan.h
2
* WPA
Supplicant
- Scanning
/frameworks/base/docs/html/guide/topics/wireless/
index.jd
9
wireless stack that provides Wi-Fi network access. Almost all information from the device
supplicant
Completed in 337 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>