Merge "qca-wifi: Add cfg80211tool support to print CM SM history"

Este commit está contenido en:
Linux Build Service Account
2020-12-11 05:06:54 -08:00
cometido por Gerrit - the friendly Code Review server

Ver fichero

@@ -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 {
@@ -2260,6 +2265,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[] = {