瀏覽代碼

Merge "qca-wifi: Add cmd support for WNM and RRM filter"

Linux Build Service Account 4 年之前
父節點
當前提交
716b69aa03
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tools/linux/cfg80211_ven_cmd.h

+ 2 - 0
tools/linux/cfg80211_ven_cmd.h

@@ -1513,6 +1513,7 @@ struct vendor_commands vap_vendor_cmds[] = {
 	{"get_rrmslwin",        IEEE80211_PARAM_RRM_SLWINDOW, GET_PARAM, 0},
 	{"rrmdbg",              IEEE80211_PARAM_RRM_DEBUG, SET_PARAM, 1},
 	{"get_rrmdbg",          IEEE80211_PARAM_RRM_DEBUG, GET_PARAM, 0},
+	{"rrm_filter",          IEEE80211_PARAM_RRM_FILTER, SET_PARAM, 1},
 	{"wnm_bss",             IEEE80211_PARAM_WNM_BSS_CAP, SET_PARAM, 1},
 	{"get_wnm_bss",         IEEE80211_PARAM_WNM_BSS_CAP, GET_PARAM, 0},
 	{"wnm",                 IEEE80211_PARAM_WNM_CAP, SET_PARAM, 1},
@@ -1525,6 +1526,7 @@ struct vendor_commands vap_vendor_cmds[] = {
 	{"get_wnm_sleep",       IEEE80211_PARAM_WNM_SLEEP_CAP, GET_PARAM, 0},
 	{"wnm_fms",             IEEE80211_PARAM_WNM_FMS_CAP, SET_PARAM, 1},
 	{"get_wnm_fms",         IEEE80211_PARAM_WNM_FMS_CAP, GET_PARAM, 0},
+	{"wnm_filter",          IEEE80211_PARAM_WNM_FILTER, SET_PARAM, 1},
 #if WLAN_SUPPORT_GREEN_AP
 	{"ant_ps_on",           IEEE80211_IOCTL_GREEN_AP_PS_ENABLE, SET_PARAM, 1},
 	{"get_ant_ps_on",       IEEE80211_IOCTL_GREEN_AP_PS_ENABLE, GET_PARAM, 0},