|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
* @{
|
|
|
|
|
*
|
|
|
|
|
* @file
|
|
|
|
|
* @brief IEEE 802.14.4 header definitions
|
|
|
|
|
* @brief IEEE 802.15.4 header definitions
|
|
|
|
|
*
|
|
|
|
|
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
|
|
|
|
*/
|
|
|
|
@ -81,10 +81,7 @@ extern "C" {
|
|
|
|
|
* @brief Channel ranges
|
|
|
|
|
* @{
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* @brief Minimum channel for sub-GHz band
|
|
|
|
|
*/
|
|
|
|
|
#define IEEE802154_CHANNEL_MIN_SUBGHZ (0U)
|
|
|
|
|
#define IEEE802154_CHANNEL_MIN_SUBGHZ (0U) /**< Minimum channel for sub-GHz band */
|
|
|
|
|
#define IEEE802154_CHANNEL_MAX_SUBGHZ (10U) /**< Maximum channel for sub-GHz band */
|
|
|
|
|
#define IEEE802154_CHANNEL_MIN (11U) /**< Minimum channel for 2.4 GHz band */
|
|
|
|
|
#define IEEE802154_CHANNEL_MAX (26U) /**< Maximum channel for 2.4 GHz band */
|
|
|
|
@ -144,7 +141,7 @@ extern const uint8_t ieee802154_addr_bcast[IEEE802154_ADDR_BCAST_LEN];
|
|
|
|
|
* If @p dst is NULL the IEEE802154_FCF_ACK_REQ will be unset to prevent
|
|
|
|
|
* flooding the network.
|
|
|
|
|
*
|
|
|
|
|
* @param[out] buf Target memory for frame header.
|
|
|
|
|
* @param[out] buf Target memory for frame header.
|
|
|
|
|
* @param[in] src Source address for frame in network byteorder.
|
|
|
|
|
* May be NULL if @ref IEEE802154_FCF_SRC_ADDR_VOID is set
|
|
|
|
|
* in @p flags.
|
|
|
|
|