Wi-Fi transceiver peer update structure.
Defines the configuration parameters for adding or deleting a peer in the Wi-Fi transceiver. The peer can be added or deleted based on the MAC address.
Public Attributes#
MAC address of peer to be added or deleted.
Rate bitmap of peer station.
Public Attribute Documentation#
flags#
uint8_t sl_wifi_transceiver_peer_update_t::flags
Bit position | Flags bit description |
---|---|
0 | Shall be set to add the peer, else reset to 0 to delete the peer. |
1 | Shall be set for auto-rate enable. To enable auto-rate, application needs to provide peer_supported_rate_bitmap |
719
of file components/protocol/wifi/inc/sl_wifi_types.h
peer_mac_address#
uint8_t sl_wifi_transceiver_peer_update_t::peer_mac_address[6]
MAC address of peer to be added or deleted.
721
of file components/protocol/wifi/inc/sl_wifi_types.h
peer_supported_rate_bitmap#
uint32_t sl_wifi_transceiver_peer_update_t::peer_supported_rate_bitmap
Rate bitmap of peer station.
peer_supported_rate_bitmap | Data rate |
---|---|
BIT(0) | 1 Mbps |
BIT(1) | 2 Mbps |
BIT(2) | 5.5 Mbps |
BIT(3) | 11 Mbps |
BIT(4) | 6 Mbps |
BIT(5) | 9 Mbps |
BIT(6) | 12 Mbps |
BIT(7) | 18 Mbps |
BIT(8) | 24 Mbps |
BIT(9) | 36 Mbps |
BIT(10) | 48 Mbps |
BIT(11) | 54 Mbps |
BIT(12:31) | Reserved |
738
of file components/protocol/wifi/inc/sl_wifi_types.h