![]() |
NetSim Source Code Help
|

Go to the source code of this file.
| char * fn_NetSim_IEEE802_11_ConfigPacketTrace | ( | const void * | xmlNetSimNode | ) |
This function is to configure the WLAN protocol packet trace parameter. This function return a string which has the parameters separated by comma.
Definition at line 126 of file IEEE802_11.c.
| int fn_NetSim_IEEE802_11_Configure | ( | void ** | var | ) |
| int fn_NetSim_IEEE802_11_Configure_F | ( | void ** | var | ) |

| int fn_NetSim_IEEE802_11_CopyPacket | ( | NetSim_PACKET * | pstruDestPacket, |
| NetSim_PACKET * | pstruSrcPacket | ||
| ) |
This function is called by NetworkStack.dll, to copy the WLAN protocol pstruMacData->Packet_MACProtocol from source packet to destination.
Definition at line 105 of file IEEE802_11.c.

| int fn_NetSim_IEEE802_11_Finish | ( | ) |
This function is called by NetworkStack.dll, once simulation end to free the allocated memory for the network.
Definition at line 147 of file IEEE802_11.c.

| int fn_NetSim_IEEE802_11_FreePacket | ( | NetSim_PACKET * | pstruPacket | ) |
This function is called by NetworkStack.dll, to free the WLAN protocol pstruMacData->Packet_MACProtocol.
Definition at line 94 of file IEEE802_11.c.


| int fn_NetSim_IEEE802_11_Init | ( | struct stru_NetSim_Network * | NETWORK_Formal, |
| NetSim_EVENTDETAILS * | pstruEventDetails_Formal, | ||
| char * | pszAppPath_Formal, | ||
| char * | pszWritePath_Formal, | ||
| int | nVersion_Type | ||
| ) |
| int fn_NetSim_IEEE802_11_Init_F | ( | struct stru_NetSim_Network * | NETWORK_Formal, |
| NetSim_EVENTDETAILS * | pstruEventDetails_Formal, | ||
| char * | pszAppPath_Formal, | ||
| char * | pszWritePath_Formal, | ||
| int | nVersion_Type | ||
| ) |

| int fn_NetSim_IEEE802_11_Metrics | ( | PMETRICSWRITER | metricsWriter | ) |
This function call WLAN Metrics function in lib file to write the Metrics in Metrics.txt
Definition at line 115 of file IEEE802_11.c.

| int fn_NetSim_IEEE802_11_Metrics_F | ( | PMETRICSWRITER | metricsWriter | ) |

| int fn_NetSim_IEEE802_11_Run | ( | ) |
| void fn_NetSim_IEEE802_11_Timer | ( | ) |
Definition at line 152 of file IEEE802_11.c.


| char * fn_NetSim_IEEE802_11_Trace | ( | int | nSubEvent | ) |
This function is called by NetworkStack.dll, while writing the event trace to get the sub event as a string.
Definition at line 85 of file IEEE802_11.c.
| int fn_NetSim_IEEE802_11_WritePacketTrace | ( | NetSim_PACKET * | pstruPacket, |
| char ** | ppszTrace | ||
| ) |
This function is called while writing the Packet trace for WLAN protocol. This function is called for every packet while writing the packet trace.
Definition at line 136 of file IEEE802_11.c.
| bool isieee802_11_Backoff_log | ( | ) |
Definition at line 178 of file IEEE802_11.c.
| bool isIEEE802_11_log | ( | ) |
Definition at line 169 of file IEEE802_11.c.
| void print_minstrel_table | ( | PMETRICSWRITER | metricsWriter | ) |
Definition at line 775 of file Minstrel.c.

