wlan: Add support for configuration of 802.11w
Changes to allow setting the configuration item for 802.11w (Protected Management Frames) in hostapd configuration file. CRs-Fixed: 512764 Change-Id: I4dc7afe8fc56bff79f52eae04a65d573db2746d9
This commit is contained in:
@@ -151,6 +151,7 @@ static struct Command cmd_list[eCMD_LAST] = {
|
||||
{ "ieee80211n", "1" },
|
||||
{ "setchannelrange", NULL },
|
||||
{ "autochannel", NULL },
|
||||
{ "ieee80211w", NULL },
|
||||
};
|
||||
|
||||
struct Command qsap_str[eSTR_LAST] = {
|
||||
|
||||
@@ -322,6 +322,7 @@ typedef enum esap_cmd {
|
||||
eCMD_IEEE80211N = 61,
|
||||
eCMD_SET_CHANNEL_RANGE = 62,
|
||||
eCMD_GET_AUTO_CHANNEL = 63,
|
||||
eCMD_IEEE80211W = 64,
|
||||
|
||||
eCMD_LAST /** New command numbers should be added above this */
|
||||
} esap_cmd_t;
|
||||
|
||||
Reference in New Issue
Block a user