Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1142 static u32 nl80211_to_pd_bw_bitmap(u32 nl_bitmap) in nl80211_to_pd_bw_bitmap() argument
1146 if (nl_bitmap & BIT(NL80211_CHAN_WIDTH_20)) in nl80211_to_pd_bw_bitmap()
1148 if (nl_bitmap & BIT(NL80211_CHAN_WIDTH_40)) in nl80211_to_pd_bw_bitmap()
1150 if (nl_bitmap & BIT(NL80211_CHAN_WIDTH_80)) in nl80211_to_pd_bw_bitmap()
1152 if (nl_bitmap & BIT(NL80211_CHAN_WIDTH_80P80)) in nl80211_to_pd_bw_bitmap()
1154 if (nl_bitmap & BIT(NL80211_CHAN_WIDTH_160)) in nl80211_to_pd_bw_bitmap()
1160 static u32 nl80211_to_pd_preamble_bitmap(u32 nl_bitmap) in nl80211_to_pd_preamble_bitmap() argument
1164 if (nl_bitmap & BIT(NL80211_PREAMBLE_HT)) in nl80211_to_pd_preamble_bitmap()
1166 if (nl_bitmap & BIT(NL80211_PREAMBLE_VHT)) in nl80211_to_pd_preamble_bitmap()
1168 if (nl_bitmap & BIT(NL80211_PREAMBLE_HE)) in nl80211_to_pd_preamble_bitmap()