Lines Matching refs:tlv
1084 struct mwifiex_ie_types_data *tlv, in mwifiex_ret_802_11_scan_get_tlv_ptrs() argument
1093 current_tlv = tlv; in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1105 if (sizeof(tlv->header) + tlv_len > tlv_buf_left) { in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1135 tlv_buf_left -= (sizeof(tlv->header) + tlv_len); in mwifiex_ret_802_11_scan_get_tlv_ptrs()
2029 struct mwifiex_ie_types_header *tlv; in mwifiex_ret_802_11_scan_ext() local
2042 tlv = (void *)ext_scan_resp->tlv_buffer; in mwifiex_ret_802_11_scan_ext()
2047 type = le16_to_cpu(tlv->type); in mwifiex_ret_802_11_scan_ext()
2048 len = le16_to_cpu(tlv->len); in mwifiex_ret_802_11_scan_ext()
2058 tlv_stat = (void *)tlv; in mwifiex_ret_802_11_scan_ext()
2066 tlv = (void *)((u8 *)tlv + len + in mwifiex_ret_802_11_scan_ext()
2105 struct mwifiex_ie_types_data *tlv; in mwifiex_handle_event_ext_scan_report() local
2129 tlv = (struct mwifiex_ie_types_data *)scan_resp; in mwifiex_handle_event_ext_scan_report()
2132 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2133 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2148 bss_info = (u8 *)tlv; in mwifiex_handle_event_ext_scan_report()
2149 scan_rsp_tlv = (struct mwifiex_ie_types_bss_scan_rsp *)tlv; in mwifiex_handle_event_ext_scan_report()
2150 tlv = (struct mwifiex_ie_types_data *)(tlv->data + len); in mwifiex_handle_event_ext_scan_report()
2156 le16_to_cpu(tlv->header.type) != TLV_TYPE_BSS_SCAN_RSP) { in mwifiex_handle_event_ext_scan_report()
2157 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2158 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2170 (struct mwifiex_ie_types_bss_scan_info *)tlv; in mwifiex_handle_event_ext_scan_report()
2181 tlv = (struct mwifiex_ie_types_data *)(tlv->data + len); in mwifiex_handle_event_ext_scan_report()