Search found 2 matches

by esp-HarveyRong
Wed Dec 09, 2020 1:24 pm
Forum: ESP-IDF 中文讨论版
Topic: ESP32 连接WIFI路由器时UDP通信异常 [WIFI-1710]
Replies: 10
Views: 18638

Re: ESP32 连接WIFI路由器时UDP通信异常 [WIFI-1710]

我们在本地测试发现,光猫在不连接外网的情况下无法获取到 DHCP, 因此也无法进行通信, 您能否检查你的光猫配置以及使用其他设备进行测试, 检查能够正常通信?
by esp-HarveyRong
Thu Jan 16, 2020 6:21 am
Forum: ESP-IDF
Topic: esp_wifi_80211_tx() not working with action frame
Replies: 1
Views: 4402

Re: esp_wifi_80211_tx() not working with action frame

The WiFi Log prototype is:

Code: Select all

"unsupport frame type: %x%x," type, subtype
According to the provided Log:

Code: Select all

wifi: unsupport frame type: c0
That is type = 0x0c, subtype = 0x00, so I suspect you may be wrong assigned values of type and subtype.