MT7687 API Reference
LinkIt SDK v4
|
This structure provides the detailed cipher information. More...
#include <wifi_api.h>
Data Fields | |
uint8_t | key [16] |
Four keys are implemented, with a maximum length of 128bits. More... | |
uint8_t | rx_mic [8] |
8 bytes of RX MIC key. More... | |
uint8_t | tx_mic [8] |
8 bytes of TX MIC key. More... | |
uint8_t | tx_tsc [6] |
48bit TSC value. More... | |
uint8_t | rx_tsc [6] |
48bit TSC value. More... | |
uint8_t | cipher_type |
0:none, 1:WEP64, 2:WEP128, 3:TKIP, 4:AES, 5:CKIP64, 6:CKIP128. More... | |
uint8_t | key_length |
Key length for each key, 0: entry is invalid. More... | |
uint8_t | bssid [6] |
AP's MAC address. More... | |
uint8_t | type |
Indicates the type (pairwise or group) when reporting a MIC error. More... | |
This structure provides the detailed cipher information.
uint8_t bssid[6] |
AP's MAC address.
uint8_t cipher_type |
0:none, 1:WEP64, 2:WEP128, 3:TKIP, 4:AES, 5:CKIP64, 6:CKIP128.
uint8_t key[16] |
Four keys are implemented, with a maximum length of 128bits.
uint8_t key_length |
Key length for each key, 0: entry is invalid.
uint8_t rx_mic[8] |
8 bytes of RX MIC key.
uint8_t rx_tsc[6] |
48bit TSC value.
uint8_t tx_mic[8] |
8 bytes of TX MIC key.
uint8_t tx_tsc[6] |
48bit TSC value.
uint8_t type |
Indicates the type (pairwise or group) when reporting a MIC error.