Skip to content
New issue

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

modifications for "Realtek 802.11n WLAN Adapter" (usb connected) wifi (rtl8192cu) #13

Open
ptimlick opened this issue Jun 16, 2021 · 0 comments

Comments

@ptimlick
Copy link

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
'''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant