Lines Matching refs:bss_info
1740 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf() argument
1764 beacon_size = get_unaligned_le16((*bss_info)); in mwifiex_parse_single_response_buf()
1766 *bss_info += sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1770 *bss_info += *bytes_left; in mwifiex_parse_single_response_buf()
1778 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()
1781 *bss_info += beacon_size; in mwifiex_parse_single_response_buf()
2109 u8 *bss_info; in mwifiex_ret_802_11_scan() local
2152 bss_info = scan_rsp->bss_desc_and_tlv_buffer; in mwifiex_ret_802_11_scan()
2229 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_ret_802_11_scan()
2610 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
2660 bss_info = (u8 *)tlv; in mwifiex_handle_event_ext_scan_report()
2709 bss_info += sizeof(u16); in mwifiex_handle_event_ext_scan_report()
2722 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_handle_event_ext_scan_report()