commit | 8b55e6f475f77183b6420e9bc74316763d1bb987 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Dec 09 12:05:12 2016 -0800 |
committer | Roshan Pius <rpius@google.com> | Tue Dec 13 14:34:33 2016 -0800 |
tree | 303fc2e2b6d6bf6efa1912252394360d51758d9f | |
parent | 11f930321ba8c3501ed4e24a5519f13d34f69b31 [diff] |
wifi: Add support for removing iface This is needed to support dynamically switching between ifaces within the same mode. While there, correct couple of nits: 1. Pass std::string to the |get*IfaceInternal| methods. This makes the name comparison easier. 2. Update the docstring of |get*Iface| in IWifiChip.hal to indicate that we'll return ERROR_INVALID_ARGS if the iface name is wrong. Bug: 33040049 Test: Compiles Change-Id: I53584013283a10bf109f1c2ffb6136c44f11ed29