Hotspot: Set maximun client connections number

This function is for end user to set maximun client
connections number and apply this to hostapd module

Change-Id: I6150b376d22756e8c04ebabe666d81cf3af8fc87
This commit is contained in:
Changzhi Deng
2015-05-21 15:47:07 +08:00
committed by Gerrit - the friendly Code Review server
parent 4659de289b
commit fddc6bed07
2 changed files with 15 additions and 0 deletions

View File

@@ -324,6 +324,7 @@ typedef enum esap_cmd {
eCMD_GET_AUTO_CHANNEL = 63,
eCMD_IEEE80211W = 64,
eCMD_WPA_KEY_MGMT = 65,
eCMD_SET_MAX_CLIENTS = 66,
eCMD_LAST /** New command numbers should be added above this */
} esap_cmd_t;