mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cli
SVN-Revision: 14039
This commit is contained in:
parent
65f21ce0d3
commit
aa59a08b45
@ -85,6 +85,7 @@ hostapd_setup_vif() {
|
||||
;;
|
||||
esac
|
||||
cat > /var/run/hostapd-$ifname.conf <<EOF
|
||||
ctrl_interface=/var/run/hostapd-$ifname
|
||||
driver=$driver
|
||||
interface=$ifname
|
||||
hw_mode=${hwmode:-g}
|
||||
|
@ -58,6 +58,7 @@ wpa_supplicant_setup_vif() {
|
||||
config_get bridge "$vif" bridge
|
||||
config_get ssid "$vif" ssid
|
||||
cat > /var/run/wpa_supplicant-$ifname.conf <<EOF
|
||||
ctrl_interface=/var/run/wpa_supplicant-$ifname
|
||||
network={
|
||||
scan_ssid=1
|
||||
ssid="$ssid"
|
||||
|
Loading…
Reference in New Issue
Block a user