Browse Source

Merge "qca-wifi: Add peer authorization command per vap"

Linux Build Service Account 4 years ago
parent
commit
7136ab5e18
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tools/linux/cfg80211_ven_cmd.h

+ 3 - 0
tools/linux/cfg80211_ven_cmd.h

@@ -782,6 +782,7 @@ enum {
 #endif
 #endif
 	IEEE80211_PARAM_DISABLE_INACT_PROBING      = 722, /* Disable FW inactivity Probing behavior */
 	IEEE80211_PARAM_DISABLE_INACT_PROBING      = 722, /* Disable FW inactivity Probing behavior */
 	IEEE80211_PARAM_PRB_RETRY                  = 723,   /* Set/Get probe-response frame retry limit */
 	IEEE80211_PARAM_PRB_RETRY                  = 723,   /* Set/Get probe-response frame retry limit */
+	IEEE80211_PARAM_PEER_AUTHORIZE             = 724, /* Enable port authorization */
 };
 };
 
 
 enum {
 enum {
@@ -2245,6 +2246,8 @@ struct vendor_commands vap_vendor_cmds[] = {
 #endif
 #endif
 	{"disable_fw_inact_probe",    IEEE80211_PARAM_DISABLE_INACT_PROBING, SET_PARAM, 1},
 	{"disable_fw_inact_probe",    IEEE80211_PARAM_DISABLE_INACT_PROBING, SET_PARAM, 1},
 	{"g_disable_fw_inact_probe",  IEEE80211_PARAM_DISABLE_INACT_PROBING, GET_PARAM, 0},
 	{"g_disable_fw_inact_probe",  IEEE80211_PARAM_DISABLE_INACT_PROBING, GET_PARAM, 0},
+	{"peer_authorize ",     IEEE80211_PARAM_PEER_AUTHORIZE, SET_PARAM, 1},
+	{"g_peer_authorize ",     IEEE80211_PARAM_PEER_AUTHORIZE, GET_PARAM, 0},
 };
 };
 
 
 struct vendor_commands radio_vendor_cmds[] = {
 struct vendor_commands radio_vendor_cmds[] = {