Lines Matching full:bytes_left

1197 	u32 bytes_left;  in mwifiex_update_bss_desc_with_ie()  local
1205 bytes_left = bss_entry->beacon_buf_size; in mwifiex_update_bss_desc_with_ie()
1208 while (bytes_left >= 2) { in mwifiex_update_bss_desc_with_ie()
1213 if (bytes_left < total_ie_len) { in mwifiex_update_bss_desc_with_ie()
1440 bytes_left -= total_ie_len; in mwifiex_update_bss_desc_with_ie()
1442 } /* while (bytes_left > 2) */ in mwifiex_update_bss_desc_with_ie()
1730 u32 *bytes_left, u64 fw_tsf, u8 *radio_type, in mwifiex_parse_single_response_buf() argument
1751 if (*bytes_left >= sizeof(beacon_size)) { in mwifiex_parse_single_response_buf()
1754 *bytes_left -= sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1758 if (!beacon_size || beacon_size > *bytes_left) { in mwifiex_parse_single_response_buf()
1759 *bss_info += *bytes_left; in mwifiex_parse_single_response_buf()
1760 *bytes_left = 0; in mwifiex_parse_single_response_buf()
1771 *bytes_left -= beacon_size; in mwifiex_parse_single_response_buf()
2098 u32 bytes_left; in mwifiex_ret_802_11_scan() local
2128 bytes_left = le16_to_cpu(scan_rsp->bss_descript_size); in mwifiex_ret_802_11_scan()
2131 bytes_left); in mwifiex_ret_802_11_scan()
2147 tlv_buf_size = scan_resp_size - (bytes_left in mwifiex_ret_802_11_scan()
2154 bytes_left); in mwifiex_ret_802_11_scan()
2185 for (idx = 0; idx < scan_rsp->number_of_sets && bytes_left; idx++) { in mwifiex_ret_802_11_scan()
2217 &bytes_left, in mwifiex_ret_802_11_scan()
2596 u32 bytes_left, bytes_left_for_tlv, idx; in mwifiex_handle_event_ext_scan_report() local
2617 bytes_left = scan_resp_size; in mwifiex_handle_event_ext_scan_report()
2627 for (idx = 0; idx < num_of_set && bytes_left; idx++) { in mwifiex_handle_event_ext_scan_report()
2630 if (bytes_left < sizeof(struct mwifiex_ie_types_header) + len) { in mwifiex_handle_event_ext_scan_report()
2637 bytes_left_for_tlv = bytes_left; in mwifiex_handle_event_ext_scan_report()
2680 bytes_left -= in mwifiex_handle_event_ext_scan_report()
2695 bytes_left -= sizeof(u16); in mwifiex_handle_event_ext_scan_report()
2708 &bytes_left, fw_tsf, in mwifiex_handle_event_ext_scan_report()