Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 committed Jun 22, 2024
1 parent 222b7d0 commit 923a7c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/Airport/IO80211InfraInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ class IO80211InfraInterface : public IO80211SkywalkInterface {
virtual void setFrameStats(apple80211_stat_report *,apple80211_frame_counters *) APPLE_KEXT_OVERRIDE;
#if __IO80211_TARGET >= __MAC_14_4
virtual void setInfraSpecificFrameStats(apple80211_stat_report *,apple80211_infra_specific_stats *) APPLE_KEXT_OVERRIDE;
#endif
#if __IO80211_TARGET >= __MAC_15_0
virtual void setInfraSpecificFrameStats(apple80211_stat_report *,apple80211_infra_specific_stats *) APPLE_KEXT_OVERRIDE;
#endif
virtual SInt64 getWmeTxCounters(unsigned long long *) APPLE_KEXT_OVERRIDE;
virtual void setEnabledBySystem(bool) APPLE_KEXT_OVERRIDE;
Expand Down
3 changes: 3 additions & 0 deletions include/Airport/IO80211SkywalkInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ class IO80211SkywalkInterface : public IOSkywalkEthernetInterface {
virtual void setFrameStats(apple80211_stat_report *,apple80211_frame_counters *);
#if __IO80211_TARGET >= __MAC_14_4
virtual void setInfraSpecificFrameStats(apple80211_stat_report *,apple80211_infra_specific_stats *);
#endif
#if __IO80211_TARGET >= __MAC_15_0
virtual void setInfraSpecificFrameStats(apple80211_stat_report *,apple80211_infra_specific_stats *);
#endif
virtual SInt64 getWmeTxCounters(unsigned long long *);
virtual void setEnabledBySystem(bool);
Expand Down

0 comments on commit 923a7c1

Please sign in to comment.