We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wifi adapter Identified with nmcli I adapted the following changes from: https://github.com/offlinehacker/docker-ap ''' diff --git a/templates/hostapd.template b/templates/hostapd.template index 9ce1549..f47831e 100644 --- a/templates/hostapd.template +++ b/templates/hostapd.template @@ -1,3 +1,11 @@ +driver=nl80211 +wpa_pairwise=CCMP +rsn_pairwise=CCMP +wpa_ptk_rekey=600 +ieee80211n=1 +ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40] +wmm_enabled=1 +#end PT changes ssid=_SSID interface=_IFACE hw_mode=_HW_MODE '''
The text was updated successfully, but these errors were encountered:
No branches or pull requests
wifi adapter Identified with nmcli
I adapted the following changes from: https://github.com/offlinehacker/docker-ap
'''
diff --git a/templates/hostapd.template b/templates/hostapd.template
index 9ce1549..f47831e 100644
--- a/templates/hostapd.template
+++ b/templates/hostapd.template
@@ -1,3 +1,11 @@
+driver=nl80211
+wpa_pairwise=CCMP
+rsn_pairwise=CCMP
+wpa_ptk_rekey=600
+ieee80211n=1
+ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40]
+wmm_enabled=1
+#end PT changes
ssid=_SSID
interface=_IFACE
hw_mode=_HW_MODE
'''
The text was updated successfully, but these errors were encountered: