Home
last modified time | relevance | path

Searched refs:ieee80211_ht_cap (Results 1 – 25 of 42) sorted by relevance

12

/kernel/linux/linux-5.10/net/mac80211/
Dht.c21 static void __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_disable()
22 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_disable()
33 static void __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_enable()
34 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_enable()
48 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides()
140 const struct ieee80211_ht_cap *ht_cap_ie, in ieee80211_ht_cap_ie_to_sta_ht_cap()
Dieee80211_i.h532 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
533 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
590 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
591 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
1494 const struct ieee80211_ht_cap *ht_cap_elem;
1829 const struct ieee80211_ht_cap *ht_cap_ie,
Dmesh.c437 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_cap)) in mesh_add_ht_cap_ie()
440 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_cap)); in mesh_add_ht_cap_ie()
810 2 + sizeof(struct ieee80211_ht_cap) + in ieee80211_mesh_build_beacon()
Dtdls.c459 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
466 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
879 2 + max(sizeof(struct ieee80211_ht_cap), in ieee80211_tdls_build_mgmt_packet_data()
Dmain.c491 static const struct ieee80211_ht_cap mac80211_ht_capa_mod_mask = {
1119 local->scan_ies_len += 2 + sizeof(struct ieee80211_ht_cap); in ieee80211_register_hw()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
Drtw_ht.h23 struct ieee80211_ht_cap ht_cap;
Drtw_mlme_ext.h338 struct ieee80211_ht_cap HT_caps;
519 unsigned int update_MSC_rate(struct ieee80211_ht_cap *pHT_caps);
524 int support_short_GI(struct adapter *padapter, struct ieee80211_ht_cap *caps);
Dieee80211.h223 struct ieee80211_ht_cap ht_cap;
248 struct ieee80211_ht_cap ht_cap;
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dtdls.c472 struct ieee80211_ht_cap *ht_cap; in mwifiex_prep_tdls_encap_data()
496 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_prep_tdls_encap_data()
498 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_prep_tdls_encap_data()
536 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_prep_tdls_encap_data()
538 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_prep_tdls_encap_data()
645 sizeof(struct ieee80211_ht_cap) + in mwifiex_send_tdls_data_frame()
737 struct ieee80211_ht_cap *ht_cap; in mwifiex_construct_tdls_action_frame()
776 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_construct_tdls_action_frame()
778 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_construct_tdls_action_frame()
827 sizeof(struct ieee80211_ht_cap) + in mwifiex_send_tdls_action_frame()
[all …]
Dwmm.h108 struct ieee80211_ht_cap *htcap);
D11n.h38 struct ieee80211_ht_cap *);
Duap_cmd.c171 sizeof(struct ieee80211_ht_cap)); in mwifiex_set_ht_params()
174 memset(&bss_cfg->ht_cap, 0, sizeof(struct ieee80211_ht_cap)); in mwifiex_set_ht_params()
638 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_uap_bss_param_prepare()
Dioctl.h114 struct ieee80211_ht_cap ht_cap;
D11n.c38 struct ieee80211_ht_cap *ht_cap) in mwifiex_fill_cap_info()
336 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_cmd_append_11n_tlv()
Dutil.c635 const struct ieee80211_ht_cap *ht_cap; in mwifiex_set_sta_ht_cap()
Dscan.c1046 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_config_scan()
1411 bss_entry->bcn_ht_cap = (struct ieee80211_ht_cap *) in mwifiex_update_bss_desc_with_ie()
2956 curr_bss->bcn_ht_cap = (struct ieee80211_ht_cap *) in mwifiex_save_curr_bcn()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
Dcore.h90 struct ieee80211_ht_cap ht_cap_mod_mask;
Dqlink.h573 struct ieee80211_ht_cap ht_capa;
574 struct ieee80211_ht_cap ht_capa_mask;
1066 struct ieee80211_ht_cap ht_cap_mod_mask;
/kernel/linux/linux-5.10/net/wireless/
Dcore.h399 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
400 const struct ieee80211_ht_cap *ht_capa_mask);
Dmlme.c276 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa()
277 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c836 struct ieee80211_ht_cap *ht_cap = in rtw_check_bcn_info()
837 (struct ieee80211_ht_cap *)(p + 2); in rtw_check_bcn_info()
1104 unsigned int update_MSC_rate(struct ieee80211_ht_cap *pHT_caps) in update_MSC_rate()
1110 int support_short_GI(struct adapter *padapter, struct ieee80211_ht_cap *pHT_caps) in support_short_GI()
Drtw_ieee80211.c1000 struct ieee80211_ht_cap *ht_cap = in rtw_get_bcn_info()
1001 (struct ieee80211_ht_cap *)(p + 2); in rtw_get_bcn_info()
Drtw_mlme.c1873 struct ieee80211_ht_cap ht_cap; in rtw_restructure_ht_ie()
1885 memset(&ht_cap, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie()
1910 sizeof(struct ieee80211_ht_cap), in rtw_restructure_ht_ie()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h1200 const struct ieee80211_ht_cap *ht_cap;
1362 const struct ieee80211_ht_cap *ht_capa;
2580 struct ieee80211_ht_cap ht_capa;
2581 struct ieee80211_ht_cap ht_capa_mask;
2681 struct ieee80211_ht_cap ht_capa;
2682 struct ieee80211_ht_cap ht_capa_mask;
2783 struct ieee80211_ht_cap ht_capa;
2784 struct ieee80211_ht_cap ht_capa_mask;
4977 const struct ieee80211_ht_cap *ht_capa_mod_mask;
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c1180 struct ieee80211_ht_cap *pht_cap = NULL; in rtw_get_bcn_info()
1217 pht_cap = (struct ieee80211_ht_cap *)(p + 2); in rtw_get_bcn_info()

12