Lines Matching refs:bss_info
1702 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf() argument
1726 beacon_size = le16_to_cpu(*(__le16 *)(*bss_info)); in mwifiex_parse_single_response_buf()
1728 *bss_info += sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1732 *bss_info += *bytes_left; in mwifiex_parse_single_response_buf()
1740 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()
1743 *bss_info += beacon_size; in mwifiex_parse_single_response_buf()
2030 u8 *bss_info; in mwifiex_ret_802_11_scan() local
2071 bss_info = scan_rsp->bss_desc_and_tlv_buffer; in mwifiex_ret_802_11_scan()
2120 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_ret_802_11_scan()
2274 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
2324 bss_info = (u8 *)tlv; in mwifiex_handle_event_ext_scan_report()
2373 bss_info += sizeof(u16); in mwifiex_handle_event_ext_scan_report()
2386 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_handle_event_ext_scan_report()