X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fhostapd%2Fpatches%2F370-ap_sta_support.patch;h=a77d4c92e6d7fa7711338c82aba27b7e44248afe;hb=e8cb7d30e9a7fa08909b25b04e20971cdece0874;hp=04c52a2b5c132930f1f8651998552da1cb842053;hpb=b67af71181daac3b502fd58d04c021615a23ea39;p=librecmc%2Flibrecmc.git diff --git a/package/network/services/hostapd/patches/370-ap_sta_support.patch b/package/network/services/hostapd/patches/370-ap_sta_support.patch index 04c52a2b5c..a77d4c92e6 100644 --- a/package/network/services/hostapd/patches/370-ap_sta_support.patch +++ b/package/network/services/hostapd/patches/370-ap_sta_support.patch @@ -114,7 +114,7 @@ wpa_s->new_connection = 1; wpa_drv_set_operstate(wpa_s, 0); #ifndef IEEE8021X_EAPOL -@@ -4623,6 +4676,20 @@ static int wpa_supplicant_init_iface(str +@@ -4646,6 +4699,20 @@ static int wpa_supplicant_init_iface(str sizeof(wpa_s->bridge_ifname)); } @@ -135,7 +135,7 @@ /* RSNA Supplicant Key Management - INITIALIZE */ eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE); eapol_sm_notify_portValid(wpa_s->eapol, FALSE); -@@ -4914,6 +4981,11 @@ static void wpa_supplicant_deinit_iface( +@@ -4937,6 +5004,11 @@ static void wpa_supplicant_deinit_iface( if (terminate) wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TERMINATING); @@ -199,7 +199,7 @@ " -g = global ctrl_interface\n" " -G = global ctrl_interface group\n" " -h = show this help text\n" -+ " -H = connect to a hostapd instance to manage state changes\n" ++ " -H = connect to a hostapd instance to manage state changes\n" " -i = interface name\n" " -I = additional configuration file\n" " -K = include keys (passwords, etc.) in debug output\n" @@ -228,7 +228,7 @@ u8 ssid[SSID_MAX_LEN]; /** Length of SSID */ size_t ssid_len; -+ /** HT caapbilities */ ++ /** HT capabilities */ + u16 ht_capab; + /* Five octets of HT Operation Information */ + u8 ht_param;