Morse Micro IoT SDK  2.10.4

Detailed Description

Data structure for communicating STA status information for stations connected to an AP.

Warning
BETA NOTICE: This is beta API that is under development; breaking changes may be introduced in future releases.

Definition at line 2266 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

enum mmwlan_ap_sta_state state
 The current state of the STA. More...
 
uint16_t aid
 The AID of the STA. More...
 
uint8_t mac_addr [MMWLAN_MAC_ADDR_LEN]
 The MAC address of the STA. More...
 

Field Documentation

◆ aid

uint16_t mmwlan_ap_sta_status::aid

The AID of the STA.

Definition at line 2271 of file mmwlan.h.

◆ mac_addr

uint8_t mmwlan_ap_sta_status::mac_addr[MMWLAN_MAC_ADDR_LEN]

The MAC address of the STA.

Definition at line 2273 of file mmwlan.h.

◆ state

enum mmwlan_ap_sta_state mmwlan_ap_sta_status::state

The current state of the STA.

Definition at line 2269 of file mmwlan.h.


The documentation for this struct was generated from the following file: