Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dcore.c1003 wiphy->iftype_ext_capab) { in wiphy_register()
1007 capab = wiphy->iftype_ext_capab; in wiphy_register()
H A Dutil.c2715 if (wiphy->iftype_ext_capab[i].iftype == type) in cfg80211_get_iftype_ext_capa()
2716 return &wiphy->iftype_ext_capab[i]; in cfg80211_get_iftype_ext_capa()
H A Dnl80211.c2884 rdev->wiphy.iftype_ext_capab) { in nl80211_send_wiphy()
2896 capab = &rdev->wiphy.iftype_ext_capab[i]; in nl80211_send_wiphy()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c630 hw->wiphy->iftype_ext_capab = NULL; in iwl_mvm_mac_setup_register()
635 hw->wiphy->iftype_ext_capab = add_iftypes_ext_capa; in iwl_mvm_mac_setup_register()
649 if (!hw->wiphy->iftype_ext_capab) { in iwl_mvm_mac_setup_register()
651 hw->wiphy->iftype_ext_capab = add_iftypes_ext_capa + in iwl_mvm_mac_setup_register()
654 hw->wiphy->iftype_ext_capab = add_iftypes_ext_capa + 1; in iwl_mvm_mac_setup_register()
/openbmc/linux/include/net/
H A Dcfg80211.h5516 const struct wiphy_iftype_ext_capab *iftype_ext_capab; member
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c7323 ar->hw->wiphy->iftype_ext_capab = ath12k_iftypes_ext_capa; in __ath12k_mac_register()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c9576 ar->hw->wiphy->iftype_ext_capab = ath11k_iftypes_ext_capa; in __ath11k_mac_register()