Lines Matching refs:band

1499 	struct wpa_supp_event_supported_band *band  in nrf_wifi_parse_sband()  argument
1507 memset(band, 0, sizeof(*band)); in nrf_wifi_parse_sband()
1509 band->wpa_supp_n_channels = event->nrf_wifi_n_channels; in nrf_wifi_parse_sband()
1510 band->wpa_supp_n_bitrates = event->nrf_wifi_n_bitrates; in nrf_wifi_parse_sband()
1512 for (count = 0; count < band->wpa_supp_n_channels; count++) { in nrf_wifi_parse_sband()
1513 struct wpa_supp_event_channel *chan = &band->channels[count]; in nrf_wifi_parse_sband()
1529 for (count = 0; count < band->wpa_supp_n_bitrates; count++) { in nrf_wifi_parse_sband()
1530 struct wpa_supp_event_rate *rate = &band->bitrates[count]; in nrf_wifi_parse_sband()
1541 band->ht_cap.wpa_supp_ht_supported = event->ht_cap.nrf_wifi_ht_supported; in nrf_wifi_parse_sband()
1542 band->ht_cap.wpa_supp_cap = event->ht_cap.nrf_wifi_cap; in nrf_wifi_parse_sband()
1543 band->ht_cap.mcs.wpa_supp_rx_highest = event->ht_cap.mcs.nrf_wifi_rx_highest; in nrf_wifi_parse_sband()
1546 band->ht_cap.mcs.wpa_supp_rx_mask[count] = in nrf_wifi_parse_sband()
1550 band->ht_cap.mcs.wpa_supp_tx_params = event->ht_cap.mcs.nrf_wifi_tx_params; in nrf_wifi_parse_sband()
1559 band->ht_cap.mcs.wpa_supp_reserved[count] = in nrf_wifi_parse_sband()
1563 band->ht_cap.wpa_supp_ampdu_factor = event->ht_cap.nrf_wifi_ampdu_factor; in nrf_wifi_parse_sband()
1564 band->ht_cap.wpa_supp_ampdu_density = event->ht_cap.nrf_wifi_ampdu_density; in nrf_wifi_parse_sband()
1566 band->vht_cap.wpa_supp_vht_supported = event->vht_cap.nrf_wifi_vht_supported; in nrf_wifi_parse_sband()
1567 band->vht_cap.wpa_supp_cap = event->vht_cap.nrf_wifi_cap; in nrf_wifi_parse_sband()
1569 band->vht_cap.vht_mcs.rx_mcs_map = event->vht_cap.vht_mcs.rx_mcs_map; in nrf_wifi_parse_sband()
1570 band->vht_cap.vht_mcs.rx_highest = event->vht_cap.vht_mcs.rx_highest; in nrf_wifi_parse_sband()
1571 band->vht_cap.vht_mcs.tx_mcs_map = event->vht_cap.vht_mcs.tx_mcs_map; in nrf_wifi_parse_sband()
1572 band->vht_cap.vht_mcs.tx_highest = event->vht_cap.vht_mcs.tx_highest; in nrf_wifi_parse_sband()
1574 band->band = event->band; in nrf_wifi_parse_sband()
1585 struct wpa_supp_event_supported_band band; in nrf_wifi_wpa_supp_event_get_wiphy() local
1595 memset(&band, 0, sizeof(band)); in nrf_wifi_wpa_supp_event_get_wiphy()
1598 if (nrf_wifi_parse_sband(&wiphy_info->sband[i], &band) != WLAN_STATUS_SUCCESS) { in nrf_wifi_wpa_supp_event_get_wiphy()
1603 &band); in nrf_wifi_wpa_supp_event_get_wiphy()