mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-04-05 21:15:23 +00:00
13 lines
298 B
Text
13 lines
298 B
Text
GET BEACON FRAME EXAMPLE
|
|
|
|
Description:
|
|
Get beacon frame information in station mode
|
|
|
|
Configuration:
|
|
[platform_opts.h]
|
|
#define CONFIG_EXAMPLE_GET_BEACON_FRAME 1
|
|
|
|
Execution:
|
|
Call example_get_beacon_frame() to create get beacon frame thread.
|
|
It can collect the beacon of AP in the air.
|
|
|