pub const SPINEL_PROP_MAC_SCAN_BEACON: _bindgen_ty_24 = 51;
Expand description
MAC Scan Beacon
** Format Cct(ESSc)t(iCUdd)
- Asynchronous event only
*
- Scan beacons have two embedded structures which contain
- information about the MAC layer and the NET layer. Their
- format depends on the MAC and NET layer currently in use.
- The format below is for an 802.15.4 MAC with Thread:
C
: Channelc
: RSSI of the beacont
: MAC layer properties (802.15.4 layer)E
: Long addressS
: Short addressS
: PAN-IDc
: LQI- NET layer properties
i
: Protocol Number (SPINEL_PROTOCOL_TYPE_* values)C
: Flags (SPINEL_BEACON_THREAD_FLAG_* values)U
: Network Named
: XPANIDd
: Steering data- Extra parameters may be added to each of the structures
- in the future, so care should be taken to read the length
- that prepends each structure.
*/