Home
last modified time | relevance | path

Searched refs:tlvs (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dwmi.h2786 u8 tlvs[0]; member
2792 struct wmi_start_scan_tlvs tlvs; member
2798 struct wmi_start_scan_tlvs tlvs; member
Dwmi.c5628 ath10k_wmi_put_start_scan_tlvs(struct wmi_start_scan_tlvs *tlvs, in ath10k_wmi_put_start_scan_tlvs() argument
5635 void *ptr = tlvs->tlvs; in ath10k_wmi_put_start_scan_tlvs()
5714 ath10k_wmi_put_start_scan_tlvs(&cmd->tlvs, arg); in ath10k_wmi_op_gen_start_scan()
5743 ath10k_wmi_put_start_scan_tlvs(&cmd->tlvs, arg); in ath10k_wmi_10x_op_gen_start_scan()
/drivers/net/wireless/mwifiex/
Dcmdevt.c1578 tlv = (void *)&hw_spec->tlvs + parsed_len; in mwifiex_ret_get_hw_spec()
Dfw.h971 u8 tlvs[0]; member
/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c341 brcmf_tlv_has_ie(const u8 *ie, const u8 **tlvs, u32 *tlvs_len, in brcmf_tlv_has_ie() argument
351 if (tlvs == NULL) in brcmf_tlv_has_ie()
356 *tlvs_len -= (int)(ie - *tlvs); in brcmf_tlv_has_ie()
358 *tlvs = ie; in brcmf_tlv_has_ie()