Structure containing the parameters of the SM_CONNECT_IND message. More...
#include <sm_task.h>

Data Fields | |
| uint16_t | status_code |
| Status code of the connection procedure. | |
| struct mac_addr | bssid |
| BSSID. | |
| bool | roamed |
| Flag indicating if the indication refers to an internal roaming or from a host request. | |
| uint8_t | vif_idx |
| Index of the VIF for which the association process is complete. | |
| uint8_t | ap_idx |
| Index of the STA entry allocated for the AP. | |
| uint8_t | ch_idx |
| Index of the LMAC channel context the connection is attached to. | |
| bool | qos |
| Flag indicating if the AP is supporting QoS. | |
| uint8_t | acm |
| ACM bits set in the AP WMM parameter element. | |
| uint16_t | assoc_req_ie_len |
| Length of the AssocReq IEs. | |
| uint16_t | assoc_rsp_ie_len |
| Length of the AssocRsp IEs. | |
| uint32_t | assoc_ie_buf [SM_ASSOC_IE_LEN/4] |
| IE buffer. | |
| uint16_t | aid |
| Association Id allocated by the AP for this connection. | |
| struct mac_chan_op | chan |
| AP operating channel. | |
| uint32_t | ac_param [AC_MAX] |
| EDCA parameters. | |
Structure containing the parameters of the SM_CONNECT_IND message.
Definition at line 127 of file sm_task.h.
1.6.1