Structure containing the parameters of the MM_STA_ADD_REQ message. More...
#include <mm_task.h>

Data Fields | |
| uint32_t | ampdu_size_max_he |
| Maximum A-MPDU size, in bytes, for HE frames. | |
| uint32_t | ampdu_size_max_vht |
| Maximum A-MPDU size, in bytes, for VHT frames. | |
| uint32_t | paid_gid |
| PAID/GID. | |
| uint16_t | ampdu_size_max_ht |
| Maximum A-MPDU size, in bytes, for HT frames. | |
| struct mac_addr | mac_addr |
| MAC address of the station to be added. | |
| uint8_t | ampdu_spacing_min |
| A-MPDU spacing, in us. | |
| uint8_t | inst_nbr |
| Interface index. | |
| bool | tdls_sta |
| TDLS station. | |
| bool | tdls_initiator |
| TDLS link initiator. | |
| bool | tdls_chsw_allowed |
| Flag to indicate if TDLS Channel Switch is allowed. | |
| uint8_t | bssid_index |
| nonTransmitted BSSID index, set to the BSSID index in case the STA added is an AP that is a nonTransmitted BSSID. | |
| uint8_t | max_bssid_ind |
| Maximum BSSID indicator, valid if the STA added is an AP that is a nonTransmitted BSSID. | |
Structure containing the parameters of the MM_STA_ADD_REQ message.
Definition at line 515 of file mm_task.h.
| uint8_t mm_sta_add_req::bssid_index |
nonTransmitted BSSID index, set to the BSSID index in case the STA added is an AP that is a nonTransmitted BSSID.
Should be set to 0 otherwise
Definition at line 539 of file mm_task.h.
Referenced by me_sta_add_req_handler(), and scanu_join_cfm_handler().
1.6.1