sdk-ameba-v4.0b-gcc/component/common/example/wifi_mac_monitor
Tautvydas Belgeras 60a7afcc83 initial commit
2018-06-05 16:16:17 +03:00
..
example_wifi_mac_monitor.c initial commit 2018-06-05 16:16:17 +03:00
example_wifi_mac_monitor.h initial commit 2018-06-05 16:16:17 +03:00
readme.txt initial commit 2018-06-05 16:16:17 +03: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.