Channel switching support for Wifi

This commit is contained in:
Ramon Bauza
2009-09-15 10:47:02 +02:00
parent a9b0bc855a
commit ddfe9023eb
20 changed files with 496 additions and 20 deletions

View File

@@ -62,6 +62,9 @@ PhyStateTrace (std::string context, Time start, Time duration, enum WifiPhy::Sta
{
std::cout << " state=";
switch (state) {
case WifiPhy::SWITCHING:
std::cout << "switchng";
break;
case WifiPhy::TX:
std::cout << "tx ";
break;