Merge "wlan: Add support for configuration of AKM suite"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
bcc62d3cca
@@ -152,6 +152,7 @@ static struct Command cmd_list[eCMD_LAST] = {
|
||||
{ "setchannelrange", NULL },
|
||||
{ "autochannel", NULL },
|
||||
{ "ieee80211w", NULL },
|
||||
{ "wpa_key_mgmt", NULL },
|
||||
};
|
||||
|
||||
struct Command qsap_str[eSTR_LAST] = {
|
||||
|
||||
@@ -323,6 +323,7 @@ typedef enum esap_cmd {
|
||||
eCMD_SET_CHANNEL_RANGE = 62,
|
||||
eCMD_GET_AUTO_CHANNEL = 63,
|
||||
eCMD_IEEE80211W = 64,
|
||||
eCMD_WPA_KEY_MGMT = 65,
|
||||
|
||||
eCMD_LAST /** New command numbers should be added above this */
|
||||
} esap_cmd_t;
|
||||
|
||||
Reference in New Issue
Block a user