/linux-6.3-rc2/net/mac80211/ |
A D | ht.c | 21 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()
|
A D | ieee80211_i.h | 526 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ 527 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ 583 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ 584 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ 1647 const struct ieee80211_ht_cap *ht_cap_elem; 2022 const struct ieee80211_ht_cap *ht_cap_ie,
|
A D | mesh.c | 438 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_cap)) in mesh_add_ht_cap_ie() 441 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_cap)); in mesh_add_ht_cap_ie() 841 2 + sizeof(struct ieee80211_ht_cap) + in ieee80211_mesh_build_beacon()
|
A 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() 879 2 + max(sizeof(struct ieee80211_ht_cap), in ieee80211_tdls_build_mgmt_packet_data()
|
A D | main.c | 586 static const struct ieee80211_ht_cap mac80211_ht_capa_mod_mask = { 1217 local->scan_ies_len += 2 + sizeof(struct ieee80211_ht_cap); in ieee80211_register_hw()
|
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A D | tdls.c | 472 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() 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() 977 if (ie_len != sizeof(struct ieee80211_ht_cap)) in mwifiex_process_tdls_action_frame() [all …]
|
A D | wmm.h | 96 struct ieee80211_ht_cap *htcap);
|
A D | 11n.h | 26 struct ieee80211_ht_cap *);
|
A D | uap_cmd.c | 160 sizeof(struct ieee80211_ht_cap)); in mwifiex_set_ht_params() 163 memset(&bss_cfg->ht_cap, 0, sizeof(struct ieee80211_ht_cap)); in mwifiex_set_ht_params() 627 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_uap_bss_param_prepare()
|
A D | ioctl.h | 102 struct ieee80211_ht_cap ht_cap;
|
A D | 11n.c | 26 struct ieee80211_ht_cap *ht_cap) in mwifiex_fill_cap_info() 324 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_cmd_append_11n_tlv()
|
A D | util.c | 623 const struct ieee80211_ht_cap *ht_cap; in mwifiex_set_sta_ht_cap()
|
/linux-6.3-rc2/drivers/staging/rtl8712/ |
A D | rtl871x_ht.h | 29 struct ieee80211_ht_cap ht_cap;
|
A D | rtl871x_mlme.c | 1603 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie() 1619 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie() 1629 sizeof(struct ieee80211_ht_cap), in r8712_restructure_ht_ie() 1643 struct ieee80211_ht_cap *pht_capie; in update_ht_cap() 1663 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in update_ht_cap()
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/ |
A D | rtw_ht.h | 36 struct ieee80211_ht_cap ht_cap;
|
A D | ieee80211.h | 195 struct ieee80211_ht_cap ht_cap; 217 struct ieee80211_ht_cap ht_cap;
|
/linux-6.3-rc2/drivers/net/wireless/quantenna/qtnfmac/ |
A D | core.h | 88 struct ieee80211_ht_cap ht_cap_mod_mask;
|
A D | qlink.h | 573 struct ieee80211_ht_cap ht_capa; 574 struct ieee80211_ht_cap ht_capa_mask; 1066 struct ieee80211_ht_cap ht_cap_mod_mask;
|
/linux-6.3-rc2/net/wireless/ |
A D | core.h | 393 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, 394 const struct ieee80211_ht_cap *ht_capa_mask);
|
A D | trace.h | 753 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap)) 776 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap)); 780 sizeof(struct ieee80211_ht_cap)); 1259 __array(u8, ht_capa, sizeof(struct ieee80211_ht_cap)) 1260 __array(u8, ht_capa_mask, sizeof(struct ieee80211_ht_cap)) 3836 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap)) 3858 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap)); 3861 sizeof(struct ieee80211_ht_cap));
|
A D | mlme.c | 288 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa() 289 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa()
|
/linux-6.3-rc2/include/net/ |
A D | cfg80211.h | 1343 const struct ieee80211_ht_cap *ht_cap; 1502 const struct ieee80211_ht_cap *ht_capa; 2914 struct ieee80211_ht_cap ht_capa; 2915 struct ieee80211_ht_cap ht_capa_mask; 3018 struct ieee80211_ht_cap ht_capa; 3019 struct ieee80211_ht_cap ht_capa_mask; 3120 struct ieee80211_ht_cap ht_capa; 3121 struct ieee80211_ht_cap ht_capa_mask; 5448 const struct ieee80211_ht_cap *ht_capa_mod_mask;
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/core/ |
A D | rtw_mlme.c | 2297 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() 2308 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie() 2405 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 2427 struct ieee80211_ht_cap *pht_capie; in rtw_update_ht_cap() 2453 pht_capie = (struct ieee80211_ht_cap *)(p+2); in rtw_update_ht_cap()
|
A D | rtw_ieee80211.c | 1037 struct ieee80211_ht_cap *pht_cap = NULL; in rtw_get_bcn_info() 1066 pht_cap = (struct ieee80211_ht_cap *)(p + 2); in rtw_get_bcn_info()
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/os_dep/ |
A D | ioctl_linux.c | 855 …y((void *)&psta->htpriv.ht_cap, (void *)¶m->u.add_sta.ht_cap, sizeof(struct ieee80211_ht_cap)); in rtw_add_sta() 957 memcpy(&psta_data->ht_cap, &psta->htpriv.ht_cap, sizeof(struct ieee80211_ht_cap)); in rtw_ioctl_get_sta_data()
|