Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c343 hw->wiphy->nan_supported_bands = BIT(NL80211_BAND_2GHZ); in iwl_mac_hw_set_wiphy()
345 hw->wiphy->nan_supported_bands |= in iwl_mac_hw_set_wiphy()
/linux/net/wireless/
H A Dcore.c762 !(wiphy->nan_supported_bands & BIT(NL80211_BAND_2GHZ))))) in wiphy_register()
H A Dnl80211.c3274 rdev->wiphy.nan_supported_bands)) in nl80211_send_wiphy()
15636 if (BIT(band) & ~(u32)wiphy->nan_supported_bands) in nl80211_parse_nan_band_config()
15698 if (bands & ~(u32)wiphy->nan_supported_bands) in nl80211_parse_nan_conf()
/linux/include/net/
H A Dcfg80211.h6200 u8 nan_supported_bands; member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5507 hw->wiphy->nan_supported_bands = BIT(NL80211_BAND_2GHZ) | in mac80211_hwsim_new_radio()