diff options
| author | LuK1337 <priv.luk@gmail.com> | 2016-07-04 15:49:30 +0200 |
|---|---|---|
| committer | Luca Stefani <luca.stefani.ge1@gmail.com> | 2016-07-04 06:51:17 -0700 |
| commit | f08bce1a7b6caec2bbba451040b5bbb8596aeb6a (patch) | |
| tree | e097a973ee3359c326aa0f015a6ce663d5b5b037 /wifi | |
| parent | ff89dc667dfbf292a82636ad10052b5299dae4d8 (diff) | |
msm8916-common: Allow up to 255 devices connected via mobile hotspot
* As per CAF
Change-Id: Ida64e757af17458b88065cb58eca17755cbb175b
Diffstat (limited to 'wifi')
| -rw-r--r-- | wifi/hostapd_default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/hostapd_default.conf b/wifi/hostapd_default.conf index 3d2255a..915ceff 100644 --- a/wifi/hostapd_default.conf +++ b/wifi/hostapd_default.conf @@ -114,7 +114,7 @@ dtim_period=2 # rejected after the station table is full. IEEE 802.11 has a limit of 2007 # different association IDs, so this number should not be larger than that. # (default: 2007) -max_num_sta=5 +max_num_sta=255 # RTS/CTS threshold; 2347 = disabled (default); range 0..2347 # If this field is not included in hostapd.conf, hostapd will not control |
