Lines Matching refs:bss_info
1608 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf() argument
1632 beacon_size = le16_to_cpu(*(__le16 *)(*bss_info)); in mwifiex_parse_single_response_buf()
1634 *bss_info += sizeof(beacon_size); in mwifiex_parse_single_response_buf()
1638 *bss_info += *bytes_left; in mwifiex_parse_single_response_buf()
1646 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()
1649 *bss_info += beacon_size; in mwifiex_parse_single_response_buf()
1860 u8 *bss_info; in mwifiex_ret_802_11_scan() local
1899 bss_info = scan_rsp->bss_desc_and_tlv_buffer; in mwifiex_ret_802_11_scan()
1948 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_ret_802_11_scan()
2102 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
2148 bss_info = (u8 *)tlv; in mwifiex_handle_event_ext_scan_report()
2196 bss_info += sizeof(u16); in mwifiex_handle_event_ext_scan_report()
2209 ret = mwifiex_parse_single_response_buf(priv, &bss_info, in mwifiex_handle_event_ext_scan_report()