Home
last modified time | relevance | path

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

12

/openbmc/linux/net/mac80211/
H A 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()
H A Dieee80211_i.h524 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
525 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
584 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
585 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
1691 const struct ieee80211_ht_cap *ht_cap_elem;
2090 const struct ieee80211_ht_cap *ht_cap_ie,
H A Dtdls.c462 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
469 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
962 2 + max(sizeof(struct ieee80211_ht_cap), in ieee80211_tdls_build_mgmt_packet_data()
H A Dmesh.c439 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_cap)) in mesh_add_ht_cap_ie()
442 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_cap)); in mesh_add_ht_cap_ie()
1001 2 + sizeof(struct ieee80211_ht_cap) + in ieee80211_mesh_build_beacon()
H A Dmain.c615 static const struct ieee80211_ht_cap mac80211_ht_capa_mod_mask = {
1248 local->scan_ies_len += 2 + sizeof(struct ieee80211_ht_cap); in ieee80211_register_hw()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
779 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_construct_tdls_action_frame()
781 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_construct_tdls_action_frame()
830 sizeof(struct ieee80211_ht_cap) + in mwifiex_send_tdls_action_frame()
[all …]
H A Dwmm.h81 struct ieee80211_ht_cap *htcap);
H A D11n.h26 struct ieee80211_ht_cap *);
H A Duap_cmd.c160 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()
635 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_uap_bss_param_prepare()
H A D11n.c26 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()
H A Dioctl.h102 struct ieee80211_ht_cap ht_cap;
H A Dscan.c1029 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_config_scan()
1393 bss_entry->bcn_ht_cap = (struct ieee80211_ht_cap *) in mwifiex_update_bss_desc_with_ie()
2937 curr_bss->bcn_ht_cap = (struct ieee80211_ht_cap *) in mwifiex_save_curr_bcn()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_ht.h29 struct ieee80211_ht_cap ht_cap;
H A Drtl871x_mlme.c1604 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie()
1620 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie()
1630 sizeof(struct ieee80211_ht_cap), in r8712_restructure_ht_ie()
1644 struct ieee80211_ht_cap *pht_capie; in update_ht_cap()
1664 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in update_ht_cap()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_ht.h36 struct ieee80211_ht_cap ht_cap;
H A Dieee80211.h195 struct ieee80211_ht_cap ht_cap;
217 struct ieee80211_ht_cap ht_cap;
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.h88 struct ieee80211_ht_cap ht_cap_mod_mask;
H A 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;
/openbmc/linux/net/wireless/
H A Dcore.h405 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
406 const struct ieee80211_ht_cap *ht_capa_mask);
H A Dtrace.h753 __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));
1276 __array(u8, ht_capa, sizeof(struct ieee80211_ht_cap))
1277 __array(u8, ht_capa_mask, sizeof(struct ieee80211_ht_cap))
3859 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap))
3881 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap));
3884 sizeof(struct ieee80211_ht_cap));
H A Dmlme.c295 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa()
296 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa()
/openbmc/linux/include/net/
H A Dcfg80211.h1386 const struct ieee80211_ht_cap *ht_cap;
1544 const struct ieee80211_ht_cap *ht_capa;
2976 struct ieee80211_ht_cap ht_capa;
2977 struct ieee80211_ht_cap ht_capa_mask;
3080 struct ieee80211_ht_cap ht_capa;
3081 struct ieee80211_ht_cap ht_capa_mask;
3182 struct ieee80211_ht_cap ht_capa;
3183 struct ieee80211_ht_cap ht_capa_mask;
5536 const struct ieee80211_ht_cap *ht_capa_mod_mask;
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2287 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie()
2298 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie()
2395 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie()
2417 struct ieee80211_ht_cap *pht_capie; in rtw_update_ht_cap()
2443 pht_capie = (struct ieee80211_ht_cap *)(p+2); in rtw_update_ht_cap()
H A Drtw_ieee80211.c1037 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()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c830 …y((void *)&psta->htpriv.ht_cap, (void *)&param->u.add_sta.ht_cap, sizeof(struct ieee80211_ht_cap)); in rtw_add_sta()
927 memcpy(&psta_data->ht_cap, &psta->htpriv.ht_cap, sizeof(struct ieee80211_ht_cap)); in rtw_ioctl_get_sta_data()

12