|
@@ -785,6 +785,11 @@ enum {
|
|
|
IEEE80211_PARAM_PEER_AUTHORIZE = 724, /* Enable port authorization */
|
|
|
IEEE80211_PARAM_FWD_ACTION_FRAMES_TO_APP = 725, /* Forward 11k/v frames to Hostapd instead of handling in driver */
|
|
|
IEEE80211_PARAM_WNM_STATS = 726, /* WNM Stats */
|
|
|
+#ifdef FEATURE_CM_ENABLE
|
|
|
+#if SM_ENG_HIST_ENABLE
|
|
|
+ IEEE80211_PARAM_CM_HISTORY = 727, /* Print Connection SM history */
|
|
|
+#endif
|
|
|
+#endif
|
|
|
};
|
|
|
|
|
|
enum {
|
|
@@ -2258,6 +2263,12 @@ struct vendor_commands vap_vendor_cmds[] = {
|
|
|
{"g_fwd_act_app", IEEE80211_PARAM_FWD_ACTION_FRAMES_TO_APP, GET_PARAM, 0},
|
|
|
{"wnmstats", IEEE80211_PARAM_WNM_STATS, SET_PARAM, 1},
|
|
|
{"get_wnmstats", IEEE80211_PARAM_WNM_STATS, GET_PARAM, 0},
|
|
|
+#ifdef FEATURE_CM_ENABLE
|
|
|
+#if SM_ENG_HIST_ENABLE
|
|
|
+ {"cm_history", IEEE80211_PARAM_CM_HISTORY, GET_PARAM, 0},
|
|
|
+#endif
|
|
|
+#endif
|
|
|
+
|
|
|
};
|
|
|
|
|
|
struct vendor_commands radio_vendor_cmds[] = {
|