Home
last modified time | relevance | path

Searched refs:supported_channels (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c100 const struct ieee802154_phy_supported_channels *supported_channels; in ieee802154_scan() local
165 supported_channels = attr_value.phy_supported_channels; in ieee802154_scan()
167 for (int channel_range = 0; channel_range < supported_channels->num_ranges; in ieee802154_scan()
169 for (uint16_t channel = supported_channels->ranges[channel_range].from_channel; in ieee802154_scan()
170 channel <= supported_channels->ranges[channel_range].to_channel; channel++) { in ieee802154_scan()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c2648 sta_info.supported_channels.supported_channels_len = params->supp_channels_len; in nrf_wifi_wpa_supp_sta_add()
2654 memcpy(sta_info.supported_channels.supported_channels, params->supp_channels, in nrf_wifi_wpa_supp_sta_add()