Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NySNICInterface by
tagSCAN_RESULT_T Struct Reference
Scan result structure used by scanresults handler. More...
#include <SNIC_UartCommandManager.h>
Data Fields | |
| unsigned char | channel |
| Channel. | |
| signed char | rssi |
| RSSI. | |
| unsigned char | security |
| Security type. | |
| unsigned char | bssid [BSSID_MAC_LENTH] |
| BSSID. | |
| unsigned char | network_type |
| Network type. | |
| unsigned char | max_rate |
| Max data rate. | |
| char | ssid [SSID_MAX_LENGTH+1] |
| SSID. | |
Detailed Description
Scan result structure used by scanresults handler.
Definition at line 39 of file SNIC_UartCommandManager.h.
Field Documentation
| unsigned char bssid[BSSID_MAC_LENTH] |
BSSID.
Definition at line 48 of file SNIC_UartCommandManager.h.
| unsigned char channel |
Channel.
Definition at line 42 of file SNIC_UartCommandManager.h.
| unsigned char max_rate |
Max data rate.
Definition at line 52 of file SNIC_UartCommandManager.h.
| unsigned char network_type |
Network type.
Definition at line 50 of file SNIC_UartCommandManager.h.
| signed char rssi |
RSSI.
Definition at line 44 of file SNIC_UartCommandManager.h.
| unsigned char security |
Security type.
Definition at line 46 of file SNIC_UartCommandManager.h.
| char ssid[SSID_MAX_LENGTH+1] |
SSID.
Definition at line 54 of file SNIC_UartCommandManager.h.
Generated on Sun Jul 17 2022 20:54:10 by
1.7.2
