Search found 1 match
- Sat May 12, 2018 8:39 am
- Forum: General Discussion
- Topic: Callback function, for control type packages (ie. probe request)
- Replies: 0
- Views: 2178
Callback function, for control type packages (ie. probe request)
Hello everyone, as I would need your help. (esp32 configured in WIFI_MODE_STA mode) Using this function: "esp_err_t esp_wifi_set_promiscuous_rx_cb (wifi_promiscuous_cb_tcb)" it is possible to process the packages (wifi) received at the application level. However it only works in promiscuous mode. Th...