Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dnan.h96 enum nan_supported_bands { enum
H A Dnan.c724 if (wiphy->nan_supported_bands & BIT(NL80211_BAND_2GHZ)) in mt7925_nan_get_supported_bands()
726 if (wiphy->nan_supported_bands & BIT(NL80211_BAND_5GHZ)) in mt7925_nan_get_supported_bands()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c275 hw->wiphy->nan_supported_bands = BIT(NL80211_BAND_2GHZ); in iwl_mld_hw_set_nan()
277 hw->wiphy->nan_supported_bands |= in iwl_mld_hw_set_nan()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c799 wiphy->nan_supported_bands = BIT(NL80211_BAND_2GHZ) | in mt792x_init_wiphy()
/linux/net/wireless/
H A Dcore.c884 !(wiphy->nan_supported_bands & BIT(NL80211_BAND_2GHZ))))) in wiphy_register()
H A Dnl80211.c3631 rdev->wiphy.nan_supported_bands)) in nl80211_send_wiphy()
16502 if (BIT(band) & ~(u32)wiphy->nan_supported_bands) in nl80211_parse_nan_band_config()
16564 if (bands & ~(u32)wiphy->nan_supported_bands) in nl80211_parse_nan_conf()
/linux/include/net/
H A Dcfg80211.h6664 u8 nan_supported_bands; member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c5799 hw->wiphy->nan_supported_bands = BIT(NL80211_BAND_2GHZ) | in mac80211_hwsim_new_radio()