wifiDev queue in ofswitch13 port

30 views
Skip to first unread message

Rayan

unread,
Dec 3, 2020, 8:42:41 AM12/3/20
to ofswitch13-users

Hi all

I hope you are all well, I need to add a packet to wifi queue in wifi port in openflow switch. So, I need to do like this 

     If  (csmaDev)

     {

        csmaDev->SetQueue (m_portQueue);

      }

      else     /// (wifiDev)

       {

         wifiDev->SetQueue (m_portQueue);

        }

 

For Csma everything is correct, however, for wifi net device I got an error wifiNetDevice has no  member Named ‘SetQueue’. As you know wifiNetDevice is more complex than csmaDev. This modification in ofswitch13Port.cc

Could you help me please how can I do that.

Your help would be greatly appreciated 

 

Reply all
Reply to author
Forward
0 new messages