yes, I see ip4_route_src() is the place, which calls the macro LWIP_HOOK_IP4_ROUTE_SRC(), which is defined as ip4_route_src_hook(). But, ip4_route_src_hook() is not weakly linked, so it can not be overridden.
Where is the more ideal place to do this?
Can Espressif make changes to the idf to allow ...
Search found 6 matches
- Fri Dec 26, 2025 5:27 pm
- Forum: General Discussion
- Topic: custom ip routing when using IP_NAPT
- Replies: 2
- Views: 2255
- Fri Dec 19, 2025 5:06 pm
- Forum: General Discussion
- Topic: custom ip routing when using IP_NAPT
- Replies: 2
- Views: 2255
custom ip routing when using IP_NAPT
I have an application for ESP32 that uses NAT on the SoftAP interface. The IP_NAPT code works well to route packets from the AP through another interface to the internet; in this application there can be 3 interfaces (ethernet, wifi station, and cellular using PPPoS) that are active to route to the ...
- Thu May 08, 2025 2:35 pm
- Forum: ESP-IDF
- Topic: ESP32P4 with C6 using WPS
- Replies: 1
- Views: 189
ESP32P4 with C6 using WPS
Using components esp_hosted and esp_wifi_remote , the wifi code mostly works in the ESP32P4 and C6. However, WPS does not work and appears to be missing from the remote interface.
I can see the translation of most wifi functions, such as esp_wifi_start() , to their remote counterpart here:
https ...
I can see the translation of most wifi functions, such as esp_wifi_start() , to their remote counterpart here:
https ...
- Mon Apr 01, 2019 4:45 pm
- Forum: ESP-IDF
- Topic: retrieve credentials after WPS
- Replies: 3
- Views: 4056
Re: retrieve credentials after WPS
thanks, that works,
I should have tried that
Eric
I should have tried that
Eric
- Mon Apr 01, 2019 12:33 pm
- Forum: ESP-IDF
- Topic: retrieve credentials after WPS
- Replies: 3
- Views: 4056
Re: retrieve credentials after WPS
does the silence mean no function exists to do that?
- Thu Mar 28, 2019 9:40 pm
- Forum: ESP-IDF
- Topic: retrieve credentials after WPS
- Replies: 3
- Views: 4056
retrieve credentials after WPS
After completing WPS, I see that the application can call esp_wifi_sta_get_ap_info() to get the SSID of the AP as part of the wifi_ap_record_t structure.
How can the application retrieve the WPA key so it can be stored in NVS for later use?
Eric
How can the application retrieve the WPA key so it can be stored in NVS for later use?
Eric