commit | 20c3256016d5ec67214d7f927a38054fc1a79890 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Fri May 13 08:18:42 2022 -0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Aug 29 17:31:17 2022 +0200 |
tree | d9bd9688d81590a61521d8c1891ec49ce76c554e | |
parent | 4aa07b584fd0b86eb91b7a7c4abc5fd25e22fb58 [diff] |
net: wifi: Allow to use offloaded wifi_mgmt API with native stack wifi drivers that depends on native ethernet stack cannot perform wifi API calls missing availability. This changes adds the ethernet_api interface in wifi_mgmt so that it becomes possible. Naming "offload" in "struct net_wifi_mgmt_offload" is kept because Zephyr still has no supplicant to handle a full non-offloaded driver. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>