HomeSort by relevance Sort by last modified time
    Searched refs:hostapd (Results 1 - 25 of 26) sorted by null

1 2

  /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
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...]
Makefile 67 OBJS += ../src/ap/hostapd.o
110 CFLAGS += -DPACKAGE="hostapd" -DWPA_TRACE_BFD
196 # Define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
1005 ALL=hostapd hostapd_cli
1032 echo 'Building hostapd requires a configuration file'; \
1044 ../src/drivers/build.hostapd:
1048 @touch ../src/drivers/build.hostapd
1050 BCHECK=../src/drivers/build.hostapd
1052 hostapd: $(BCHECK) $(OBJS)
1053 $(Q)$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS
    [all...]
Android.mk 25 L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
39 L_CFLAGS += -DCONFIG_CTRL_IFACE_DIR=\"/data/system/hostapd\"
79 OBJS += src/ap/hostapd.c
181 # Define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
974 LOCAL_MODULE := hostapd
  /external/wpa_supplicant_8/src/drivers/
Makefile 6 rm -f build.wpa_supplicant build.hostapd
driver_nl80211.h 136 unsigned int hostapd:1; member in struct:wpa_driver_nl80211_data
driver_nl80211_scan.c 280 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
  /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/libweave/examples/
prerequisites.sh 18 hostapd \
  /external/autotest/client/site_tests/network_8021xEapDetection/
network_8021xEapDetection.py 17 Runs hostapd on one side of an ethernet pair, and shill on the other.
18 Ensures that shill detects an EAP request frame sent by hostapd.
56 interface=ethernet_pair.interface_name) as hostapd:
57 # Wait for hostapd to initialize.
59 if not hostapd.running():
60 raise error.TestFail('hostapd process exited.')
62 hostapd.send_eap_packets()
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 19 Runs hostapd on one side of an ethernet pair, and shill on the other.
113 interface=ethernet_pair.interface_name) as hostapd:
114 # Wait for hostapd to initialize.
116 if not hostapd.running():
117 raise error.TestFail('hostapd process exited.')
120 hostapd.send_eap_packets()
125 if not hostapd.client_has_authenticated(client_mac_address):
129 if hostapd.client_has_logged_off(client_mac_address):
140 if not hostapd.client_has_logged_off(client_mac_address):
  /external/wpa_supplicant_8/
Android.mk 8 include $(LOCAL_PATH)/hostapd/Android.mk \
  /external/wpa_supplicant_8/src/ap/
Makefile 36 hostapd.o \
  /device/generic/armv7-a-neon/
mini_common.mk 44 hostapd \
  /device/linaro/hikey/
device.mk 45 PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd
  /device/asus/fugu/
device.mk 219 hostapd \
  /device/google/dragon/
device.mk 59 hostapd \
  /device/htc/flounder/
device.mk 19 hostapd \
75 hostapd \
  /device/moto/shamu/
device.mk 126 hostapd \
init.shamu.rc 315 #Create directory for hostapd
316 mkdir /data/hostapd 0770 system wifi
  /system/sepolicy/
file_contexts 197 /system/bin/hostapd u:object_r:hostapd_exec:s0
293 /data/misc/wifi/hostapd(/.*)? u:object_r:wpa_socket:s0
  /device/huawei/angler/
device.mk 256 hostapd \
  /device/lge/bullhead/
device.mk 229 hostapd \

Completed in 468 milliseconds

1 2