HomeSort by relevance Sort by last modified time
    Searched refs:hostapd (Results 1 - 15 of 15) 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
735 # define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
780 ALL=hostapd hostapd_cli
797 echo 'Building hostapd requires a configuration file'; \
808 ../src/drivers/build.hostapd:
812 @touch ../src/drivers/build.hostapd
814 BCHECK=../src/drivers/build.hostapd
816 hostapd: $(BCHECK) $(OBJS)
817 $(Q)$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS)
864 rm -f core *~ *.o hostapd hostapd_cli nt_password_hash hlr_auc_g
    [all...]
Android.mk 25 L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
69 OBJS += src/ap/hostapd.c
754 # define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
818 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 44 hostapd \
generic_no_telephony.mk 44 hostapd \
mini.mk 156 hostapd \
  /hardware/ti/wlan/mac80211/config/
hostapd.conf 6 dump_file=/data/misc/wifi/hostapd.dump
Android.mk 31 LOCAL_MODULE := hostapd.conf
  /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 687 OBJS += ../src/ap/hostapd.o
1402 @if [ -f ../src/drivers/build.hostapd ]; then \
    [all...]

Completed in 230 milliseconds