1
0
Fork 0
mirror of https://github.com/jialexd/sdk-ameba-v4.0c_180328.git synced 2025-03-31 03:56:43 +00:00
sdk-ameba-v4.0c_180328/component/common/example/wifi_mac_monitor
2019-04-02 16:34:25 +08:00
..
example_wifi_mac_monitor.c first add sdk 2019-04-02 16:34:25 +08:00
example_wifi_mac_monitor.h first add sdk 2019-04-02 16:34:25 +08:00
readme.txt first add sdk 2019-04-02 16:34:25 +08: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.