espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
715 stars 170 forks source link

how to use the .ko file #540

Open abing520 opened 2 weeks ago

abing520 commented 2 weeks ago

Checklist

Issue or Suggestion Description

1.i run ./rpi_init.sh and get the .ko file

  1. what should i do next? i dont see the test_app to run. 企业微信截图_17315629067220
mantriyogesh commented 2 weeks ago

This is ESP-HOSTED-NG ko file built. wpa_supplicant and hostapd application are the ones who would use cfg80211 APIs, which would be ending in this ko.

Just like your Linux system.

Please follow NG documentation, how to use it with wpa supplicant.

If you want to use through api calks and test app, please use ESP-HOSTED-FG. see FG documentation.

Please let us know if any more confusion.