Dear Mr. Knudfl
Thank you for your reply. I understand that the patch I used only offers multi-channel support for the same mac.
I need to configure wireless nodes with dual interfaces with different mac and phy entities, i.e. one with 802.11 (Mac/802_11 and Phy/WirelessPhy) and the other interface with 802_11Ext (Mac/802_11Ext and Phy/WirelessPhyExt)
The MobileNode's add-interface procedure allows us to configure an interface with different mac and phy entities.
//˜ns/tcl/lib/ns-mobilenode.tcl
Node/MobileNode instproc add-interface { channel pmodel
lltype mactype qtype qlen iftype anttype topo }
{
....
}
Can we use this to configure multiple interfaces? Do you have any examples/documentation that caters my requirements?