XFusion API v1.3.0
载入中...
搜索中...
未找到
_xf_wifi_station_configuration_extended_t结构体 参考

STA 扩展配置结构体。 更多...

#include <xf_wifi_types.h>

_xf_wifi_station_configuration_extended_t 的协作图:
Collaboration graph

成员变量

uint32_t b_set_mac: 1
 
uint32_t reserve: 31
 
uint8_t mac [XF_MAC_LEN_MAX]
 

详细描述

STA 扩展配置结构体。

在文件 xf_wifi_types.h125 行定义.

结构体成员变量说明

◆ b_set_mac

uint32_t b_set_mac

是否设置 STA 的 MAC 地址。

在文件 xf_wifi_types.h126 行定义.

◆ reserve

uint32_t reserve

保留。

在文件 xf_wifi_types.h127 行定义.

◆ mac

uint8_t mac[XF_MAC_LEN_MAX]

STA 的 MAC 地址, b_set_mac == 1 时有效。

在文件 xf_wifi_types.h128 行定义.


该结构体的文档由以下文件生成: