Home
last modified time | relevance | path

Searched refs:phy_supported_channels (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/
Dieee802154_utils.c37 channel_range_index < value.phy_supported_channels->num_ranges; in ieee802154_radio_verify_channel()
40 &value.phy_supported_channels->ranges[channel_range_index]; in ieee802154_radio_verify_channel()
62 channel_range_index < value.phy_supported_channels->num_ranges; in ieee802154_radio_number_of_channels()
65 &value.phy_supported_channels->ranges[channel_range_index]; in ieee802154_radio_number_of_channels()
Dieee802154_mgmt.c162 supported_channels = attr_value.phy_supported_channels; in ieee802154_scan()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dieee802154_radio.h282 const struct ieee802154_phy_supported_channels phy_supported_channels; \
285 .phy_supported_channels = \
1087 const struct ieee802154_phy_supported_channels *phy_supported_channels; member
1124 const struct ieee802154_phy_supported_channels *phy_supported_channels, in ieee802154_attr_get_channel_page_and_range() argument
1133 value->phy_supported_channels = phy_supported_channels; in ieee802154_attr_get_channel_page_and_range()
/Zephyr-Core-3.5.0/tests/net/ieee802154/l2/src/
Dieee802154_fake_driver.c133 &drv_attr.phy_supported_channels, value); in fake_attr_get()
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_uart_pipe.c341 &drv_attr.phy_supported_channels, value); in upipe_attr_get()
Dieee802154_dw1000.c945 const struct ieee802154_phy_supported_channels phy_supported_channels; member
951 .phy_supported_channels = {
962 &drv_attr.phy_supported_channels, value) == 0) { in dwt_attr_get()
Dieee802154_b91.c616 &drv_attr.phy_supported_channels, value); in b91_attr_get()
Dieee802154_cc1200.c718 &drv_attr.phy_supported_channels, value); in cc1200_attr_get()
Dieee802154_cc13xx_cc26xx.c521 &drv_attr.phy_supported_channels, value); in ieee802154_cc13xx_cc26xx_attr_get()
Dieee802154_cc13xx_cc26xx_subg.c748 &drv_attr.phy_supported_channels, value); in ieee802154_cc13xx_cc26xx_subg_attr_get()
Dieee802154_kw41z.c1091 &drv_attr.phy_supported_channels, value); in kw41z_attr_get()
Dieee802154_nrf5.c956 &drv_attr.phy_supported_channels, value) == 0) { in nrf5_attr_get()
Dieee802154_rf2xx.c842 value->phy_supported_channels = &ctx->cc_channels; in rf2xx_attr_get()
Dieee802154_mcr20a.c1278 &drv_attr.phy_supported_channels, value); in mcr20a_attr_get()
Dieee802154_cc2520.c895 &drv_attr.phy_supported_channels, value); in cc2520_attr_get()