Home
last modified time | relevance | path

Searched refs:ieee802154_context (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt_priv.h21 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_is_scanning()
28 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_mgmt_init()
Dieee802154_mgmt.c39 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_handle_beacon()
80 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_cancel_scan()
101 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_scan()
236 static inline void update_net_if_link_addr(struct net_if *iface, struct ieee802154_context *ctx) in update_net_if_link_addr()
249 static inline void set_linkaddr_to_ext_addr(struct net_if *iface, struct ieee802154_context *ctx) in set_linkaddr_to_ext_addr()
258 static inline void set_association(struct net_if *iface, struct ieee802154_context *ctx, in set_association()
282 static inline void remove_association(struct net_if *iface, struct ieee802154_context *ctx) in remove_association()
306 static inline bool is_associated(struct ieee802154_context *ctx) in is_associated()
316 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_handle_mac_command()
443 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_associate()
[all …]
Dieee802154.c110 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_prepare_for_ack()
125 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_handle_ack()
154 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_wait_for_ack()
292 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_check_dst_addr()
474 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_send()
585 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_enable()
607 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_flags()
619 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_init()
Dieee802154_radio_csma_ca.c31 struct ieee802154_context *ctx = net_if_l2_data(iface); in unslotted_csma_ca_channel_access()
Dieee802154_frame.c465 struct ieee802154_context *ctx; in ieee802154_compute_header_and_authtag_len()
472 ctx = (struct ieee802154_context *)net_if_l2_data(iface); in ieee802154_compute_header_and_authtag_len()
595 static uint8_t *generate_addressing_fields(struct ieee802154_context *ctx, in generate_addressing_fields()
672 bool ieee802154_create_data_frame(struct ieee802154_context *ctx, struct net_linkaddr *dst, in ieee802154_create_data_frame()
853 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_create_mac_cmd_frame()
935 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_decipher_data_frame()
Dieee802154_utils.h493 struct ieee802154_context *ctx = net_if_l2_data(iface); in ieee802154_get_a_base_superframe_duration()
Dieee802154_frame.h495 bool ieee802154_create_data_frame(struct ieee802154_context *ctx, struct net_linkaddr *dst,
/Zephyr-latest/include/zephyr/net/
Dieee802154.h252 struct ieee802154_context { struct
401 #define IEEE802154_L2_CTX_TYPE struct ieee802154_context argument
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c56 struct ieee802154_context *ctx = net_if_l2_data(iface); in scan_result_cb()
165 static void test_associate_shell_cmd(struct ieee802154_context *ctx) in test_associate_shell_cmd()
274 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in ZTEST()
322 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in ZTEST()
367 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in ZTEST()
444 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in ZTEST()
468 struct ieee802154_context *ctx; in reset_fake_driver()
Dieee802154_fake_driver.c82 struct ieee802154_context *ctx = net_if_l2_data(iface); in fake_tx()
138 struct ieee802154_context *ctx = net_if_l2_data(iface); in fake_iface_init()
Dieee802154_test.c206 static int disassociate(struct net_if *iface, struct ieee802154_context *ctx) in disassociate()
226 static int associate(struct net_if *iface, struct ieee802154_context *ctx, uint16_t short_addr) in associate()
252 static int set_up_short_addr(struct net_if *iface, struct ieee802154_context *ctx) in set_up_short_addr()
270 static int tear_down_short_addr(struct net_if *iface, struct ieee802154_context *ctx) in tear_down_short_addr()
335 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in set_up_security()
371 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in tear_down_security()
469 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in test_ns_sending()
682 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in test_dgram_packet_sending()
776 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in test_dgram_packet_reception()
1089 struct ieee802154_context *ctx = net_if_l2_data(net_iface); in test_recv_and_send_ack_reply()