OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wpa_supplicant
(Results
26 - 50
of
385
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.h
13
void wpa_mesh_new_mesh_peer(struct
wpa_supplicant
*wpa_s, const u8 *addr,
15
void mesh_mpm_deinit(struct
wpa_supplicant
*wpa_s, struct hostapd_iface *ifmsh);
16
void mesh_mpm_auth_peer(struct
wpa_supplicant
*wpa_s, const u8 *addr);
18
void wpa_mesh_set_plink_state(struct
wpa_supplicant
*wpa_s,
21
int mesh_mpm_close_peer(struct
wpa_supplicant
*wpa_s, const u8 *addr);
22
int mesh_mpm_connect_peer(struct
wpa_supplicant
*wpa_s, const u8 *addr,
27
void mesh_mpm_action_rx(struct
wpa_supplicant
*wpa_s,
29
void mesh_mpm_mgmt_rx(struct
wpa_supplicant
*wpa_s, struct rx_mgmt *rx_mgmt);
33
static inline void mesh_mpm_action_rx(struct
wpa_supplicant
*wpa_s,
39
static inline void mesh_mpm_mgmt_rx(struct
wpa_supplicant
*wpa_s
[
all
...]
mesh_rsn.h
13
struct
wpa_supplicant
*wpa_s;
22
struct mesh_rsn * mesh_rsn_auth_init(struct
wpa_supplicant
*wpa_s,
24
int mesh_rsn_auth_sae_sta(struct
wpa_supplicant
*wpa_s, struct sta_info *sta);
25
int mesh_rsn_derive_mtk(struct
wpa_supplicant
*wpa_s, struct sta_info *sta);
27
void mesh_rsn_init_ampe_sta(struct
wpa_supplicant
*wpa_s,
31
int mesh_rsn_process_ampe(struct
wpa_supplicant
*wpa_s, struct sta_info *sta,
wpas_glue.h
14
int wpa_supplicant_init_eapol(struct
wpa_supplicant
*wpa_s);
15
int wpa_supplicant_init_wpa(struct
wpa_supplicant
*wpa_s);
16
void wpa_supplicant_rsn_supp_set_config(struct
wpa_supplicant
*wpa_s,
25
void wpas_send_ctrl_req(struct
wpa_supplicant
*wpa_s, struct wpa_ssid *ssid,
driver_i.h
2
*
wpa_supplicant
- Internal driver interface wrappers
15
static inline void * wpa_drv_init(struct
wpa_supplicant
*wpa_s,
27
static inline void wpa_drv_deinit(struct
wpa_supplicant
*wpa_s)
33
static inline int wpa_drv_set_param(struct
wpa_supplicant
*wpa_s,
41
static inline int wpa_drv_set_countermeasures(struct
wpa_supplicant
*wpa_s,
51
static inline int wpa_drv_authenticate(struct
wpa_supplicant
*wpa_s,
59
static inline int wpa_drv_associate(struct
wpa_supplicant
*wpa_s,
68
static inline int wpa_drv_init_mesh(struct
wpa_supplicant
*wpa_s)
75
static inline int wpa_drv_join_mesh(struct
wpa_supplicant
*wpa_s,
83
static inline int wpa_drv_leave_mesh(struct
wpa_supplicant
*wpa_s
[
all
...]
notify.c
2
*
wpa_supplicant
- Event notifications
62
int wpas_notify_iface_added(struct
wpa_supplicant
*wpa_s)
77
void wpas_notify_iface_removed(struct
wpa_supplicant
*wpa_s)
90
void wpas_notify_state_changed(struct
wpa_supplicant
*wpa_s,
134
void wpas_notify_disconnect_reason(struct
wpa_supplicant
*wpa_s)
143
void wpas_notify_assoc_status_code(struct
wpa_supplicant
*wpa_s)
152
void wpas_notify_network_changed(struct
wpa_supplicant
*wpa_s)
161
void wpas_notify_ap_scan_changed(struct
wpa_supplicant
*wpa_s)
170
void wpas_notify_bssid_changed(struct
wpa_supplicant
*wpa_s)
179
void wpas_notify_auth_changed(struct
wpa_supplicant
*wpa_s
[
all
...]
wnm_sta.h
52
int ieee802_11_send_wnmsleep_req(struct
wpa_supplicant
*wpa_s,
55
void ieee802_11_rx_wnm_action(struct
wpa_supplicant
*wpa_s,
58
int wnm_send_bss_transition_mgmt_query(struct
wpa_supplicant
*wpa_s,
60
void wnm_deallocate_memory(struct
wpa_supplicant
*wpa_s);
65
int wnm_scan_process(struct
wpa_supplicant
*wpa_s, int reply_on_fail);
69
static inline int wnm_scan_process(struct
wpa_supplicant
*wpa_s,
wpa_supplicant_i.h
2
*
wpa_supplicant
- Internal definitions
31
struct
wpa_supplicant
;
41
* backends. Other parts of
wpa_supplicant
do not have access to data stored in
127
* daemonize - Run %
wpa_supplicant
in the background
216
* This parameter can be used to configure
wpa_supplicant
to maintain
258
* struct wpa_global - Internal, global data for all %
wpa_supplicant
interfaces
261
* %
wpa_supplicant
.
264
struct
wpa_supplicant
*ifaces;
273
struct
wpa_supplicant
*p2p_init_wpa_s;
274
struct
wpa_supplicant
*p2p_group_formation
462
struct
wpa_supplicant
{
struct
[
all
...]
wpa_supplicant_conf.mk
8
# Include this makefile to generate your hardware specific
wpa_supplicant
.conf
16
LOCAL_MODULE :=
wpa_supplicant
.conf
29
@echo Target
wpa_supplicant
.conf: $@
/external/wpa_supplicant_8/wpa_supplicant/binder/
binder.h
2
* binder interface for
wpa_supplicant
daemon
18
* This is the binder RPC interface entry point to the
wpa_supplicant
core.
29
int wpas_binder_register_interface(struct
wpa_supplicant
*wpa_s);
30
int wpas_binder_unregister_interface(struct
wpa_supplicant
*wpa_s);
32
static inline int wpas_binder_register_interface(struct
wpa_supplicant
*wpa_s)
36
static inline int wpas_binder_unregister_interface(struct
wpa_supplicant
*wpa_s)
iface.h
2
* binder interface for
wpa_supplicant
daemon
13
#include "fi/w1/
wpa_supplicant
/BnIface.h"
26
* controlled by
wpa_supplicant
.
28
class Iface : public fi::w1::
wpa_supplicant
::BnIface
31
Iface(struct
wpa_supplicant
*wpa_s);
37
struct
wpa_supplicant
*wpa_s_;
binder_manager.h
2
* binder interface for
wpa_supplicant
daemon
20
struct
wpa_supplicant
;
26
* binder objects created by
wpa_supplicant
. This is a singleton
37
int registerInterface(struct
wpa_supplicant
*wpa_s);
38
int unregisterInterface(struct
wpa_supplicant
*wpa_s);
41
android::sp<fi::w1::
wpa_supplicant
::IIface> *iface_object);
52
*
wpa_supplicant
. This map is keyed in by the corresponding
53
*
wpa_supplicant
structure pointer. */
supplicant.h
2
* binder interface for
wpa_supplicant
daemon
13
#include "fi/w1/
wpa_supplicant
/BnSupplicant.h"
14
#include "fi/w1/
wpa_supplicant
/IIface.h"
15
#include "fi/w1/
wpa_supplicant
/ISupplicantCallbacks.h"
28
*
wpa_supplicant
.
30
class Supplicant : public fi::w1::
wpa_supplicant
::BnSupplicant
38
android::sp<fi::w1::
wpa_supplicant
::IIface> *aidl_return)
44
android::sp<fi::w1::
wpa_supplicant
::IIface> *aidl_return)
51
std::vector<android::sp<fi::w1::
wpa_supplicant
::ISupplicantCallbacks>>
iface.cpp
2
* binder interface for
wpa_supplicant
daemon
14
Iface::Iface(struct
wpa_supplicant
*wpa_s)
/external/wpa_supplicant_8/wpa_supplicant/binder/fi/w1/wpa_supplicant/
IIface.aidl
2
* binder interface for
wpa_supplicant
daemon
10
package fi.w1.
wpa_supplicant
;
13
* Interface exposed by
wpa_supplicant
for each network interface it controls.
ISupplicantCallbacks.aidl
2
* binder interface for
wpa_supplicant
daemon
10
package fi.w1.
wpa_supplicant
;
15
* Callback Interface exposed by the
wpa_supplicant
service. Clients need
17
* to
wpa_supplicant
via the registerCallbacksObject method.
ISupplicant.aidl
2
* WPA Supplicant - binder interface for
wpa_supplicant
daemon
10
package fi.w1.
wpa_supplicant
;
13
import fi.w1.
wpa_supplicant
.IIface;
16
* Interface exposed by the
wpa_supplicant
binder service registered
17
* with the service manager with name: fi.w1.
wpa_supplicant
.
27
* Registers a wireless interface in
wpa_supplicant
.
30
*
wpa_supplicant
.
44
* Deregisters a wireless interface from
wpa_supplicant
.
52
* which
wpa_supplicant
already controls.
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.h
69
struct
wpa_supplicant
;
72
void wpa_supplicant_dbus_notify_scan_results(struct
wpa_supplicant
*wpa_s);
73
void wpa_supplicant_dbus_notify_scanning(struct
wpa_supplicant
*wpa_s);
74
void wpa_supplicant_dbus_notify_state_change(struct
wpa_supplicant
*wpa_s,
77
void wpa_supplicant_dbus_notify_wps_cred(struct
wpa_supplicant
*wpa_s,
79
void wpa_supplicant_dbus_notify_certification(struct
wpa_supplicant
*wpa_s,
87
int wpas_dbus_register_iface(struct
wpa_supplicant
*wpa_s);
88
int wpas_dbus_unregister_iface(struct
wpa_supplicant
*wpa_s);
92
struct
wpa_supplicant
* wpa_supplicant_get_iface_by_dbus_path(
98
wpa_supplicant_dbus_notify_scan_results(struct
wpa_supplicant
*wpa_s
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
wep.conf
3
ctrl_interface=/var/run/
wpa_supplicant
wpa-psk-tkip.conf
3
ctrl_interface=/var/run/
wpa_supplicant
/external/wpa_supplicant_8/wpa_supplicant/systemd/
wpa_supplicant-nl80211.service.arg.in
12
ExecStart=@BINDIR@/
wpa_supplicant
-c/etc/
wpa_supplicant
/
wpa_supplicant
-nl80211-%I.conf -Dnl80211 -i%I
15
Alias=multi-user.target.wants/
wpa_supplicant
-nl80211@%i.service
wpa_supplicant-wired.service.arg.in
12
ExecStart=@BINDIR@/
wpa_supplicant
-c/etc/
wpa_supplicant
/
wpa_supplicant
-wired-%I.conf -Dwired -i%I
15
Alias=multi-user.target.wants/
wpa_supplicant
-wired@%i.service
wpa_supplicant.service.arg.in
12
ExecStart=@BINDIR@/
wpa_supplicant
-c/etc/
wpa_supplicant
/
wpa_supplicant
-%I.conf -i%I
15
Alias=multi-user.target.wants/
wpa_supplicant
@%i.service
/external/dhcpcd-6.8.2/dhcpcd-hooks/
10-wpa_supplicant
1
# Start, reconfigure and stop
wpa_supplicant
per wireless interface.
2
# This is needed because
wpa_supplicant
lacks hotplugging of any kind
8
/etc/
wpa_supplicant
/
wpa_supplicant
-"$interface".conf \
9
/etc/
wpa_supplicant
/
wpa_supplicant
.conf \
10
/etc/
wpa_supplicant
-"$interface".conf \
11
/etc/
wpa_supplicant
.conf \
19
: ${wpa_supplicant_conf:=/etc/
wpa_supplicant
.conf}
49
syslog warn "not interacting with
wpa_supplicant
(8)
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Makefile
8
FILES +=
wpa_supplicant
.conf
9
FILES +=
wpa_supplicant
24
rm -f wpa_background.8 wpa_cli.8 wpa_gui.8 wpa_passphrase.8 wpa_priv.8
wpa_supplicant
.8 eapol_test.8
25
rm -f
wpa_supplicant
.conf.5
/hardware/broadcom/wlan/bcmdhd/config/
Android.mk
22
include external/wpa_supplicant_8/
wpa_supplicant
/wpa_supplicant_conf.mk
25
include external/wpa_supplicant_6/
wpa_supplicant
/wpa_supplicant_conf.mk
27
include external/
wpa_supplicant
/wpa_supplicant_conf.mk
Completed in 522 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>