Home
last modified time | relevance | path

Searched refs:mwifiex_ie_types_htcap (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
D11n.c317 struct mwifiex_ie_types_htcap *ht_cap; in mwifiex_cmd_append_11n_tlv()
334 ht_cap = (struct mwifiex_ie_types_htcap *) *buffer; in mwifiex_cmd_append_11n_tlv()
335 memset(ht_cap, 0, sizeof(struct mwifiex_ie_types_htcap)); in mwifiex_cmd_append_11n_tlv()
377 *buffer += sizeof(struct mwifiex_ie_types_htcap); in mwifiex_cmd_append_11n_tlv()
378 ret_len += sizeof(struct mwifiex_ie_types_htcap); in mwifiex_cmd_append_11n_tlv()
Duap_cmd.c488 struct mwifiex_ie_types_htcap *htcap; in mwifiex_uap_bss_param_prepare()
628 htcap = (struct mwifiex_ie_types_htcap *)tlv; in mwifiex_uap_bss_param_prepare()
642 cmd_size += sizeof(struct mwifiex_ie_types_htcap); in mwifiex_uap_bss_param_prepare()
643 tlv += sizeof(struct mwifiex_ie_types_htcap); in mwifiex_uap_bss_param_prepare()
Djoin.c855 struct mwifiex_ie_types_htcap *ht_cap; in mwifiex_cmd_802_11_ad_hoc_start()
1043 ht_cap = (struct mwifiex_ie_types_htcap *) pos; in mwifiex_cmd_802_11_ad_hoc_start()
1044 memset(ht_cap, 0, sizeof(struct mwifiex_ie_types_htcap)); in mwifiex_cmd_802_11_ad_hoc_start()
1062 pos += sizeof(struct mwifiex_ie_types_htcap); in mwifiex_cmd_802_11_ad_hoc_start()
1063 cmd_append_size += sizeof(struct mwifiex_ie_types_htcap); in mwifiex_cmd_802_11_ad_hoc_start()
Dscan.c52 + sizeof(struct mwifiex_ie_types_htcap) \
840 struct mwifiex_ie_types_htcap *ht_cap; in mwifiex_config_scan()
1041 ht_cap = (struct mwifiex_ie_types_htcap *) tlv_pos; in mwifiex_config_scan()
1042 memset(ht_cap, 0, sizeof(struct mwifiex_ie_types_htcap)); in mwifiex_config_scan()
1049 tlv_pos += sizeof(struct mwifiex_ie_types_htcap); in mwifiex_config_scan()
Dsta_cmd.c1748 struct mwifiex_ie_types_htcap *ht_capab; in mwifiex_cmd_tdls_oper()
1796 ht_capab = (struct mwifiex_ie_types_htcap *)(pos + in mwifiex_cmd_tdls_oper()
1804 config_len += sizeof(struct mwifiex_ie_types_htcap); in mwifiex_cmd_tdls_oper()
Dfw.h1811 struct mwifiex_ie_types_htcap { struct