Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dscan.c1741 u16 beacon_size = 0; in mwifiex_parse_single_response_buf() local
1751 if (*bytes_left >= sizeof(beacon_size)) { in mwifiex_parse_single_response_buf()
1753 beacon_size = get_unaligned_le16((*bss_info)); in mwifiex_parse_single_response_buf()
1754 *bytes_left -= sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1755 *bss_info += sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1758 if (!beacon_size || beacon_size > *bytes_left) { in mwifiex_parse_single_response_buf()
1770 *bss_info += beacon_size; in mwifiex_parse_single_response_buf()
1771 *bytes_left -= beacon_size; in mwifiex_parse_single_response_buf()
1773 curr_bcn_bytes = beacon_size; in mwifiex_parse_single_response_buf()