Home
last modified time | relevance | path

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

/Zephyr-latest/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.c165 supported_channels = attr_value.phy_supported_channels; in ieee802154_scan()
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h285 const struct ieee802154_phy_supported_channels phy_supported_channels; \
288 .phy_supported_channels = \
1386 const struct ieee802154_phy_supported_channels *phy_supported_channels; member
1423 const struct ieee802154_phy_supported_channels *phy_supported_channels, in ieee802154_attr_get_channel_page_and_range() argument
1432 value->phy_supported_channels = phy_supported_channels; in ieee802154_attr_get_channel_page_and_range()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_fake_driver.c133 &drv_attr.phy_supported_channels, value); in fake_attr_get()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c334 &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.c614 &drv_attr.phy_supported_channels, value); in b91_attr_get()
Dieee802154_cc1200.c719 &drv_attr.phy_supported_channels, value); in cc1200_attr_get()
Dieee802154_cc13xx_cc26xx.c525 &drv_attr.phy_supported_channels, value); in ieee802154_cc13xx_cc26xx_attr_get()
Dieee802154_cc13xx_cc26xx_subg.c752 &drv_attr.phy_supported_channels, value); in ieee802154_cc13xx_cc26xx_subg_attr_get()
Dieee802154_kw41z.c1087 &drv_attr.phy_supported_channels, value); in kw41z_attr_get()
Dieee802154_nrf5.c1080 &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.c896 &drv_attr.phy_supported_channels, value); in cc2520_attr_get()