HomeSort by relevance Sort by last modified time
    Searched refs:hostapd (Results 1 - 25 of 42) 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/
hostapd.android.rc 2 # init.rc fragment for hostapd on Android
11 mkdir /data/vendor/wifi/hostapd 0770 wifi wifi
12 mkdir /data/vendor/wifi/hostapd/sockets 0770 wifi wifi
14 service hostapd /vendor/bin/hw/hostapd
15 interface android.hardware.wifi.hostapd@1.0::IHostapd default
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 ##############################################
11 # configuration parameter, bridge, may be used to notify hostapd if the
18 # added to the bridge automatically (brctl may refuse to do this before hostapd
25 # Use driver=none if building hostapd as a standalone RADIUS server that does
32 # hostapd event logger configuration
59 # Interface for separate control program. If this is specified, hostapd
63 # multiple hostapd processes/interfaces can be run at the same time if more
65 # /var/run/hostapd is the recommended directory for sockets and by default,
66 # hostapd_cli will use it when trying to connect with hostapd.
67 ctrl_interface=/var/run/hostapd
    [all...]
Makefile 67 OBJS += ../src/ap/hostapd.o
120 CFLAGS += -DPACKAGE="hostapd" -DWPA_TRACE_BFD
206 # Define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
1161 ALL=hostapd hostapd_cli
1188 echo 'Building hostapd requires a configuration file'; \
1200 ../src/drivers/build.hostapd:
1204 @touch ../src/drivers/build.hostapd
1206 BCHECK=../src/drivers/build.hostapd
1208 hostapd: $(BCHECK) $(OBJS)
1209 $(Q)$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS
    [all...]
Android.mk 25 L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
49 L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/vendor/wifi/hostapd/sockets\"
50 L_CFLAGS += -DCONFIG_CTRL_IFACE_DIR=\"/data/vendor/wifi/hostapd/ctrl\"
53 L_CFLAGS += -DCONFIG_HOSTAPD_CLI_HISTORY_DIR=\"/data/vendor/wifi/hostapd\"
93 OBJS += src/ap/hostapd.c
197 # Define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
1097 LOCAL_MODULE := hostapd
1116 LOCAL_SHARED_LIBRARIES += android.hardware.wifi.hostapd@1.0
1123 LOCAL_INIT_RC := hostapd.android.rc
1138 hidl/$(HIDL_INTERFACE_VERSION)/hostapd.cp
    [all...]
  /hardware/interfaces/wifi/hostapd/1.0/vts/functional/
hostapd_hidl_test_utils.h 20 #include <android/hardware/wifi/hostapd/1.0/IHostapd.h>
36 android::sp<android::hardware::wifi::hostapd::V1_0::IHostapd> getHostapd();
VtsHalWifiHostapdV1_0TargetTest.cpp 33 registerTestService<android::hardware::wifi::hostapd::V1_0::IHostapd>();
hostapd_hidl_test_utils.cpp 39 using ::android::hardware::wifi::hostapd::V1_0::IHostapd;
40 using ::android::hardware::wifi::hostapd::V1_0::HostapdStatus;
41 using ::android::hardware::wifi::hostapd::V1_0::HostapdStatusCode;
hostapd_hidl_test.cpp 22 #include <android/hardware/wifi/hostapd/1.0/IHostapd.h>
29 using ::android::hardware::wifi::hostapd::V1_0::IHostapd;
30 using ::android::hardware::wifi::hostapd::V1_0::HostapdStatus;
31 using ::android::hardware::wifi::hostapd::V1_0::HostapdStatusCode;
  /hardware/interfaces/wifi/hostapd/1.0/
types.hal 17 package android.hardware.wifi.hostapd@1.0;
19 * Enum values indicating the status of any hostapd operation.
35 * Generic structure to return the status of any hostapd operation.
IHostapd.hal 17 package android.hardware.wifi.hostapd@1.0;
129 * Adds a new access point for hostapd to control.
147 * Removes an existing access point from hostapd.
  /external/wpa_supplicant_8/src/drivers/
Makefile 6 rm -f build.wpa_supplicant build.hostapd
  /external/wpa_supplicant_8/hostapd/hidl/1.0/
hostapd.h 17 #include <android/hardware/wifi/hostapd/1.0/IHostapd.h>
24 #include "ap/hostapd.h"
30 namespace hostapd { namespace in namespace:android::hardware::wifi
35 * Implementation of the hostapd hidl object. This hidl
37 * hostapd.
39 class Hostapd : public V1_0::IHostapd
42 Hostapd(hapd_interfaces* interfaces);
43 ~Hostapd() override = default;
63 DISALLOW_COPY_AND_ASSIGN(Hostapd);
67 } // namespace hostapd
    [all...]
hidl_return_util.h 18 namespace hostapd { namespace in namespace:android::hardware::wifi
40 } // namespace hostapd
hidl.cpp 13 #include "hostapd.h"
25 using android::hardware::wifi::hostapd::V1_0::IHostapd;
26 using android::hardware::wifi::hostapd::V1_0::implementation::Hostapd;
28 // This file is a bridge between the hostapd code written in 'C' and the HIDL
53 service = new Hostapd(interfaces);
  /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 \
  /device/google/marlin/
device-sailfish.mk 77 $(call add-product-sanitizer-module-config,hostapd,never)
device-marlin.mk 77 $(call add-product-sanitizer-module-config,hostapd,never)
  /external/wpa_supplicant_8/src/ap/
Makefile 38 hostapd.o \
  /tools/test/connectivity/acts/framework/acts/controllers/
access_point.py 27 from acts.controllers.ap_lib import hostapd
83 _ApInstance = collections.namedtuple('_ApInstance', ['hostapd', 'subnet'])
132 # the hostapd instance running against the interface.
148 Bring down hostapd if instance is running, bring down all bridge
153 # Unused interfaces such as existing hostapd daemon, guest, mesh
157 self.ssh.run('stop hostapd')
159 self.log.debug('No hostapd running')
175 self.log.exception('Unable to bring down hostapd. Rebooting.')
191 will start up hostapd on that interface. Next a subnet is created for
199 directly into the hostapd config file. Thi
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HostapdHal.java 21 import android.hardware.wifi.hostapd.V1_0.HostapdStatus;
22 import android.hardware.wifi.hostapd.V1_0.HostapdStatusCode;
23 import android.hardware.wifi.hostapd.V1_0.IHostapd;
51 // Hostapd HAL interface objects
209 Log.e(TAG, "Got null IHostapd service. Stopping hostapd HIDL startup");
296 * Registers a death notification for hostapd.
308 * Deregisters a death notification for hostapd.
329 * Handle hostapd death.
359 * Terminate the hostapd daemon.
430 * Returns false if Hostapd is null, and logs failure to call methodSt
    [all...]

Completed in 428 milliseconds

1 2