• Home
  • Raw
  • Download

Lines Matching refs:tlv

1114 				     struct mwifiex_ie_types_data *tlv,  in mwifiex_ret_802_11_scan_get_tlv_ptrs()  argument
1123 current_tlv = tlv; in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1136 if (sizeof(tlv->header) + tlv_len > tlv_buf_left) { in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1171 tlv_buf_left -= (sizeof(tlv->header) + tlv_len); in mwifiex_ret_802_11_scan_get_tlv_ptrs()
2233 struct mwifiex_ie_types_header *tlv; in mwifiex_ret_802_11_scan_ext() local
2246 tlv = (void *)ext_scan_resp->tlv_buffer; in mwifiex_ret_802_11_scan_ext()
2251 type = le16_to_cpu(tlv->type); in mwifiex_ret_802_11_scan_ext()
2252 len = le16_to_cpu(tlv->len); in mwifiex_ret_802_11_scan_ext()
2262 tlv_stat = (void *)tlv; in mwifiex_ret_802_11_scan_ext()
2270 tlv = (void *)((u8 *)tlv + len + in mwifiex_ret_802_11_scan_ext()
2309 struct mwifiex_ie_types_data *tlv; in mwifiex_handle_event_ext_scan_report() local
2336 tlv = (struct mwifiex_ie_types_data *)scan_resp; in mwifiex_handle_event_ext_scan_report()
2339 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2340 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2356 bss_info = (u8 *)tlv; in mwifiex_handle_event_ext_scan_report()
2357 scan_rsp_tlv = (struct mwifiex_ie_types_bss_scan_rsp *)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()
2364 le16_to_cpu(tlv->header.type) != TLV_TYPE_BSS_SCAN_RSP) { in mwifiex_handle_event_ext_scan_report()
2365 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2366 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2379 (struct mwifiex_ie_types_bss_scan_info *)tlv; in mwifiex_handle_event_ext_scan_report()
2390 tlv = (struct mwifiex_ie_types_data *)(tlv->data + len); in mwifiex_handle_event_ext_scan_report()