mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
09bdd1893e
The original code counts the number of received frames to check whether the specified frame format is supported. It doesn't check whether the sent and the received frames are the same. The test results may have some deviation. This commit compares the sent and received frame to check whether the specified frame format is supported. This commit also add a case to test the wake-up frame format.