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

This commit is contained in:
Linux Build Service Account
2020-08-31 05:05:57 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -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},