equal
deleted
inserted
replaced
236 */ |
236 */ |
237 void ConfigureStandard (enum WifiPhyStandard standard); |
237 void ConfigureStandard (enum WifiPhyStandard standard); |
238 |
238 |
239 protected: |
239 protected: |
240 void ConfigureDcf (Ptr<Dcf> dcf, uint32_t cwmin, uint32_t cwmax, enum AcIndex ac); |
240 void ConfigureDcf (Ptr<Dcf> dcf, uint32_t cwmin, uint32_t cwmax, enum AcIndex ac); |
241 void ConfigureCCHDcf (Ptr<Dcf> dcf, uint32_t cwmin, uint32_t cwmax, enum AcIndex ac); |
|
242 private: |
241 private: |
243 static Time GetDefaultMaxPropagationDelay (void); |
242 static Time GetDefaultMaxPropagationDelay (void); |
244 static Time GetDefaultSlot (void); |
243 static Time GetDefaultSlot (void); |
245 static Time GetDefaultSifs (void); |
244 static Time GetDefaultSifs (void); |
246 static Time GetDefaultRifs (void); |
245 static Time GetDefaultRifs (void); |
266 void Configure80211a (void); |
265 void Configure80211a (void); |
267 void Configure80211b (void); |
266 void Configure80211b (void); |
268 void Configure80211g (void); |
267 void Configure80211g (void); |
269 void Configure80211_10Mhz (void); |
268 void Configure80211_10Mhz (void); |
270 void Configure80211_5Mhz (); |
269 void Configure80211_5Mhz (); |
271 void Configure80211p_CCH (void); |
|
272 void Configure80211p_SCH (void); |
|
273 void Configure80211n_2_4Ghz (void); |
270 void Configure80211n_2_4Ghz (void); |
274 void Configure80211n_5Ghz (void); |
271 void Configure80211n_5Ghz (void); |
275 |
272 |
276 /** |
273 /** |
277 * The trace source fired when packets come into the "top" of the device |
274 * The trace source fired when packets come into the "top" of the device |