wifi: Make StaWifiMac::MacState enum public

This commit is contained in:
Tom Henderson
2023-09-06 13:29:14 -07:00
parent 8023b222de
commit bf70ec139f

View File

@@ -381,7 +381,7 @@ class StaWifiMac : public WifiMac
*/
StaLinkEntity& GetStaLink(const std::unique_ptr<WifiMac::LinkEntity>& link) const;
private:
public:
/**
* The current MAC state of the STA.
*/
@@ -394,6 +394,7 @@ class StaWifiMac : public WifiMac
REFUSED
};
private:
/**
* Enable or disable active probing.
*