/linux-4.4.14/net/mac80211/ |
D | ht.c | 22 static void __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_disable() 23 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_disable() 34 static void __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_enable() 35 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_enable() 49 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() 132 const struct ieee80211_ht_cap *ht_cap_ie, in ieee80211_ht_cap_ie_to_sta_ht_cap()
|
D | ieee80211_i.h | 524 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ 525 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ 574 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ 575 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ 1406 const struct ieee80211_ht_cap *ht_cap_elem; 1654 const struct ieee80211_ht_cap *ht_cap_ie,
|
D | mesh.c | 427 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_cap)) in mesh_add_ht_cap_ie() 430 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_cap)); in mesh_add_ht_cap_ie() 702 2 + sizeof(struct ieee80211_ht_cap) + in ieee80211_mesh_build_beacon()
|
D | main.c | 442 static const struct ieee80211_ht_cap mac80211_ht_capa_mod_mask = { 968 local->scan_ies_len += 2 + sizeof(struct ieee80211_ht_cap); in ieee80211_register_hw()
|
D | tdls.c | 451 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in ieee80211_tdls_add_setup_start_ies() 458 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in ieee80211_tdls_add_setup_start_ies() 876 2 + max(sizeof(struct ieee80211_ht_cap), in ieee80211_tdls_build_mgmt_packet_data()
|
D | util.c | 924 if (elen >= sizeof(struct ieee80211_ht_cap)) in ieee802_11_parse_elems_crc() 1405 if (end - pos < 2 + sizeof(struct ieee80211_ht_cap)) in ieee80211_build_preq_ies_band() 2249 *pos++ = sizeof(struct ieee80211_ht_cap); in ieee80211_ie_build_ht_cap() 2250 memset(pos, 0, sizeof(struct ieee80211_ht_cap)); in ieee80211_ie_build_ht_cap()
|
D | mlme.c | 146 const struct ieee80211_ht_cap *ht_cap, in ieee80211_determine_chantype() 337 const struct ieee80211_ht_cap *ht_cap, in ieee80211_config_bw() 530 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in ieee80211_add_ht_ie() 684 2 + sizeof(struct ieee80211_ht_cap) + /* HT */ in ieee80211_send_assoc() 4156 const struct ieee80211_ht_cap *ht_cap; in ieee80211_ht_vht_rx_chains() 4200 const struct ieee80211_ht_cap *ht_cap = NULL; in ieee80211_prep_channel()
|
D | ibss.c | 67 2 + sizeof(struct ieee80211_ht_cap) + in ieee80211_ibss_build_presp() 1049 struct ieee80211_ht_cap htcap_ie; in ieee80211_update_sta_info()
|
D | mesh_plink.c | 229 2 + sizeof(struct ieee80211_ht_cap) + in mesh_plink_frame_tx()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_ht.h | 40 struct ieee80211_ht_cap ht_cap;
|
D | rtl871x_mlme.c | 1698 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie() 1714 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie() 1724 sizeof(struct ieee80211_ht_cap), in r8712_restructure_ht_ie() 1737 struct ieee80211_ht_cap *pht_capie; in update_ht_cap() 1757 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in update_ht_cap()
|
D | wifi.h | 508 struct ieee80211_ht_cap { struct
|
D | rtl871x_ioctl_linux.c | 146 struct ieee80211_ht_cap *pht_capie; in translate_scan() 176 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in translate_scan() 1407 struct ieee80211_ht_cap *pht_capie; in r8711_wx_get_rate() 1423 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in r8711_wx_get_rate()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_ht.h | 39 struct ieee80211_ht_cap ht_cap;
|
D | rtw_mlme_ext.h | 357 struct ieee80211_ht_cap ht_cap; 522 unsigned int update_MSC_rate23a(struct ieee80211_ht_cap *ht_cap); 531 struct ieee80211_ht_cap *ht_cap);
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | tdls.c | 442 struct ieee80211_ht_cap *ht_cap; in mwifiex_prep_tdls_encap_data() 466 pos = (void *)skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_prep_tdls_encap_data() 468 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_prep_tdls_encap_data() 504 pos = (void *)skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_prep_tdls_encap_data() 506 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_prep_tdls_encap_data() 611 sizeof(struct ieee80211_ht_cap) + in mwifiex_send_tdls_data_frame() 696 struct ieee80211_ht_cap *ht_cap; in mwifiex_construct_tdls_action_frame() 735 pos = (void *)skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_construct_tdls_action_frame() 737 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_construct_tdls_action_frame() 783 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() 195 memset(&bss_cfg->ht_cap , 0, sizeof(struct ieee80211_ht_cap)); in mwifiex_set_ht_params() 630 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_uap_bss_param_prepare()
|
D | ioctl.h | 110 struct ieee80211_ht_cap ht_cap;
|
D | 11n.c | 38 struct ieee80211_ht_cap *ht_cap) in mwifiex_fill_cap_info() 338 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_cmd_append_11n_tlv()
|
D | scan.c | 1012 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_config_scan() 1358 bss_entry->bcn_ht_cap = (struct ieee80211_ht_cap *) in mwifiex_update_bss_desc_with_ie() 2601 curr_bss->bcn_ht_cap = (struct ieee80211_ht_cap *) in mwifiex_save_curr_bcn()
|
D | util.c | 632 const struct ieee80211_ht_cap *ht_cap; in mwifiex_set_sta_ht_cap()
|
D | main.h | 390 struct ieee80211_ht_cap *bcn_ht_cap; 741 struct ieee80211_ht_cap ht_capb;
|
D | sta_cmd.c | 1732 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_cmd_tdls_oper() 1734 sizeof(struct ieee80211_ht_cap)); in mwifiex_cmd_tdls_oper()
|
D | wmm.c | 1007 struct ieee80211_ht_cap *ht_cap) in mwifiex_wmm_process_association_req()
|
D | join.c | 1027 cpu_to_le16(sizeof(struct ieee80211_ht_cap)); in mwifiex_cmd_802_11_ad_hoc_start()
|
D | fw.h | 1643 struct ieee80211_ht_cap ht_cap;
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 827 const struct ieee80211_ht_cap *ht_capa; 1761 struct ieee80211_ht_cap ht_capa; 1762 struct ieee80211_ht_cap ht_capa_mask; 1852 struct ieee80211_ht_cap ht_capa; 1853 struct ieee80211_ht_cap ht_capa_mask; 1909 struct ieee80211_ht_cap ht_capa; 1910 struct ieee80211_ht_cap ht_capa_mask; 3279 const struct ieee80211_ht_cap *ht_capa_mod_mask;
|
/linux-4.4.14/net/wireless/ |
D | core.h | 363 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, 364 const struct ieee80211_ht_cap *ht_capa_mask);
|
D | mlme.c | 245 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa() 246 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa()
|
D | trace.h | 630 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap)) 645 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap)); 648 sizeof(struct ieee80211_ht_cap));
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 2109 struct ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie23a() 2133 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie23a() 2157 sizeof(struct ieee80211_ht_cap), in rtw_restructure_ht_ie23a() 2179 struct ieee80211_ht_cap *pht_capie; in rtw_update_ht_cap23a() 2208 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in rtw_update_ht_cap23a()
|
D | rtw_wlan_util.c | 695 struct ieee80211_ht_cap *cap; in HT_caps_handler23a() 1213 unsigned int update_MSC_rate23a(struct ieee80211_ht_cap *pHT_caps) in update_MSC_rate23a() 1224 struct ieee80211_ht_cap *pHT_caps) in support_short_GI23a()
|
D | rtw_mlme_ext.c | 1624 memset(&pstat->htpriv.ht_cap, 0, sizeof(struct ieee80211_ht_cap)); in OnAssocReq23a() 1627 if (p && p[1] >= sizeof(struct ieee80211_ht_cap)) { in OnAssocReq23a() 1633 sizeof(struct ieee80211_ht_cap)); in OnAssocReq23a() 3223 struct ieee80211_ht_cap *cap = &pmlmeinfo->ht_cap; in issue_assocreq() 3225 memcpy(cap, p + 2, sizeof(struct ieee80211_ht_cap)); in issue_assocreq() 4278 struct ieee80211_ht_cap *pHT_caps; in collect_bss_info() 4280 pHT_caps = (struct ieee80211_ht_cap *)(p + 2); in collect_bss_info()
|
D | rtw_ap.c | 977 struct ieee80211_ht_cap *pht_cap = (struct ieee80211_ht_cap *)(p+2); in rtw_check_beacon_data23a()
|
/linux-4.4.14/include/linux/ |
D | ieee80211.h | 1257 struct ieee80211_ht_cap { struct
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1008 struct ieee80211_ht_cap *pht_capie; in rtw_get_cur_max_rate() 1016 pht_capie = (struct ieee80211_ht_cap *)(p + 2); in rtw_get_cur_max_rate()
|