commit | 9531db73d0c41d48b5431774f2afd3280492fd33 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@emb.dev> | Thu Apr 07 20:07:34 2022 +0200 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Fri Apr 08 15:51:24 2022 -0700 |
tree | 4f8b8ab1a3a26b4efdc558e1a91926a6a395775a | |
parent | f9e2fad7e317dcea0bc22563a9397e20ae733a4e [diff] |
wifi: eswifi: implement 'is_supported' socket offload cb Check if requested socket family, type and protocol are all supported by the driver, instead of blindly acknowledging every possible variant. There is explicit support for UDP, TCP and TLS on top of IPv4. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>