History log of /system/netd/SoftapController.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
85e6c5f00bef0e23f81904bc8a430498a545f4f6 10-Jun-2013 Dmitry Shmidt <dimitrysh@google.com> softap: Add channel configuration parameter

Bug: 9372353

Change-Id: Id85a8a41f644195519f1635e4ab73806b5e1738e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
0b73d66921bd70ed94b2501c67d444a1ba2e4ed4 17-Apr-2013 Dmitry Shmidt <dimitrysh@google.com> softap: Fix open network creation in case of obsolete parameter

Change-Id: If4ddb6b2e14e6b20fe4fa378d0dfba4e733a58a4
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
eb59b57432c65b034d1360803c881c08a318c4d0 16-Apr-2013 Dmitry Shmidt <dimitrysh@google.com> softap: Add option for hidden SSID

Change-Id: I7bcc43b47e3bcc208f9da81970b9ecb6ce08d778
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
d5b19ca2060d66027dd97610c1d0934e90081c64 12-Apr-2013 Jeff Johnson <jjohnson@codeaurora.org> Enable 802.11g hardware mode in hostapd.conf

The current hostapd.conf generated by SoftapController does not
contain a hw_mode setting. As a result hostapd defaults to 802.11b
mode. This mode is inconsistent with the setting "ieee80211n=1" and
prevents hostapd from using 802.11g/n rates. Add "hw_mode=g" to the
generated hostapd.conf to allow 802.11g/n rates to be advertised and
used.

Change-Id: Ifd66da3f3ffdfffb7c28e751d20bc432e070b2c3
/system/netd/SoftapController.cpp
88455313cca4a75f5fdac54a2971043b5813236b 14-Jan-2013 Robert Greenwalt <rgreenwalt@google.com> am 3911886e: am d67cc366: resolved conflicts for merge of b40c2385 to jb-mr1.1-dev

* commit '3911886e854d31058e7d3a6e310e8eafd06c02e0':
Fix a TOCTOU and symlink attack in netd.
b40c2385c7ef44fa0f2369a5378b539dc29c2779 14-Jan-2013 Robert Greenwalt <rgreenwalt@google.com> resolved conflicts for merge of 7b90f090 to jb-mr1-dev

Change-Id: Id5b6598b20f34b5e8d2c90927d2acfae7237e69b
25753d500d9ef6ee04dad43ffa27287a6dc959ac 10-Jan-2013 Sasha Levitskiy <sanek@google.com> A rough cleanup of netd/softap

- Added error code propagation
- Added more elaborate error messages
- Added stricter parameter checking in softap fwreload
- Cleaned up class signatures
- Removed a non-working default AP in setSoftap
- Removed obsolete functions:
- int addParam(int pos, const char *cmd, const char *arg);
- int setCommand(char *iface, const char *fname, unsigned buflen=0);
- Removed unused "softap clients" functionality
- Removed unused hostapd communication socket

Change-Id: Iad05069f6547f4b17481991018707d5f9db2500a
Signed-off-by: Alexander Levitskiy <sanek@google.com>
/system/netd/SoftapController.cpp
43682d9474a2c89ddecc9fcc818df40e4f5424ee 30-Nov-2012 Robert Greenwalt <rgreenwalt@google.com> Fix a TOCTOU and symlink attack in netd.

Bug: 7530471
Change-Id: I3b0a38a203bdeba6c492a54fded056a16992e34e
/system/netd/SoftapController.cpp
e0644327ffb203e0b45f3192fd888831902e267c 29-Nov-2012 Robert Greenwalt <rgreenwalt@google.com> Fix a TOCTOU and symlink attack in netd.

Bug: 7530471
Change-Id: I01fc79d647831dea903e4b852b874eb7bbed25fb
/system/netd/SoftapController.cpp
7e9eb7b48345af69283afa7ca58d3be0a329931b 16-Jun-2012 Irfan Sheriff <isheriff@google.com> Clean up softap interface

Remove old IOCTL based interface

Change-Id: I5c46964d025848ce8a0e0195ff213ccd8b33d508
/system/netd/SoftapController.cpp
093e3c70de6caa21cc004db868fe2a9c1055661a 16-Mar-2012 Dmitry Shmidt <dimitrysh@google.com> softap: Remove wmm_enabled=1 flag from SoftAP config

Change-Id: Id2b43001d95259fbaf25108bf95dfae3802b79bf
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
fa81a805da643421a5bcb182e7860824532b2776 28-Feb-2012 Dmitry Shmidt <dimitrysh@google.com> netd: softap: Add ieee80211n=1 parameter for hotspot

Change-Id: I73d862494c186a08066d8e3478667055bfc831a1
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
0a379691e04700b3b44948450b1e3db92ef2ec01 13-Feb-2012 Dmitry Shmidt <dimitrysh@google.com> netd: softap: Add wmm_enabled=1 option

Change-Id: I3742e1130e3d9e3074a67f2e1bdd13ef11bb77dc
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
5ea0c05a1e7d8e664b808aa1bb1efd08fdb2fb13 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: I8ab66debe4d0c3857a4b80f6f7b6925a352cda87
/system/netd/SoftapController.cpp
7b984e3f7e724f8a3547a707210319f3d479f261 20-Dec-2011 Steve Block <steveblock@google.com> Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156016

Bug: 5449033
Change-Id: I85b946663d5a0e7606140282bf758c27b8c6f68f
/system/netd/SoftapController.cpp
54b75b4e772ac77df141ab077be074bc1c098987 26-Oct-2011 Irfan Sheriff <isheriff@google.com> Use CCMP for WPA2 mode

TKIP+CCMP for WPA and the secure CCMP for WPA2

Bug:5515097
Change-Id: I877d1f4075c3df83149aca23b59c285d2fe093e1
/system/netd/SoftapController.cpp
01e182f704b07d0763c0906ab3b706bcf6928896 25-Jul-2011 Dmitry Shmidt <dimitrysh@google.com> wifi: Ensure that entropy file exists

Change-Id: Ib5ea7a6767a4ab7c4244bfc27248ee04340018a7
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
d2d157cae8d9bcf0e4f20e3624597c752e97c9bf 25-Jul-2011 Dmitry Shmidt <dimitrysh@google.com> Merge "softap: Add P2P option to fwreload command"
54cf7fda69c3c442e7d2ac370a9c942fdb38dcd7 25-Jul-2011 Dmitry Shmidt <dimitrysh@google.com> softap: Add P2P option to fwreload command

Change-Id: I6fced56a6baa71a1d1fefe35832a43879ed12501
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
78dcb76aff7d3b9458374832a79688d36901127f 23-Jul-2011 Irfan Sheriff <isheriff@google.com> Add config update support for hostapd

Additional fixes:

Fix putting hostapd in daemon mode which results in init taking it over
and failure to stop

Also fix security check

Bug: 5069108
Change-Id: Ie0e2f975516975d270e48c9081480d85e201251f
/system/netd/SoftapController.cpp
389f8d1550880f3bc67ade3e93f2ddb767e64092 22-Jul-2011 Dmitry Shmidt <dimitrysh@google.com> softap: Add hostapd support if BOARD_HOSTAPD_DRIVER is set

Change-Id: Ic1d8e46edc351f8dd36f30abe957d536cf491164
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
fe15b63d9def3721bb0ee4d2fa36c6f4d0daf8aa 19-Jul-2011 Dmitry Shmidt <dimitrysh@google.com> Softap: Use wifi_get_fw_path() instead of predefined path

Change-Id: I75d01f2d5a07298e53638aea2431030ca07fd458
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
666fe255fa581965d2835bd581cd5a8959411067 08-Mar-2011 Dmitry Shmidt <dimitrysh@google.com> Softap: Add 'clients' command

Change-Id: I3694a0b2b570e0925b7f807f133e6fa5d95c3ac2
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
ff2c0d8c13457e43f0d4bf06d3177271aac104c1 17-Nov-2010 Olivier Bailly <olivier@google.com> Add missing include headers for compilation on x86 targets.

Change-Id: I99f7b79bfb5b6305a0772f418a54ace50cac1bbe
/system/netd/SoftapController.cpp
fbd11c41aeb535723b78a61087fb436e64891055 12-Oct-2010 jmzhu <jmzhu@marvell.com> netd: softap: Add sub-ioctl command support

Change-Id: Ieb344fbb8853019e92a7385f7a190aa7451102dc
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
6665fb2adf78beddde21f7f3088a695646ca8c57 23-Sep-2010 Dmitry Shmidt <dimitrysh@google.com> softap: Incapsulate command call

Change-Id: I9c123252b3b5fa8649876e7e9138927d25dd1812
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
a165913421c5bed00a1f0b8e79e35e55b82aebbe 23-Apr-2010 Dmitry Shmidt <dimitrysh@google.com> softap: Add delay after driver start, return 0 if softap was started

Change-Id: I3e155cc7c118c21d5e66163bd678104d812465de
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
3df450af1c2e35d854768a508b6905c6794f7a74 18-Mar-2010 Dmitry Shmidt <dimitrysh@google.com> softap: Add delay after startap, set and stopap calls

Change-Id: I9b34d610b3576764324efbf78bb55322d1067378
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
a2d7e3e7d6e3f163f06e522378c6e2bd5cee28f8 15-Mar-2010 Kenny Root <kroot@google.com> netd: Use OpenSSL APIs for WPA-PSK calculation

Change-Id: Ibe2040a2ede58fcfad5b27cdb01a107fbf2c9f3d
/system/netd/SoftapController.cpp
c3539e22bd7a59a12542b9ad961f7d7f0db9a8df 12-Mar-2010 Dmitry Shmidt <dimitrysh@google.com> netd: softap: Add softap start / stop driver commands

Change-Id: I2081e4943b6b93109288e8d764ce25a55f3b6198
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
9178b7390f9927aed57ae4a2da5b48991ed2aeea 12-Mar-2010 Dmitry Shmidt <dimitrysh@google.com> netd: softap: Fix driver API for SoftAP

Change-Id: I5e17b2369d5ef34ea29b0c1b0df1d4977ff109ce
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
31fd6c5f3e9c39a13b028718dba5921a4300988c 12-Mar-2010 Dmitry Shmidt <dimitrysh@google.com> netd: softap: Add FW reload processing

Change-Id: I731c2e390187c0fa5f69779cd25d8f2388ee511e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
321f95a95cd41e0f58a72ca4f382d7e0a7f26d01 10-Mar-2010 Dmitry Shmidt <dimitrysh@google.com> netd: softap: Add passphrase to hex conversion

Change-Id: Ia9b141cb436336deec6d94af701e6d807baa2f99
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
7977d67059ef94eefa9b14038df156b416fef877 09-Mar-2010 Dmitry Shmidt <dimitrysh@google.com> netd: softap: Change "set" to use separate arguments

Change-Id: Id5f2adb41c671f2978fa3fe939b1a3b15a537165
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
84c65a62fe7b053fed7f20274ca7379627a87b79 03-Mar-2010 Dmitry Shmidt <dimitrysh@google.com> softap: Add basic functionality directly through WEXT

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp
5af38c360587ca2eef0badf6137ccf018f8cd4aa 10-Feb-2010 Dmitry Shmidt <dimitrysh@google.com> netd: Add Softap controller skeleton functions

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/netd/SoftapController.cpp