Home
last modified time | relevance | path

Searched refs:curr_bcn_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dscan.c1753 u32 curr_bcn_bytes; in mwifiex_parse_single_response_buf() local
1784 curr_bcn_bytes = beacon_size; in mwifiex_parse_single_response_buf()
1789 if (curr_bcn_bytes < ETH_ALEN + sizeof(u8) + in mwifiex_parse_single_response_buf()
1798 curr_bcn_bytes -= ETH_ALEN; in mwifiex_parse_single_response_buf()
1804 curr_bcn_bytes -= sizeof(u8); in mwifiex_parse_single_response_buf()
1813 curr_bcn_bytes -= sizeof(*bcn_param); in mwifiex_parse_single_response_buf()
1825 ie_len = curr_bcn_bytes; in mwifiex_parse_single_response_buf()
1828 curr_bcn_bytes); in mwifiex_parse_single_response_buf()
1830 while (curr_bcn_bytes >= sizeof(struct ieee_types_header)) { in mwifiex_parse_single_response_buf()
1835 if (curr_bcn_bytes < element_len + in mwifiex_parse_single_response_buf()
[all …]