/** * brcmf_pno_start_sched_scan - initiate scheduled scan on device. * * @ifp: interface object used. * @req: configuration parameters for scheduled scan.
*/ int brcmf_pno_start_sched_scan(struct brcmf_if *ifp, struct cfg80211_sched_scan_request *req);
/** * brcmf_pno_stop_sched_scan - terminate scheduled scan on device. * * @ifp: interface object used. * @reqid: unique identifier of scan to be stopped.
*/ int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid);
/** * brcmf_pno_wiphy_params - fill scheduled scan parameters in wiphy instance. * * @wiphy: wiphy instance to be used. * @gscan: indicates whether the device has support for g-scan feature.
*/ void brcmf_pno_wiphy_params(struct wiphy *wiphy, bool gscan);
/** * brcmf_pno_attach - allocate and attach module information. * * @cfg: cfg80211 context used.
*/ int brcmf_pno_attach(struct brcmf_cfg80211_info *cfg);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.