qca-wifi: Add cmd support to MSCS Procedures
Adds support to enable/disable Mirrored Streaming Classification Service Procedure in vap level. Change-Id: I2e27f0be294e1792ba9a6ad7a0354515c5ee6cc0 CRs-Fixed: 2687735
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
3266f2044c
commit
7c51af3006
@@ -761,6 +761,7 @@ enum {
|
||||
IEEE80211_PARAM_OCE_TX_POWER = 696, /* Enables tx power to be advertised as OCE attribute in Beacon and Probe response frame */
|
||||
IEEE80211_PARAM_OCE_IP_SUBNET_ID = 697, /* IP subnet identifier value to be advertised as OCE attribute in Beacon and Probe response frame */
|
||||
IEEE80211_PARAM_OCE_ADD_ESS_RPT = 698, /* Add ESS Report */
|
||||
IEEE80211_PARAM_ENABLE_MSCS = 699, /* Enable MSCS */
|
||||
IEEE80211_PARAM_RSNX_OVERRIDE = 700,
|
||||
#if QCA_AIRTIME_FAIRNESS
|
||||
IEEE80211_PARAM_ATF_ENABLE_STATS = 701,
|
||||
@@ -2175,6 +2176,8 @@ struct vendor_commands vap_vendor_cmds[] = {
|
||||
{"rsim_de_frmcnt", IEEE80211_PARAM_RAWSIM_DEBUG_NUM_DECAP_FRAMES, SET_PARAM, 1},
|
||||
{"g_rsim_de_frmcnt", IEEE80211_PARAM_RAWSIM_DEBUG_NUM_DECAP_FRAMES, GET_PARAM, 0},
|
||||
#endif
|
||||
{"mscs", IEEE80211_PARAM_ENABLE_MSCS, SET_PARAM, 1},
|
||||
{"g_mscs", IEEE80211_PARAM_ENABLE_MSCS, GET_PARAM, 0},
|
||||
{"setiebuf", 35828, SET_PARAM, 1},
|
||||
{"getiebuf", 35827, GET_PARAM, 0},
|
||||
{"dbgreq", 35832, SET_PARAM, 1},
|
||||
|
Reference in New Issue
Block a user