感知无线电仿真
代码说明:
感知无线电仿真,无线自组网按需平面距离向量路由协议aodv /* Define interrupt codes for generating handling interrupts */ /* indicating changes in deference, frame timeout which infers */ /* that the collision has occurred, random backoff and transmission */ /* completion by the physical layer (self interrupts). */ typedef enum WlanT_Mac_Intrpt_Code { WlanC_Deference_Off, /* Deference before frame transmission */ WlanC_Frame_Timeout, /* No frame rcvd in set duration (infer collision) */ WlanC_Backoff_Elapsed, /* Backoff done before frame transmission */ WlanC_CW_Elapsed /* Bakcoff done after successful frame transmission */ } WlanT_Mac_Intrpt_Code; /* Define codes for data and managment frames use in DCF */ /* The code defined is consistent with IEEE 802.11 format */ /* There are 6 bits used to define the code and in the following */ /* enumeration the first 6 bits are used in the type field of the fram
下载说明:请别用迅雷下载,失败请重下,重下不扣分!


