From 36a995c5104c317622ec622c259d29e2fb93867c Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Mon, 27 May 2024 19:46:19 +0800 Subject: [PATCH] update hostapd conf --- configs/hostapd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/hostapd.conf b/configs/hostapd.conf index ae9c40a..c524c21 100644 --- a/configs/hostapd.conf +++ b/configs/hostapd.conf @@ -12,4 +12,4 @@ wpa=2 wpa_passphrase=1234567890 wpa_key_mgmt=WPA-PSK wpa_pairwise=CCMP -rsn_pairwise= \ No newline at end of file +rsn_pairwise=CCMP \ No newline at end of file