Different MAC addresses supported for AP+STA (SN8000; SDK 3.0.1)

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

cross mob
Anonymous
Not applicable

Hi @ all,

I'm going to use the SN8000 together with the SDK 3.0.1, AP and STA will be active at the same time. For both interfaces I'm going setup an own MAC address. In the API (wwd_wifi.h) I've seen wwd_wifi_set_mac_address(). But this function has no parameter like WWD_STA_INTERFACE or WWD_AP_INTERFACE.

Is there any option (or separate API) to setup different MAC addresses for AP and STA?

Thanks for helping,

Jan Gottwald

~~~~~~~~

AP: Accsess-Point

STA: Station-Mode

0 Likes
1 Solution
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Currently there is only one mac address (mac_address) defined in platform_dct_wifi_config_t section of the dct data.

The wwd_wifi_set_mac_address(...) function sets the mac address for STA interface.

-Seyhan

View solution in original post

0 Likes
1 Reply
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Currently there is only one mac address (mac_address) defined in platform_dct_wifi_config_t section of the dct data.

The wwd_wifi_set_mac_address(...) function sets the mac address for STA interface.

-Seyhan

0 Likes