OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hostapd
(Results
51 - 75
of
244
) sorted by null
1
2
3
4
5
6
7
8
9
10
/system/sepolicy/
netd.te
38
# Needed to update /data/misc/wifi/
hostapd
.conf
49
# Allow netd to spawn
hostapd
in it's own domain
50
domain_auto_trans(netd, hostapd_exec,
hostapd
)
51
allow netd
hostapd
:process signal;
/external/wpa_supplicant_8/hostapd/
ChangeLog
1
ChangeLog for
hostapd
71
* expire
hostapd
STA entry if kernel does not have a matching entry
156
- add minimal RADIUS accounting server support (
hostapd
-as-server);
199
* allow single
hostapd
process to control independent WPS interfaces
216
through the
hostapd
control interface
243
frames (only with drivers using
hostapd
SME/MLME)
301
* added
hostapd
.conf parameter vendor_elements to allow arbitrary vendor
307
correctly; invalid messages could have caused the
hostapd
process to
321
* Add channel selection support in
hostapd
. See
hostapd
.conf
[
all
...]
wps-ap-nfc.py
3
# Example nfcpy to
hostapd
wrapper for WPS NFC operations
23
wpas_ctrl = '/var/run/
hostapd
'
46
print "Could not find
hostapd
: ", error
50
print "No
hostapd
control interface found"
149
summary("Could not get handover select carrier record from
hostapd
")
151
print "Handover select carrier record from
hostapd
:"
179
summary("WPS tag - send to
hostapd
")
211
summary("Could not get WPS config token from
hostapd
")
224
summary("Could not get WPS password token from
hostapd
")
270
parser = argparse.ArgumentParser(description='nfcpy to
hostapd
integration for WPS NFC operations'
[
all
...]
README
0
hostapd
- user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
54
Originally,
hostapd
was an optional user space component for Host AP
85
committed when
hostapd
v0.3.0 was released)
92
In order to be able to build
hostapd
, you will need to create a build
135
User space daemon,
hostapd
, includes Authenticator functionality. It
141
Authentication Server.
hostapd
supports RADIUS encapsulation of EAP
143
FreeRADIUS (http://www.freeradius.org/). The Authenticator in
hostapd
165
configuration file (
hostapd
/
hostapd
.conf) that can be used as a basis
167
options and short description of each option.
hostapd
should be starte
[
all
...]
hostapd.conf
0
#####
hostapd
configuration file ##############################################
9
# configuration parameter, bridge, may be used to notify
hostapd
if the
16
# added to the bridge automatically (brctl may refuse to do this before
hostapd
23
# Use driver=none if building
hostapd
as a standalone RADIUS server that does
30
#
hostapd
event logger configuration
57
# Interface for separate control program. If this is specified,
hostapd
61
# multiple
hostapd
processes/interfaces can be run at the same time if more
63
# /var/run/
hostapd
is the recommended directory for sockets and by default,
64
# hostapd_cli will use it when trying to connect with
hostapd
.
65
ctrl_interface=/var/run/
hostapd
[
all
...]
/external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c
2
*
hostapd
/ TKIP countermeasures
15
#include "
hostapd
.h"
p2p_hostapd.c
2
*
hostapd
/ P2P integration
14
#include "
hostapd
.h"
Makefile
36
hostapd
.o \
ap_list.h
2
*
hostapd
/ AP table
bss_load.c
13
#include "
hostapd
.h"
hw_features.h
2
*
hostapd
/ Hardware feature query and different modes
pmksa_cache_auth.h
2
*
hostapd
- PMKSA cache for IEEE 802.11i RSN
vlan_ifconfig.c
2
*
hostapd
/ VLAN ifconfig helpers
/system/connectivity/apmanager/init/
apmanager.conf
36
mkdir -m 0755 -p /var/run/apmanager/
hostapd
38
chown -R apmanager:apmanager /var/run/apmanager/
hostapd
/external/autotest/server/
site_linux_router.py
86
wireless device. We also assume
hostapd
0.7.x and iw are present
97
HOSTAPD_CONF_FILE_PATTERN = '/tmp/
hostapd
-test-%s.conf'
98
HOSTAPD_LOG_FILE_PATTERN = '/tmp/
hostapd
-test-%s.log'
99
HOSTAPD_STDERR_LOG_FILE_PATTERN = '/tmp/
hostapd
-stderr-test-%s.log'
100
HOSTAPD_CONTROL_INTERFACE_PATTERN = '/tmp/
hostapd
-test-%s.ctrl'
170
'/usr/sbin/
hostapd
', host=self.host)
187
#
hostapd
configuration persists throughout the test, subsequent
203
# Kill
hostapd
and dhcp server if already running.
204
self._kill_process_instance('
hostapd
', timeout_seconds=30)
222
# dnsmasq and
hostapd
cause interesting events to go to system logs
[
all
...]
/system/connectivity/apmanager/
config.h
51
// Generate a config file string for a
hostapd
instance. Populate
94
// Keys used in
hostapd
config file.
116
// Hardware mode value for
hostapd
config file.
121
// Default
hostapd
configuration values. User will not be able to configure
147
// Append default
hostapd
configurations to the config file.
161
// Interface selected for
hostapd
.
service.h
87
// Return true if
hostapd
process is currently running.
90
// Start
hostapd
process. Return true if process is created/started
94
// Stop the running
hostapd
process. Sending it a SIGTERM signal first, then
/external/wpa_supplicant_8/hs20/server/
hs20-osu-server.txt
58
#
hostapd
as RADIUS server
59
cd
hostapd
79
make
hostapd
hlr_auc_gw
80
cp
hostapd
hlr_auc_gw /home/user/hs20-server/AS
171
./
hostapd
-B as-sql.conf
179
#
hostapd
-radius config for the radius used by the OSEN AP
186
ctrl_interface=/var/run/
hostapd
189
eap_user_file=/home/user/hs20-server/AS/
hostapd
-osen.eap_user
201
The /home/user/hs20-server/AS/
hostapd
-osen.eap_user file should look
205
# cat
hostapd
-osen.eap_use
[
all
...]
/external/autotest/client/site_tests/apmanager_CheckAPProcesses/
apmanager_CheckAPProcesses.py
63
self._verify_process('
hostapd
', True)
66
self._verify_process('
hostapd
', False)
/device/google/marlin/sepolicy/
domain.te
39
-
hostapd
/external/autotest/server/site_tests/network_WiFi_OverlappingBSSScan/
control
20
test both that the client performs the scan (by monitoring the
hostapd
/external/wpa_supplicant_8/
COPYING
1
wpa_supplicant and
hostapd
NOTICE
1
wpa_supplicant and
hostapd
/external/wpa_supplicant_8/src/common/
wpa_ctrl.h
2
* wpa_supplicant/
hostapd
control interface library
237
/*
hostapd
control interface - fixed message prefixes */
326
/* wpa_supplicant/
hostapd
control interface access */
329
* wpa_ctrl_open - Open a control interface to wpa_supplicant/
hostapd
333
* This function is used to open a control interface to wpa_supplicant/
hostapd
.
334
* ctrl_path is usually /var/run/wpa_supplicant or /var/run/
hostapd
. This path
335
* is configured in wpa_supplicant/
hostapd
and other programs using the control
341
* wpa_ctrl_open2 - Open a control interface to wpa_supplicant/
hostapd
347
* This function is used to open a control interface to wpa_supplicant/
hostapd
349
* ctrl_path is usually /var/run/wpa_supplicant or /var/run/
hostapd
and clien
[
all
...]
/external/wpa_supplicant_8/src/utils/
build_config.h
2
* wpa_supplicant/
hostapd
- Build time configuration defines
Completed in 621 milliseconds
1
2
3
4
5
6
7
8
9
10