commit | fa8ba73833587ebb0133c70ddeb2992a85939128 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Wed Mar 30 14:16:42 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Apr 20 11:27:05 2022 +0200 |
tree | e531e59291f8e9b58f055bb1c3d5e43f26d1413a | |
parent | 53fbf40227de087423620822feedde6c98f3d631 [diff] |
net: if: Connect interface with offloaded socket implementation Instead of keeping a boolean informing whether a network interface is offloaded at socket layer or not, keep a pointer to a function which allows to create an offloaded socket. Native interfaces keep this as NULL, while for offloaded interfaces it allows to connect an offloaded socket implementation with an interface. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>