From: Jouni Malinen Date: Mon, 8 Apr 2019 20:42:12 +0000 (+0300) Subject: Fix a typo in the Multiple BSSID Index element ID define X-Git-Tag: hostap_2_8~128 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbde461d7ecd2b7185943cf4e0649ecf2b0ef106;p=thirdparty%2Fhostap.git Fix a typo in the Multiple BSSID Index element ID define This was not used anywhere, so just rename the define to fix the typo. Signed-off-by: Jouni Malinen --- diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h index b285d13a7..adaa89310 100644 --- a/src/common/ieee802_11_defs.h +++ b/src/common/ieee802_11_defs.h @@ -334,7 +334,7 @@ #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