commit | 37b1955cc4f8b78795cad87831e7602d8576d51d | [log] [tgz] |
---|---|---|
author | Srinivas Dasari <dasaris@codeaurora.org> | Fri May 20 20:53:16 2016 +0530 |
committer | Linux Build Service Account <lnxbuild@localhost> | Wed Jul 06 22:41:57 2016 -0600 |
tree | 5a896a1b8469d74465d8a35c54ac82ed24e27edb | |
parent | f974d807ee4fed8d4b52ead98493d05951d9bc7c [diff] |
Infrastructure to interact with oem proprietary implementation. 1. Get the oem specific library from /vendor/lib/libwpa_drv_oem.so. 2. Redirect the DRIVER commands to the library and library handles the command if it supports. Otherwise, throws the error WPA_DRIVER_OEM_STATUS_FAILURE. 3. If the library fails to handle the command, let the wpa_supplicant_lib handle it in legacy way (ioctl). Change-Id: I317d133fa6089765ec0749c4d8f82ddce66eafac CRs-Fixed: 1029508