[NEUS7920-477] [9610] wlbt: nlcommands in kernel and supplicant should match
authorMohit Ghuley <mohit.ghuley@samsung.com>
Mon, 17 Sep 2018 05:39:30 +0000 (11:09 +0530)
committerKim Gunho <gunho.kim@samsung.com>
Fri, 28 Jun 2019 14:45:58 +0000 (23:45 +0900)
nl_commands in include/uapi/linux/nl80211.h and /src/driver/nl80211_copy.h
should match

SCSC-Bug-Id: SSB-52783

Change-Id: Ic45d90f2a52d54f764a2e4064b010d8d66efee03
Signed-off-by: Mohit Ghuley <mohit.ghuley@samsung.com>
include/uapi/linux/nl80211.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 3b45663..e1c2447
@@ -1205,9 +1205,23 @@ enum nl80211_commands {
 
        NL80211_CMD_SET_PMK,
        NL80211_CMD_DEL_PMK,
-#ifdef CONFIG_CFG80211_SLSI_SAE
+       NL80211_CMD_PORT_AUTHORIZED,
+
+       NL80211_CMD_RELOAD_REGDB,
+
        NL80211_CMD_EXTERNAL_AUTH,
-#endif
+
+       NL80211_CMD_STA_OPMODE_CHANGED,
+
+       NL80211_CMD_CONTROL_PORT_FRAME,
+
+       NL80211_CMD_GET_FTM_RESPONDER_STATS,
+
+       NL80211_CMD_PEER_MEASUREMENT_START,
+       NL80211_CMD_PEER_MEASUREMENT_RESULT,
+       NL80211_CMD_PEER_MEASUREMENT_COMPLETE,
+
+       NL80211_CMD_NOTIFY_RADAR,
        /* add new commands above here */
 
        /* used to define NL80211_CMD_MAX below */