|
@@ -783,6 +783,7 @@ enum {
|
|
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 */
|
|
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 */
|
|
};
|
|
};
|
|
|
|
|
|
enum {
|
|
enum {
|
|
@@ -2250,6 +2251,8 @@ struct vendor_commands vap_vendor_cmds[] = {
|
|
{"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},
|
|
{"peer_authorize ", IEEE80211_PARAM_PEER_AUTHORIZE, SET_PARAM, 1},
|
|
{"g_peer_authorize ", IEEE80211_PARAM_PEER_AUTHORIZE, GET_PARAM, 0},
|
|
{"g_peer_authorize ", IEEE80211_PARAM_PEER_AUTHORIZE, GET_PARAM, 0},
|
|
|
|
+ {"fwd_act_app", IEEE80211_PARAM_FWD_ACTION_FRAMES_TO_APP, SET_PARAM, 1},
|
|
|
|
+ {"g_fwd_act_app", IEEE80211_PARAM_FWD_ACTION_FRAMES_TO_APP, GET_PARAM, 0},
|
|
};
|
|
};
|
|
|
|
|
|
struct vendor_commands radio_vendor_cmds[] = {
|
|
struct vendor_commands radio_vendor_cmds[] = {
|