mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-07-06 11:25:44 +00:00
initial commit
This commit is contained in:
commit
60a7afcc83
2528 changed files with 1001987 additions and 0 deletions
12
component/common/example/wifi_mac_monitor/readme.txt
Normal file
12
component/common/example/wifi_mac_monitor/readme.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue