Home
last modified time | relevance | path

Searched refs:bcn_param (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c1772 struct mwifiex_fixed_bcn_param *bcn_param; in mwifiex_parse_single_response_buf() local
1824 bcn_param = (struct mwifiex_fixed_bcn_param *)current_ptr; in mwifiex_parse_single_response_buf()
1825 current_ptr += sizeof(*bcn_param); in mwifiex_parse_single_response_buf()
1826 curr_bcn_bytes -= sizeof(*bcn_param); in mwifiex_parse_single_response_buf()
1828 timestamp = le64_to_cpu(bcn_param->timestamp); in mwifiex_parse_single_response_buf()
1829 beacon_period = le16_to_cpu(bcn_param->beacon_period); in mwifiex_parse_single_response_buf()
1831 cap_info_bitmap = le16_to_cpu(bcn_param->cap_info_bitmap); in mwifiex_parse_single_response_buf()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c1754 struct mwifiex_fixed_bcn_param *bcn_param; in mwifiex_parse_single_response_buf() local
1806 bcn_param = (struct mwifiex_fixed_bcn_param *)current_ptr; in mwifiex_parse_single_response_buf()
1807 current_ptr += sizeof(*bcn_param); in mwifiex_parse_single_response_buf()
1808 curr_bcn_bytes -= sizeof(*bcn_param); in mwifiex_parse_single_response_buf()
1810 timestamp = le64_to_cpu(bcn_param->timestamp); in mwifiex_parse_single_response_buf()
1811 beacon_period = le16_to_cpu(bcn_param->beacon_period); in mwifiex_parse_single_response_buf()
1813 cap_info_bitmap = le16_to_cpu(bcn_param->cap_info_bitmap); in mwifiex_parse_single_response_buf()

Completed in 8 milliseconds