Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c651 struct ieee80211_supported_band *supband; in lkpi_lsta_alloc() local
653 supband = hw->wiphy->bands[band]; in lkpi_lsta_alloc()
654 if (supband == NULL) in lkpi_lsta_alloc()
657 for (i = 0; i < supband->n_bitrates; i++) { in lkpi_lsta_alloc()
660 switch (supband->bitrates[i].bitrate) { in lkpi_lsta_alloc()
673 switch (supband->bitrates[i].bitrate) { in lkpi_lsta_alloc()
1056 struct ieee80211_supported_band *supband; in linuxkpi_ieee80211_get_channel() local
1060 supband = wiphy->bands[band]; in linuxkpi_ieee80211_get_channel()
1061 if (supband == NULL || supband->n_channels == 0) in linuxkpi_ieee80211_get_channel()
1064 channels = supband->channels; in linuxkpi_ieee80211_get_channel()
[all …]