http://defect.opensolaris.org/bz/show_bug.cgi?id=8895

           Summary: libnwam needs an API function to retrieve most recent
                    scan results
    Classification: Development
           Product: nwam
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: ACCEPTED
 Status Whiteboard: nwam1-build:2009-05-06
          Severity: major
          Priority: P2
         Component: ON library
        AssignedTo: alan.maguire at sun.com
        ReportedBy: alan.maguire at sun.com
         QAContact: nwam-dev at opensolaris.org


phase 0.5 has a libnwam door request function to get most recently-cached scan
results from the nwam daemon. Phase 1 needs it too to allow the GUI to get scan
data on startup rather than wait for an event. Proposed API is:

nwam_error_t nwam_wlan_get_scan_results(const char *linkname, uint_t
*num_wlansp, nwam_wlan_t **wlansp);

where nwam_wlan_t is a structure containing essid, bssid etc (it will
correspond to the nwam_event_wlan_t, but we'll generalize the name so it can be
used to store event-related scan results and synchronously-requested scan
results).

The nwam_wlan_t * array can then simply be free()d when no longer needed.

should also refine the sending of scan events to match times where scan data
has changed as phase 0.5 does.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Reply via email to