Searched refs:phy_supported_channels (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/ |
D | ieee802154_utils.c | 37 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()
|
D | ieee802154_mgmt.c | 162 supported_channels = attr_value.phy_supported_channels; in ieee802154_scan()
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | ieee802154_radio.h | 282 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/ |
D | ieee802154_fake_driver.c | 133 &drv_attr.phy_supported_channels, value); in fake_attr_get()
|
/Zephyr-Core-3.5.0/drivers/ieee802154/ |
D | ieee802154_uart_pipe.c | 341 &drv_attr.phy_supported_channels, value); in upipe_attr_get()
|
D | ieee802154_dw1000.c | 945 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()
|
D | ieee802154_b91.c | 616 &drv_attr.phy_supported_channels, value); in b91_attr_get()
|
D | ieee802154_cc1200.c | 718 &drv_attr.phy_supported_channels, value); in cc1200_attr_get()
|
D | ieee802154_cc13xx_cc26xx.c | 521 &drv_attr.phy_supported_channels, value); in ieee802154_cc13xx_cc26xx_attr_get()
|
D | ieee802154_cc13xx_cc26xx_subg.c | 748 &drv_attr.phy_supported_channels, value); in ieee802154_cc13xx_cc26xx_subg_attr_get()
|
D | ieee802154_kw41z.c | 1091 &drv_attr.phy_supported_channels, value); in kw41z_attr_get()
|
D | ieee802154_nrf5.c | 956 &drv_attr.phy_supported_channels, value) == 0) { in nrf5_attr_get()
|
D | ieee802154_rf2xx.c | 842 value->phy_supported_channels = &ctx->cc_channels; in rf2xx_attr_get()
|
D | ieee802154_mcr20a.c | 1278 &drv_attr.phy_supported_channels, value); in mcr20a_attr_get()
|
D | ieee802154_cc2520.c | 895 &drv_attr.phy_supported_channels, value); in cc2520_attr_get()
|