From 8d21a396159bfcbeb97160a1ed71fe2266b5dfe4 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 22 Aug 2017 12:06:24 +0200 Subject: [PATCH] Enable hostapd CLI --- .../hostapd-realtek/debian/config/hostapd.conf | 6 +++++- .../extras-buildpkgs/hostapd/debian/config/hostapd.conf | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/extras-buildpkgs/hostapd-realtek/debian/config/hostapd.conf b/packages/extras-buildpkgs/hostapd-realtek/debian/config/hostapd.conf index c818ab6768..edd70bc5da 100644 --- a/packages/extras-buildpkgs/hostapd-realtek/debian/config/hostapd.conf +++ b/packages/extras-buildpkgs/hostapd-realtek/debian/config/hostapd.conf @@ -36,4 +36,8 @@ noscan=1 #5 Ghz example config #hw_mode=a #channel=108 -#ht_capab=[HT40+][SHORT-GI-40][DSSS_CCK-40] \ No newline at end of file +#ht_capab=[HT40+][SHORT-GI-40][DSSS_CCK-40] + +# controlling enabled +ctrl_interface=/var/run/hostapd +ctrl_interface_group=0 \ No newline at end of file diff --git a/packages/extras-buildpkgs/hostapd/debian/config/hostapd.conf b/packages/extras-buildpkgs/hostapd/debian/config/hostapd.conf index 38a35b7f02..fc84e512d1 100644 --- a/packages/extras-buildpkgs/hostapd/debian/config/hostapd.conf +++ b/packages/extras-buildpkgs/hostapd/debian/config/hostapd.conf @@ -42,4 +42,8 @@ noscan=1 #ieee80211ac=1 #vht_capab=[MAX-MPDU-11454][RXLDPC][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][MAX-A-MPDU-LEN-EXP3][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN] #vht_oper_chwidth=1 -#vht_oper_centr_freq_seg0_idx=42 \ No newline at end of file +#vht_oper_centr_freq_seg0_idx=42 + +# controlling enabled +ctrl_interface=/var/run/hostapd +ctrl_interface_group=0 \ No newline at end of file