commit | 017446ba2008d9eabacd6b4189cee05db42733e7 | [log] [tgz] |
---|---|---|
author | Vincent Wan <vincent.wan@linaro.org> | Mon Mar 11 18:01:31 2019 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Mar 13 12:06:38 2019 -0500 |
tree | cdaa861c790761f950f33acd2f8502bc76e7e7fc | |
parent | 781682746847646b502171ae9e38f4d8be91d63d [diff] |
drivers: wifi: simplelink: Return success when TLS_PEER_VERIFY is set mqtt_client_tls_connect() calls setsockopt() to set the TLS_PEER_VERIFY option to require verfication. To enable mqtt, we need to return success at a minimum when this option is set to 2. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>