Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dpkt_cls.h92 __u32 capab; member
109 __u32 capab; \
/linux/include/uapi/linux/
H A Dpkt_cls.h164 __u32 capab; member
181 __u32 capab; \
/linux/net/wireless/
H A Dcore.c1207 const struct wiphy_iftype_ext_capab *capab;
1209 capab = wiphy->iftype_ext_capab; in cfg80211_process_wiphy_works()
1211 if (capab[0].extended_capabilities_len > j) in cfg80211_process_wiphy_works()
1213 capab[0].extended_capabilities[j]; in cfg80211_process_wiphy_works()
1217 if (j >= capab[i].extended_capabilities_len) { in cfg80211_process_wiphy_works()
1222 capab[i].extended_capabilities[j]; in cfg80211_process_wiphy_works()
1160 const struct wiphy_iftype_ext_capab *capab; wiphy_register() local
H A Dnl80211.c3584 const struct wiphy_iftype_ext_capab *capab; in nl80211_dump_wiphy_parse()
3586 capab = &rdev->wiphy.iftype_ext_capab[i]; in nl80211_dump_wiphy_parse()
3592 capab->iftype) || in nl80211_dump_wiphy_parse()
3594 capab->extended_capabilities_len, in nl80211_dump_wiphy_parse()
3595 capab->extended_capabilities) || in nl80211_dump_wiphy_parse()
3597 capab->extended_capabilities_len, in nl80211_dump_wiphy_parse()
3598 capab->extended_capabilities_mask)) in nl80211_dump_wiphy_parse()
3604 capab->eml_capabilities) || in nl80211_dump_wiphy_parse()
3607 capab->mld_capa_and_ops))) in nl80211_dump_wiphy_parse()
3610 capab in nl80211_dump_wiphy_parse()
3450 const struct wiphy_iftype_ext_capab *capab; nl80211_send_wiphy() local
[all...]
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c425 skb->len >= IEEE80211_MIN_ACTION_SIZE(addba_req.capab) && in mt76_connac2_mac_write_txwi_80211()
428 u16 capab = le16_to_cpu(mgmt->u.action.addba_req.capab); in mt76_connac2_mac_write_txwi_80211()
431 tid = (capab >> 2) & IEEE80211_QOS_CTL_TID_MASK; in mt76_connac2_mac_write_txwi_80211()
419 u16 capab = le16_to_cpu(mgmt->u.action.addba_req.capab); mt76_connac2_mac_write_txwi_80211() local
/linux/net/mac80211/
H A Dmlme.c2147 struct sk_buff *skb, u16 capab, in ieee80211_assoc_add_ml_elem()
2154 struct sk_buff *skb, u16 *capab, in ieee80211_assoc_add_ml_elem()
2172 u16 orig_capab = *capab; in ieee80211_assoc_add_ml_elem()
2209 *capab |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in ieee80211_link_common_elems_size()
2210 *capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_link_common_elems_size()
2215 *capab |= WLAN_CAPABILITY_SPECTRUM_MGMT; in ieee80211_link_common_elems_size()
2220 if (*capab & WLAN_CAPABILITY_SPECTRUM_MGMT || in ieee80211_link_common_elems_size()
2221 *capab & WLAN_CAPABILITY_RADIO_MEASURE) { in ieee80211_link_common_elems_size()
2241 if (*capab & WLAN_CAPABILITY_SPECTRUM_MGMT && in ieee80211_link_common_elems_size()
2415 struct sk_buff *skb, u16 capab, in ieee80211_send_assoc()
1814 ieee80211_add_link_elems(struct ieee80211_sub_if_data * sdata,struct sk_buff * skb,u16 * capab,const struct element * ext_capa,const u8 * extra_elems,size_t extra_elems_len,unsigned int link_id,struct ieee80211_link_data * link,u16 * present_elems,struct ieee80211_mgd_assoc_data * assoc_data) ieee80211_add_link_elems() argument
2075 ieee80211_assoc_add_ml_elem(struct ieee80211_sub_if_data * sdata,struct sk_buff * skb,u16 capab,const struct element * ext_capa,const u16 * outer_present_elems,struct ieee80211_mgd_assoc_data * assoc_data) ieee80211_assoc_add_ml_elem() argument
2253 u16 capab = 0, link_capab; ieee80211_send_assoc() local
3327 __le16 capab = mgmt->u.probe_resp.capab_info; ieee80211_handle_pwr_constr() local
3925 ieee80211_handle_bss_capability(struct ieee80211_link_data * link,u16 capab,bool erp_valid,u8 erp) ieee80211_handle_bss_capability() argument
10688 u16 capab = 0; ieee80211_build_ml_reconf_req() local
[all...]
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1363 __le16 capab; member
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c1810 u32 capab = 0; in qlcnic_get_lro_mss_capability() local
1817 capab = adapter->ahw->capabilities; in qlcnic_get_lro_mss_capability()
1818 if (QLC_83XX_GET_FW_LRO_MSS_CAPABILITY(capab)) in qlcnic_get_lro_mss_capability()