[Wiced 2.3.1 ThreadX/NetXDuo] How to get client MAC address

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
How to get client MAC address from socket or received packet or other way?

WICED: v2.3.1

Threadx/NetXDuo
0 Likes
3 Replies
Anonymous
Not applicable
How to get client MAC address from socket or received packet or other way? 

WICED: v2.3.1

Threadx/NetXDuo

Are you running WICED in soft AP mode?
0 Likes
Anonymous
Not applicable
yes, in AP mode
0 Likes
Anonymous
Not applicable
Take a look at the ap_clients_rssi code snippet in the sdk. The API wiced_wifi_get_ap_client_rssi() can be used to get the mac address of each connected client(along with its RSSI).
0 Likes