~morphis/aethercast/enable-arm64-builds

« back to all changes in this revision

Viewing changes to src/mcs/forwardingmiracastcontroller.h

  • Committer: Tarmac
  • Author(s): Simon Fels
  • Date: 2016-02-04 06:38:31 UTC
  • mfrom: (119.1.65 trunk)
  • Revision ID: tarmac-20160204063831-b6q9o8ktznevvd8x
Add a network manager implementation to use the DBus interface of wpa-supplicant.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    virtual void Scan(const std::chrono::seconds &timeout = std::chrono::seconds{30}) override;
36
36
 
37
37
    virtual NetworkDeviceState State() const override;
38
 
    virtual std::vector<NetworkDeviceRole> SupportedRoles() const override;
 
38
    virtual std::vector<NetworkManager::Capability> Capabilities() const override;
39
39
    virtual bool Scanning() const override;
40
40
 
41
41
private: