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 <jouni@codeaurora.org>
This commit is contained in:
parent
1326cb7653
commit
bbde461d7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue