| /Linux-v5.4/net/mac80211/ |
| D | ht.c | 20 static void __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_disable() 21 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_disable() 32 static void __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_enable() 33 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_enable() 47 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() 139 const struct ieee80211_ht_cap *ht_cap_ie, in ieee80211_ht_cap_ie_to_sta_ht_cap()
|
| D | ieee80211_i.h | 533 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ 534 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ 589 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ 590 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ 1476 const struct ieee80211_ht_cap *ht_cap_elem; 1790 const struct ieee80211_ht_cap *ht_cap_ie,
|
| D | mesh.c | 424 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_cap)) in mesh_add_ht_cap_ie() 427 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_cap)); in mesh_add_ht_cap_ie() 760 2 + sizeof(struct ieee80211_ht_cap) + in ieee80211_mesh_build_beacon()
|
| D | tdls.c | 460 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in ieee80211_tdls_add_setup_start_ies() 467 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in ieee80211_tdls_add_setup_start_ies() 880 2 + max(sizeof(struct ieee80211_ht_cap), in ieee80211_tdls_build_mgmt_packet_data()
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_ht.h | 29 struct ieee80211_ht_cap ht_cap;
|
| D | rtl871x_mlme.c | 1646 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie() 1662 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie() 1672 sizeof(struct ieee80211_ht_cap), in r8712_restructure_ht_ie() 1686 struct ieee80211_ht_cap *pht_capie; in update_ht_cap() 1706 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in update_ht_cap()
|
| D | wifi.h | 480 struct ieee80211_ht_cap { struct
|
| D | rtl871x_ioctl_linux.c | 214 struct ieee80211_ht_cap *pht_capie; in translate_scan() 244 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in translate_scan() 1398 struct ieee80211_ht_cap *pht_capie; in r8711_wx_get_rate() 1414 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in r8711_wx_get_rate()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ |
| D | rtw_ht.h | 23 struct ieee80211_ht_cap ht_cap;
|
| D | rtw_mlme_ext.h | 340 struct ieee80211_ht_cap HT_caps; 521 unsigned int update_MSC_rate(struct ieee80211_ht_cap *pHT_caps); 526 int support_short_GI(struct adapter *padapter, struct ieee80211_ht_cap *caps);
|
| D | ieee80211.h | 228 struct ieee80211_ht_cap ht_cap; 253 struct ieee80211_ht_cap ht_cap;
|
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | tdls.c | 471 struct ieee80211_ht_cap *ht_cap; in mwifiex_prep_tdls_encap_data() 495 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_prep_tdls_encap_data() 497 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_prep_tdls_encap_data() 535 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_prep_tdls_encap_data() 537 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_prep_tdls_encap_data() 644 sizeof(struct ieee80211_ht_cap) + in mwifiex_send_tdls_data_frame() 736 struct ieee80211_ht_cap *ht_cap; in mwifiex_construct_tdls_action_frame() 775 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_construct_tdls_action_frame() 777 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_construct_tdls_action_frame() 826 sizeof(struct ieee80211_ht_cap) + in mwifiex_send_tdls_action_frame() [all …]
|
| D | wmm.h | 122 struct ieee80211_ht_cap *htcap);
|
| D | 11n.h | 38 struct ieee80211_ht_cap *);
|
| D | uap_cmd.c | 171 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()
|
| D | ioctl.h | 114 struct ieee80211_ht_cap ht_cap;
|
| D | 11n.c | 38 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()
|
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
| D | qlink.h | 480 struct ieee80211_ht_cap ht_capa; 481 struct ieee80211_ht_cap ht_capa_mask; 822 struct ieee80211_ht_cap ht_cap_mod_mask;
|
| D | core.h | 88 struct ieee80211_ht_cap ht_cap_mod_mask;
|
| /Linux-v5.4/net/wireless/ |
| D | core.h | 396 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, 397 const struct ieee80211_ht_cap *ht_capa_mask);
|
| D | mlme.c | 267 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa() 268 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa()
|
| /Linux-v5.4/include/net/ |
| D | cfg80211.h | 1012 const struct ieee80211_ht_cap *ht_cap; 1166 const struct ieee80211_ht_cap *ht_capa; 2342 struct ieee80211_ht_cap ht_capa; 2343 struct ieee80211_ht_cap ht_capa_mask; 2442 struct ieee80211_ht_cap ht_capa; 2443 struct ieee80211_ht_cap ht_capa_mask; 2544 struct ieee80211_ht_cap ht_capa; 2545 struct ieee80211_ht_cap ht_capa_mask; 4643 const struct ieee80211_ht_cap *ht_capa_mod_mask;
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_wlan_util.c | 864 struct ieee80211_ht_cap *ht_cap = in rtw_check_bcn_info() 865 (struct ieee80211_ht_cap *)(p + 2); in rtw_check_bcn_info() 1132 unsigned int update_MSC_rate(struct ieee80211_ht_cap *pHT_caps) in update_MSC_rate() 1138 int support_short_GI(struct adapter *padapter, struct ieee80211_ht_cap *pHT_caps) in support_short_GI()
|
| D | rtw_ieee80211.c | 999 struct ieee80211_ht_cap *ht_cap = in rtw_get_bcn_info() 1000 (struct ieee80211_ht_cap *)(p + 2); in rtw_get_bcn_info()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_ieee80211.c | 1179 struct ieee80211_ht_cap *pht_cap = NULL; in rtw_get_bcn_info() 1216 pht_cap = (struct ieee80211_ht_cap *)(p + 2); in rtw_get_bcn_info()
|