sdk-ameba-v4.0c_180328/component/common/example/wifi_mac_monitor/readme.txt

13 lines
345 B
Text
Raw Normal View History

2019-04-02 08:34:25 +00:00
WIFI MAC MONITOR EXAMPLE
Description:
Get station mac information in AP mode
Configuration:
[platform_opts.h]
#define CONFIG_EXAMPLE_WIFI_MAC_MONITOR 1
Execution:
When define CONFIG_EXAMPLE_WIFI_MAC_MONITOR, the callback function is automatically registered as get_station_mac().
It can collect the station mac address and rssi.