Home
last modified time | relevance | path

Searched refs:tlv_value_len (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Devent.c27 u16 tlv_value_len; in qtnf_event_handle_sta_assoc() local
65 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_event_handle_sta_assoc()
66 tlv_full_len = tlv_value_len + sizeof(struct qlink_tlv_hdr); in qtnf_event_handle_sta_assoc()
83 ie_len = tlv_value_len - in qtnf_event_handle_sta_assoc()
93 tlv = (struct qlink_tlv_hdr *)(tlv->val + tlv_value_len); in qtnf_event_handle_sta_assoc()
155 u16 tlv_value_len; in qtnf_event_handle_bss_join() local
241 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_event_handle_bss_join()
242 tlv_full_len = tlv_value_len + sizeof(struct qlink_tlv_hdr); in qtnf_event_handle_bss_join()
261 ie_len = tlv_value_len - in qtnf_event_handle_bss_join()
279 tlv = (struct qlink_tlv_hdr *)(tlv->val + tlv_value_len); in qtnf_event_handle_bss_join()
[all …]
Dcommands.c868 u16 tlv_value_len; in qtnf_cmd_resp_proc_hw_info() local
886 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_cmd_resp_proc_hw_info()
888 if (tlv_value_len + sizeof(*tlv) > info_len) { in qtnf_cmd_resp_proc_hw_info()
890 tlv_type, tlv_value_len); in qtnf_cmd_resp_proc_hw_info()
923 info_len -= tlv_value_len + sizeof(*tlv); in qtnf_cmd_resp_proc_hw_info()
924 tlv = (struct qlink_tlv_hdr *)(tlv->val + tlv_value_len); in qtnf_cmd_resp_proc_hw_info()
999 u16 tlv_value_len; in qtnf_parse_variable_mac_info() local
1042 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_parse_variable_mac_info()
1043 tlv_full_len = tlv_value_len + sizeof(struct qlink_tlv_hdr); in qtnf_parse_variable_mac_info()
1046 mac->macid, tlv_type, tlv_value_len); in qtnf_parse_variable_mac_info()
[all …]