Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dscan.c1627 struct mwifiex_fixed_bcn_param *bcn_param; in mwifiex_parse_single_response_buf() local
1677 bcn_param = (struct mwifiex_fixed_bcn_param *)current_ptr; in mwifiex_parse_single_response_buf()
1678 current_ptr += sizeof(*bcn_param); in mwifiex_parse_single_response_buf()
1679 curr_bcn_bytes -= sizeof(*bcn_param); in mwifiex_parse_single_response_buf()
1681 timestamp = le64_to_cpu(bcn_param->timestamp); in mwifiex_parse_single_response_buf()
1682 beacon_period = le16_to_cpu(bcn_param->beacon_period); in mwifiex_parse_single_response_buf()
1684 cap_info_bitmap = le16_to_cpu(bcn_param->cap_info_bitmap); in mwifiex_parse_single_response_buf()