Home
last modified time | relevance | path

Searched refs:ieee802514_beacon_header_length (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.h487 int ieee802514_beacon_header_length(uint8_t *buf, uint8_t length);
Dieee802154_frame.c197 int ieee802514_beacon_header_length(uint8_t *buf, uint8_t length) in ieee802514_beacon_header_length() function
379 if (ieee802514_beacon_header_length(p_buf, length) < 0) { in validate_payload_and_mfr()
Dieee802154_mgmt.c66 beacon_hdr_len = ieee802514_beacon_header_length(mpdu->payload, mpdu->payload_length); in ieee802154_handle_beacon()