]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in the Multiple BSSID Index element ID define
authorJouni Malinen <jouni@codeaurora.org>
Mon, 8 Apr 2019 20:42:12 +0000 (23:42 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 8 Apr 2019 20:42:12 +0000 (23:42 +0300)
This was not used anywhere, so just rename the define to fix the typo.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/ieee802_11_defs.h

index b285d13a7d9b21aa71e107a4198e8fdd906391db..adaa8931093ee98692555f7333e1b5279d85dcc7 100644 (file)
 #define WLAN_EID_LOCATION_PARAMETERS 82
 #define WLAN_EID_NONTRANSMITTED_BSSID_CAPA 83
 #define WLAN_EID_SSID_LIST 84
-#define WLAN_EID_MLTIPLE_BSSID_INDEX 85
+#define WLAN_EID_MULTIPLE_BSSID_INDEX 85
 #define WLAN_EID_FMS_DESCRIPTOR 86
 #define WLAN_EID_FMS_REQUEST 87
 #define WLAN_EID_FMS_RESPONSE 88