Scan result element, parsed from beacon or probe response frames. More...
#include <mac_types.h>

Data Fields | |
| bool | valid_flag |
| Scan result is valid. | |
| struct mac_addr | bssid |
| Network BSSID. | |
| struct mac_ssid | ssid |
| Network name. | |
| uint16_t | bsstype |
| Network type (mac_bss_type). | |
| struct mac_chan_def * | chan |
| Network channel. | |
| uint32_t | akm |
| Supported AKM (bit-field of mac_akm_suite). | |
| uint16_t | group_cipher |
| Group cipher (bit-field of mac_cipher_suite). | |
| uint16_t | pairwise_cipher |
| Group cipher (bit-field of mac_cipher_suite). | |
| int8_t | rssi |
| RSSI of the scanned BSS (in dBm). | |
| uint8_t | multi_bssid_index |
| Multi-BSSID index (0 if this is the reference (i.e. transmitted) BSSID). | |
| uint8_t | max_bssid_indicator |
| Maximum BSSID indicator. | |
Scan result element, parsed from beacon or probe response frames.
Definition at line 236 of file mac_types.h.
1.6.1