OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostapd
(Results
1 - 13
of
13
) sorted by null
/external/wpa_supplicant_8/hostapd/logwatch/
hostapd.conf
1
# Logwatch configuration for
hostapd
7
Title = "
hostapd
"
9
*OnlyService =
hostapd
hostapd
3
# Logwatch script for
hostapd
15
my %
hostapd
;
19
print STDERR "\n\nDEBUG: Inside
HOSTAPD
Filter\n\n";
34
$
hostapd
{$iface}->{$mac}->{$layer}->{$details}++;
40
if (keys %
hostapd
) {
41
foreach my $iface (sort keys %
hostapd
) {
43
foreach my $mac (sort keys %{$
hostapd
{$iface}}) {
45
foreach my $layer (sort keys %{$
hostapd
{$iface}->{$mac}}) {
47
foreach my $details (sort keys %{$
hostapd
{$iface}->{$mac}->{$layer}}) {
49
my $count = $
hostapd
{$iface}->{$mac}->{$layer}->{$details}
[
all
...]
/external/wpa_supplicant_8/hostapd/
wired.conf
0
#####
hostapd
configuration file ##############################################
4
# Example configuration file for wired authenticator. See
hostapd
.conf for
12
dump_file=/tmp/
hostapd
.dump
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
27
#
hostapd
event logger configuration
55
dump_file=/tmp/
hostapd
.dump
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
[
all
...]
Makefile
38
OBJS += ../src/ap/
hostapd
.o
713
# define CONFIG_FULL_DYNAMIC_VLAN to have
hostapd
manipulate bridges
747
ALL=
hostapd
hostapd_cli
764
echo 'Building
hostapd
requires a configuration file'; \
775
../src/drivers/build.
hostapd
:
779
@touch ../src/drivers/build.
hostapd
781
BCHECK=../src/drivers/build.
hostapd
783
hostapd
: $(BCHECK) $(OBJS)
784
$(Q)$(CC) $(LDFLAGS) -o
hostapd
$(OBJS) $(LIBS)
833
rm -f core *~ *.o
hostapd
hostapd_cli nt_password_hash hlr_auc_g
[
all
...]
Android.mk
17
L_CFLAGS += -DANDROID_LOG_NAME=\"
hostapd
\"
64
OBJS += src/ap/
hostapd
.c
747
# define CONFIG_FULL_DYNAMIC_VLAN to have
hostapd
manipulate bridges
804
LOCAL_MODULE :=
hostapd
/external/wpa_supplicant_8/src/drivers/
Makefile
6
rm -f build.wpa_supplicant build.
hostapd
/build/target/product/
large_emu_hw.mk
46
hostapd
\
generic_no_telephony.mk
47
hostapd
\
/external/wpa_supplicant_6/wpa_supplicant/
Android.mk
631
OBJS_h +=
hostapd
/eapol_sm.c
632
OBJS_h +=
hostapd
/ieee802_1x.c
636
OBJS_h +=
hostapd
/wpa.c
637
OBJS_h +=
hostapd
/wpa_auth_ie.c
639
OBJS_h +=
hostapd
/wpa_ft.c
642
OBJS_h +=
hostapd
/peerkey.c
Makefile
610
OBJS_h += ../
hostapd
/eapol_sm.o
611
OBJS_h += ../
hostapd
/ieee802_1x.o
615
OBJS_h += ../
hostapd
/wpa.o
616
OBJS_h += ../
hostapd
/wpa_auth_ie.o
618
OBJS_h += ../
hostapd
/wpa_ft.o
621
OBJS_h += ../
hostapd
/peerkey.o
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
653
OBJS += ../src/ap/
hostapd
.o
1354
@if [ -f ../src/drivers/build.
hostapd
]; then \
[
all
...]
/external/wpa_supplicant/
Makefile
10
CFLAGS += -I. -I../utils -I../
hostapd
Completed in 169 milliseconds