Lines Matching refs:tlv
1113 struct mwifiex_ie_types_data *tlv, in mwifiex_ret_802_11_scan_get_tlv_ptrs() argument
1122 current_tlv = tlv; in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1135 if (sizeof(tlv->header) + tlv_len > tlv_buf_left) { in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1170 tlv_buf_left -= (sizeof(tlv->header) + tlv_len); in mwifiex_ret_802_11_scan_get_tlv_ptrs()
2201 struct mwifiex_ie_types_header *tlv; in mwifiex_ret_802_11_scan_ext() local
2214 tlv = (void *)ext_scan_resp->tlv_buffer; in mwifiex_ret_802_11_scan_ext()
2219 type = le16_to_cpu(tlv->type); in mwifiex_ret_802_11_scan_ext()
2220 len = le16_to_cpu(tlv->len); in mwifiex_ret_802_11_scan_ext()
2230 tlv_stat = (void *)tlv; in mwifiex_ret_802_11_scan_ext()
2238 tlv = (void *)((u8 *)tlv + len + in mwifiex_ret_802_11_scan_ext()
2277 struct mwifiex_ie_types_data *tlv; in mwifiex_handle_event_ext_scan_report() local
2304 tlv = (struct mwifiex_ie_types_data *)scan_resp; in mwifiex_handle_event_ext_scan_report()
2307 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2308 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2324 bss_info = (u8 *)tlv; in mwifiex_handle_event_ext_scan_report()
2325 scan_rsp_tlv = (struct mwifiex_ie_types_bss_scan_rsp *)tlv; in mwifiex_handle_event_ext_scan_report()
2326 tlv = (struct mwifiex_ie_types_data *)(tlv->data + len); in mwifiex_handle_event_ext_scan_report()
2332 le16_to_cpu(tlv->header.type) != TLV_TYPE_BSS_SCAN_RSP) { in mwifiex_handle_event_ext_scan_report()
2333 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2334 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2347 (struct mwifiex_ie_types_bss_scan_info *)tlv; in mwifiex_handle_event_ext_scan_report()
2358 tlv = (struct mwifiex_ie_types_data *)(tlv->data + len); in mwifiex_handle_event_ext_scan_report()