Searched refs:ieee802514_beacon_header_length (Results 1 – 3 of 3) sorted by relevance
487 int ieee802514_beacon_header_length(uint8_t *buf, uint8_t length);
197 int ieee802514_beacon_header_length(uint8_t *buf, uint8_t length) in ieee802514_beacon_header_length() function379 if (ieee802514_beacon_header_length(p_buf, length) < 0) { in validate_payload_and_mfr()
66 beacon_hdr_len = ieee802514_beacon_header_length(mpdu->payload, mpdu->payload_length); in ieee802154_handle_beacon()