Home
last modified time | relevance | path

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

/linux-6.15/net/wireless/
H A Dcore.c1042 wiphy->iftype_ext_capab) { in wiphy_register()
1046 capab = wiphy->iftype_ext_capab; in wiphy_register()
H A Dutil.c2880 if (wiphy->iftype_ext_capab[i].iftype == type) in cfg80211_get_iftype_ext_capa()
2881 return &wiphy->iftype_ext_capab[i]; in cfg80211_get_iftype_ext_capa()
H A Dnl80211.c3020 rdev->wiphy.iftype_ext_capab) { in nl80211_send_wiphy()
3032 capab = &rdev->wiphy.iftype_ext_capab[i]; in nl80211_send_wiphy()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c330 wiphy->iftype_ext_capab = NULL; in iwl_mac_hw_set_wiphy()
334 wiphy->iftype_ext_capab = iftypes_ext_capa; in iwl_mac_hw_set_wiphy()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c692 hw->wiphy->iftype_ext_capab = NULL; in iwl_mvm_mac_setup_register()
697 hw->wiphy->iftype_ext_capab = add_iftypes_ext_capa; in iwl_mvm_mac_setup_register()
711 if (!hw->wiphy->iftype_ext_capab) { in iwl_mvm_mac_setup_register()
713 hw->wiphy->iftype_ext_capab = add_iftypes_ext_capa + in iwl_mvm_mac_setup_register()
716 hw->wiphy->iftype_ext_capab = add_iftypes_ext_capa + 1; in iwl_mvm_mac_setup_register()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c262 wiphy->iftype_ext_capab = ext_capab; in mt7925_init_mlo_caps()
/linux-6.15/include/net/
H A Dcfg80211.h5809 const struct wiphy_iftype_ext_capab *iftype_ext_capab; member
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5359 hw->wiphy->iftype_ext_capab = mac80211_hwsim_iftypes_ext_capa; in mac80211_hwsim_new_radio()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c10276 ar->hw->wiphy->iftype_ext_capab = ath11k_iftypes_ext_capa; in __ath11k_mac_register()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c11287 wiphy->iftype_ext_capab = ath12k_iftypes_ext_capa; in ath12k_mac_hw_register()