Home
last modified time | relevance | path

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

/linux-6.12.1/net/wireless/
Dcore.c1004 wiphy->iftype_ext_capab) { in wiphy_register()
1008 capab = wiphy->iftype_ext_capab; in wiphy_register()
Dutil.c2884 if (wiphy->iftype_ext_capab[i].iftype == type) in cfg80211_get_iftype_ext_capa()
2885 return &wiphy->iftype_ext_capab[i]; in cfg80211_get_iftype_ext_capa()
Dnl80211.c2991 rdev->wiphy.iftype_ext_capab) { in nl80211_send_wiphy()
3003 capab = &rdev->wiphy.iftype_ext_capab[i]; in nl80211_send_wiphy()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c691 hw->wiphy->iftype_ext_capab = NULL; in iwl_mvm_mac_setup_register()
696 hw->wiphy->iftype_ext_capab = add_iftypes_ext_capa; in iwl_mvm_mac_setup_register()
710 if (!hw->wiphy->iftype_ext_capab) { in iwl_mvm_mac_setup_register()
712 hw->wiphy->iftype_ext_capab = add_iftypes_ext_capa + in iwl_mvm_mac_setup_register()
715 hw->wiphy->iftype_ext_capab = add_iftypes_ext_capa + 1; in iwl_mvm_mac_setup_register()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/
Dmain.c262 wiphy->iftype_ext_capab = ext_capab; in mt7925_init_mlo_caps()
/linux-6.12.1/include/net/
Dcfg80211.h5746 const struct wiphy_iftype_ext_capab *iftype_ext_capab; member
/linux-6.12.1/drivers/net/wireless/virtual/
Dmac80211_hwsim.c5317 hw->wiphy->iftype_ext_capab = mac80211_hwsim_iftypes_ext_capa; in mac80211_hwsim_new_radio()
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dmac.c9209 wiphy->iftype_ext_capab = ath12k_iftypes_ext_capa; in ath12k_mac_hw_register()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dmac.c10221 ar->hw->wiphy->iftype_ext_capab = ath11k_iftypes_ext_capa; in __ath11k_mac_register()