Searched refs:pscan_resp (Results 1 – 3 of 3) sorted by relevance
306 void wifi_get_scan_table(mlan_private *pmpriv, mlan_scan_resp *pscan_resp);
3974 void wifi_get_scan_table(mlan_private *pmpriv, mlan_scan_resp *pscan_resp) in wifi_get_scan_table() argument3978 pscan_resp->pscan_table = (t_u8 *)pmadapter->pscan_table; in wifi_get_scan_table()3979 pscan_resp->num_in_scan_table = pmadapter->num_in_scan_table; in wifi_get_scan_table()3980 pscan_resp->age_in_secs = pmadapter->age_in_secs; in wifi_get_scan_table()3982 pscan_resp->pchan_stats = (t_u8 *)pmadapter->pchan_stats; in wifi_get_scan_table()3983 pscan_resp->num_in_chan_stats = pmadapter->num_in_chan_stats; in wifi_get_scan_table()
3897 IN t_u8 *pscan_resp, in wlan_parse_ext_scan_result() argument3941 ptlv = (MrvlIEtypes_Data_t *)pscan_resp; in wlan_parse_ext_scan_result()