Lines Matching +full:ext +full:- +full:address +full:- +full:match
4 * SPDX-License-Identifier: Apache-2.0
13 * @note All references to the standard in this file cite IEEE 802.15.4-2020.
15 * @note All structs and attributes (e.g. PAN id, ext address and short address)
28 #define IEEE802154_ACK_PKT_LENGTH 3 /* Imm-Ack length, see section 7.3.3 */
57 /** see section 7.2.2.9, table 7-3 */
129 /** see section 9.4.2.2, table 9-6 */
144 /** This will match above *_MIC_<32/64/128> */
149 /** see section 9.4.2.3, table 9-7 */
221 /** see section 7.3.1.5, figure 7-10 */
232 /** see section 7.3.1.5, figure 7-11 */
244 /** see section 7.3.1.5, figure 7-9 */
261 /** see section 7.3.1.6, figure 7-13 */
280 /** see section 7.3.1.4, figure 7-7 */
313 /** see section 7.3.1.1, figure 7-5 */
317 /* GTS Fields - Spec is always there */
479 * see section 7.3.1.1, figure 7-5.
484 * @retval -EINVAL The header is invalid.
506 return (struct ieee802154_command *)(pkt->frags->data + pkt->frags->len); in ieee802154_get_mac_command()