Searched refs:tlv_value_len (Results 1 – 2 of 2) sorted by relevance
40 u16 tlv_value_len; in qtnf_event_handle_sta_assoc() local78 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_event_handle_sta_assoc()79 tlv_full_len = tlv_value_len + sizeof(struct qlink_tlv_hdr); in qtnf_event_handle_sta_assoc()96 ie_len = tlv_value_len - in qtnf_event_handle_sta_assoc()106 tlv = (struct qlink_tlv_hdr *)(tlv->val + tlv_value_len); in qtnf_event_handle_sta_assoc()269 u16 tlv_value_len; in qtnf_event_handle_scan_results() local293 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_event_handle_scan_results()294 tlv_full_len = tlv_value_len + sizeof(struct qlink_tlv_hdr); in qtnf_event_handle_scan_results()307 ie_len = tlv_value_len - in qtnf_event_handle_scan_results()328 tlv = (struct qlink_tlv_hdr *)(tlv->val + tlv_value_len); in qtnf_event_handle_scan_results()
986 u16 tlv_value_len; in qtnf_cmd_resp_proc_hw_info() local1034 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_cmd_resp_proc_hw_info()1036 if (tlv_value_len + sizeof(*tlv) > info_len) { in qtnf_cmd_resp_proc_hw_info()1038 tlv_type, tlv_value_len); in qtnf_cmd_resp_proc_hw_info()1050 if (tlv_value_len != sizeof(*tlv_rule) - sizeof(*tlv)) { in qtnf_cmd_resp_proc_hw_info()1052 tlv_type, tlv_value_len); in qtnf_cmd_resp_proc_hw_info()1102 info_len -= tlv_value_len + sizeof(*tlv); in qtnf_cmd_resp_proc_hw_info()1103 tlv = (struct qlink_tlv_hdr *)(tlv->val + tlv_value_len); in qtnf_cmd_resp_proc_hw_info()1184 u16 tlv_value_len; in qtnf_parse_variable_mac_info() local1196 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_parse_variable_mac_info()[all …]