/kernel/linux/linux-6.6/net/wireless/ |
H A D | core.c | 890 if (WARN_ON(!iftd->types_mask)) in wiphy_register() 892 if (WARN_ON(types & iftd->types_mask)) in wiphy_register() 899 types |= iftd->types_mask; in wiphy_register() 907 has_ap = iftd->types_mask & ap_bits; in wiphy_register() 908 has_non_ap = iftd->types_mask & ~ap_bits; in wiphy_register()
|
H A D | nl80211.c | 1819 iftdata->types_mask)) in nl80211_send_iftype_data() 1842 is_ap = iftdata->types_mask & BIT(NL80211_IFTYPE_AP) || in nl80211_send_iftype_data() 1843 iftdata->types_mask & BIT(NL80211_IFTYPE_P2P_GO); in nl80211_send_iftype_data()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | core.c | 859 if (WARN_ON(!iftd->types_mask)) in wiphy_register() 861 if (WARN_ON(types & iftd->types_mask)) in wiphy_register() 868 types |= iftd->types_mask; in wiphy_register()
|
H A D | nl80211.c | 1662 iftdata->types_mask)) in nl80211_send_iftype_data()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 4007 .types_mask = BIT(NL80211_IFTYPE_STATION), 4112 .types_mask = BIT(NL80211_IFTYPE_AP), 4218 .types_mask = BIT(NL80211_IFTYPE_MESH_POINT), 4260 .types_mask = BIT(NL80211_IFTYPE_STATION), 4384 .types_mask = BIT(NL80211_IFTYPE_AP), 4510 .types_mask = BIT(NL80211_IFTYPE_MESH_POINT), 4556 .types_mask = BIT(NL80211_IFTYPE_STATION), 4701 .types_mask = BIT(NL80211_IFTYPE_AP), 4848 .types_mask = BIT(NL80211_IFTYPE_MESH_POINT),
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-nvm-parse.c | 585 .types_mask = BIT(NL80211_IFTYPE_STATION), 669 .types_mask = BIT(NL80211_IFTYPE_AP),
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-nvm-parse.c | 588 .types_mask = BIT(NL80211_IFTYPE_STATION), 739 .types_mask = BIT(NL80211_IFTYPE_AP), 889 bool is_ap = iftype_data->types_mask & BIT(NL80211_IFTYPE_AP); in iwl_nvm_fixup_sband_iftd()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | init.c | 421 data[idx].types_mask = BIT(i); in mt7915_init_he_caps()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1668 __le16 types_mask; member
|
H A D | commands.c | 1311 iftype_data->types_mask = le16_to_cpu(qlink_data->types_mask); in qtnf_cmd_conv_iftype()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | init.c | 825 data[n].types_mask = BIT(i); in __mt7996_set_stream_he_eht_caps()
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1668 __le16 types_mask; member
|
H A D | commands.c | 1299 iftype_data->types_mask = le16_to_cpu(qlink_data->types_mask); in qtnf_cmd_conv_iftype()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 2750 .types_mask = BIT(NL80211_IFTYPE_STATION) | 2798 .types_mask = BIT(NL80211_IFTYPE_MESH_POINT), 2840 .types_mask = BIT(NL80211_IFTYPE_STATION) | 2892 .types_mask = BIT(NL80211_IFTYPE_MESH_POINT),
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 377 * interface types defined in @types_mask. Each type in the 378 * @types_mask must be unique across all instances of iftype_data. 380 * @types_mask: interface types mask 386 u16 types_mask; member 482 * @types_mask inside this structure cannot overlap (i.e. only 523 if (data->types_mask & BIT(iftype)) in ieee80211_get_sband_iftype_data()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | init.c | 992 data[idx].types_mask = BIT(i); in mt7915_init_he_caps()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | main.c | 42 data[idx].types_mask = BIT(i); in mt7921_init_he_caps()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 417 * interface types defined in @types_mask. Each type in the 418 * @types_mask must be unique across all instances of iftype_data. 420 * @types_mask: interface types mask 430 u16 types_mask; member 531 * @types_mask inside this structure cannot overlap (i.e. only 572 if (data->types_mask & BIT(iftype)) in ieee80211_get_sband_iftype_data()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.c | 3272 iftype_data[idx].types_mask = BIT(i); in rtw89_init_he_cap()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 3751 data[idx].types_mask = BIT(i); in ath11k_mac_copy_he_cap()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 4622 data[idx].types_mask = BIT(i); in ath12k_mac_copy_sband_iftype_data()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 5838 data[idx].types_mask = BIT(i); in ath11k_mac_copy_he_cap()
|