Searched refs:curr_bcn_bytes (Results 1 – 1 of 1) sorted by relevance
1621 u32 curr_bcn_bytes; in mwifiex_parse_single_response_buf() local1652 curr_bcn_bytes = beacon_size; in mwifiex_parse_single_response_buf()1657 if (curr_bcn_bytes < ETH_ALEN + sizeof(u8) + in mwifiex_parse_single_response_buf()1665 curr_bcn_bytes -= ETH_ALEN; in mwifiex_parse_single_response_buf()1671 curr_bcn_bytes -= sizeof(u8); in mwifiex_parse_single_response_buf()1679 curr_bcn_bytes -= sizeof(*bcn_param); in mwifiex_parse_single_response_buf()1690 ie_len = curr_bcn_bytes; in mwifiex_parse_single_response_buf()1692 curr_bcn_bytes); in mwifiex_parse_single_response_buf()1694 while (curr_bcn_bytes >= sizeof(struct ieee_types_header)) { in mwifiex_parse_single_response_buf()1699 if (curr_bcn_bytes < element_len + in mwifiex_parse_single_response_buf()[all …]