Searched refs:supported_channels (Results 1 – 2 of 2) sorted by relevance
100 const struct ieee802154_phy_supported_channels *supported_channels; in ieee802154_scan() local165 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()
2648 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()