commit | ba28634de9a8761d09ca0489d403f479e4dc00e5 | [log] [tgz] |
---|---|---|
author | Srinivas Dasari <dasaris@codeaurora.org> | Fri May 20 20:53:16 2016 +0530 |
committer | Peng Xu <pxu@codeaurora.org> | Tue Apr 17 14:15:39 2018 -0700 |
tree | 3fe84faea40588a1aa9b1304ed34588c9a4b33f5 | |
parent | b4ab351b6f4937d7790f5cc1845b2e028a1e7723 [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