equal
deleted
inserted
replaced
99 /* dcf notifications forwarded here */ |
99 /* dcf notifications forwarded here */ |
100 bool NeedsAccess (void) const; |
100 bool NeedsAccess (void) const; |
101 void NotifyAccessGranted (void); |
101 void NotifyAccessGranted (void); |
102 void NotifyInternalCollision (void); |
102 void NotifyInternalCollision (void); |
103 void NotifyCollision (void); |
103 void NotifyCollision (void); |
|
104 /** |
|
105 * When a channel switching occurs, enqueued packets are removed. |
|
106 */ |
104 void NotifyChannelSwitching (void); |
107 void NotifyChannelSwitching (void); |
105 |
108 |
106 /*event handlers*/ |
109 /*event handlers*/ |
107 void GotCts (double snr, WifiMode txMode); |
110 void GotCts (double snr, WifiMode txMode); |
108 void MissedCts (void); |
111 void MissedCts (void); |