Lines Matching refs:bss_info
1753 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf() argument
1777 beacon_size = get_unaligned_le16((*bss_info)); in mwifiex_parse_single_response_buf()
1779 *bss_info += sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1783 *bss_info += *bytes_left; in mwifiex_parse_single_response_buf()
1791 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()
1794 *bss_info += beacon_size; in mwifiex_parse_single_response_buf()
2122 u8 *bss_info; in mwifiex_ret_802_11_scan() local
2165 bss_info = scan_rsp->bss_desc_and_tlv_buffer; in mwifiex_ret_802_11_scan()
2242 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_ret_802_11_scan()
2623 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
2673 bss_info = (u8 *)tlv; in mwifiex_handle_event_ext_scan_report()
2722 bss_info += sizeof(u16); in mwifiex_handle_event_ext_scan_report()
2735 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_handle_event_ext_scan_report()