| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/hostapd/ |
| H A D | hostapd_2.10.bb | 2 HOMEPAGE = "http://w1.fi/hostapd/" 5 LIC_FILES_CHKSUM = "file://hostapd/README;md5=c905478466c90f1cefc0df987c40e172" 10 http://w1.fi/releases/hostapd-${PV}.tar.gz \ 13 file://hostapd.service \ 19 S = "${WORKDIR}/hostapd-${PV}" 20 B = "${WORKDIR}/hostapd-${PV}/hostapd" 26 INITSCRIPT_NAME = "hostapd" 28 SYSTEMD_SERVICE:${PN} = "hostapd.service" 43 install -m 0644 ${B}/hostapd.conf ${D}${sysconfdir} 44 install -m 0755 ${B}/hostapd ${D}${sbindir} [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | ap_sta.sh | 14 cat hostapd.conf.AES.template | sed -s s/HOSTAPD_IF/$1/g | sed -s s/TestAP/$3/g > hostapd.conf; 16 cat hostapd.conf.AES.template | sed -s s/HOSTAPD_IF/$1/g > hostapd.conf; 19 hostapd hostapd.conf
|
| H A D | ap-no_sec.sh | 21 cat hostapd.conf.NO_SEC.template | sed -s s/HOSTAPD_IF/$SSV_WLAN/g > hostapd.conf 22 hostapd hostapd.conf
|
| H A D | ap2-aes.sh | 26 cat hostapd.conf.AES.template | sed -s s/HOSTAPD_IF/$SSV_WLAN/g > hostapd.conf 27 hostapd hostapd.conf
|
| H A D | ap-tkip.sh | 37 cat hostapd.conf.TKIP.template | sed -s s/HOSTAPD_IF/$SSV_WLAN/g > hostapd.conf 50 hostapd hostapd.conf
|
| H A D | ap-aes.sh | 39 cat hostapd.conf.AES.template | sed -s s/HOSTAPD_IF/$SSV_WLAN/g | sed -s s/TestAP/$ap_name/g > host… 52 /usr/sbin/hostapd hostapd.conf
|
| H A D | hostapd.conf.AES.template | 1 ##### 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 54 # Interface for separate control program. If this is specified, hostapd 58 # multiple hostapd processes/interfaces can be run at the same time if more 60 # /var/run/hostapd is the recommended directory for sockets and by default, 61 # hostapd_cli will use it when trying to connect with hostapd. 62 ctrl_interface=/var/run/hostapd [all …]
|
| H A D | hostapd.conf.TKIP.template | 1 ##### 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 54 # Interface for separate control program. If this is specified, hostapd 58 # multiple hostapd processes/interfaces can be run at the same time if more 60 # /var/run/hostapd is the recommended directory for sockets and by default, 61 # hostapd_cli will use it when trying to connect with hostapd. 62 ctrl_interface=/var/run/hostapd [all …]
|
| H A D | hostapd.conf.template | 1 ##### 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 54 # Interface for separate control program. If this is specified, hostapd 58 # multiple hostapd processes/interfaces can be run at the same time if more 60 # /var/run/hostapd is the recommended directory for sockets and by default, 61 # hostapd_cli will use it when trying to connect with hostapd. 62 ctrl_interface=/var/run/hostapd [all …]
|
| H A D | hostapd.conf.NO_SEC.template | 1 ##### 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 54 # Interface for separate control program. If this is specified, hostapd 58 # multiple hostapd processes/interfaces can be run at the same time if more 60 # /var/run/hostapd is the recommended directory for sockets and by default, 61 # hostapd_cli will use it when trying to connect with hostapd. 62 ctrl_interface=/var/run/hostapd [all …]
|
| H A D | unload_ap.sh | 3 hostapd_pid=`pgrep hostapd`
|
| /OK3568_Linux_fs/buildroot/package/hostapd/ |
| H A D | hostapd.mk | 9 HOSTAPD_SUBDIR = hostapd 34 HOSTAPD_SELINUX_MODULES = hostapd 140 cp $(@D)/hostapd/defconfig $(HOSTAPD_CONFIG) 155 $(INSTALL) -m 0755 -D $(@D)/$(HOSTAPD_SUBDIR)/hostapd \ 156 $(TARGET_DIR)/usr/sbin/hostapd 159 $(INSTALL) -m 0644 -D $(@D)/$(HOSTAPD_SUBDIR)/hostapd.conf \ 160 $(TARGET_DIR)/etc/hostapd.conf
|
| H A D | Config.in | 2 bool "hostapd" 13 http://w1.fi/hostapd/ 59 causing hostapd to use the standard one which doesn't work 71 comment "hostapd EAP needs a toolchain w/ dynamic library" 99 This enables hostapd to automatically create
|
| H A D | hostapd.hash | 2 sha256 881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9db2bd7 hostapd-2.9.tar.gz
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/ |
| H A D | hostapd.service | 7 PIDFile=/run/hostapd.pid 8 ExecStart=@SBINDIR@/hostapd @SYSCONFDIR@/hostapd.conf -P /run/hostapd.pid -B
|
| H A D | init | 2 DAEMON=/usr/sbin/hostapd 3 NAME=hostapd
|
| H A D | defconfig | 1 # Example hostapd build time configuration 4 # hostapd binary. All lines starting with # are ignored. Configuration option 30 # newer libnl version and point the hostapd build to use it. 135 # Use the hostapd's IEEE 802.11 authentication (ACL), but without 146 # This can be used to reduce the size of the hostapd considerably if debugging
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/bin/ |
| H A D | fltest_hostapd.sh | 8 cnt1=`ps aux | grep hostapd | grep -v grep | wc -l` 10 killall hostapd > /dev/null 23 hostapd /etc/hostapd-2.4g.conf &
|
| H A D | fltest_wifi.sh | 3 cnt1=`ps aux | grep hostapd | grep -v grep | wc -l` 5 killall hostapd > /dev/null
|
| /OK3568_Linux_fs/kernel/Documentation/networking/mac80211_hwsim/ |
| H A D | mac80211_hwsim.rst | 23 hostapd and wpa_supplicant) in a way that matches very closely with 29 to test their code and work with new features to mac80211, hostapd, 59 associates with the AP. hostapd and wpa_supplicant are used to take 60 care of WPA2-PSK authentication. In addition, hostapd is also 71 # Run hostapd (AP) for wlan0 72 hostapd hostapd.conf
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/template/ |
| H A D | hostapd.conf | 55 dump_file=/tmp/hostapd.dump 65 ctrl_interface=/var/run/hostapd
|
| /OK3568_Linux_fs/buildroot/package/wpa_supplicant/ |
| H A D | Config.in | 66 access point much like hostapd does with a limited feature 67 set. This links in parts of hostapd functionality into 69 a separate hostapd binary in some applications hence being
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_main.c | 612 if (!local->hostapd && dev == local->dev && in prism2_close() 944 if (local->hostapd == val) in hostap_set_hostapd() 950 local->hostapd = 1; in hostap_set_hostapd() 952 local->hostapd = 0; in hostap_set_hostapd() 955 local->hostapd = 1; in hostap_set_hostapd()
|
| /OK3568_Linux_fs/buildroot/board/olimex/imx233_olinuxino/ |
| H A D | readme.txt | 4 one or more of: hostapd, iw, wireless_tools and/or wpa_supplicant.
|
| /OK3568_Linux_fs/buildroot/dl/hostapd/ |
| H A D | 0002-WPS-UPnP-Fix-event-message-generation-using-a-long-U.patch | 9 buffer overflow checks terminating the hostapd process. Fix this by
|