RTL00MP3/RTL00_SDKV35a/component/common/example/wifi_mac_monitor
2017-06-07 23:44:38 +03:00
..
example_wifi_mac_monitor.c add example 2017-06-07 23:44:38 +03:00
example_wifi_mac_monitor.h add example 2017-06-07 23:44:38 +03:00
readme.txt add example 2017-06-07 23:44:38 +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.