![]() |
NetSim Source Code Help
|
#include "main.h"#include "IEEE802_11.h"#include "IEEE802_11_Phy.h"#include "IEEE802_11_PhyFrame.h"
Go to the source code of this file.
Functions | |
| int | get_ofdm_rate (int rate) |
| void | fn_NetSim_IEEE802_11_Add_Phy_Header (NetSim_PACKET *packet, UINT64 *transmissionId) |
| void | free_ieee802_11_phy_header (NetSim_PACKET *packet) |
| void | copy_ieee802_11_phy_header (NetSim_PACKET *d, NetSim_PACKET *s) |
| void copy_ieee802_11_phy_header | ( | NetSim_PACKET * | d, |
| NetSim_PACKET * | s | ||
| ) |
| void fn_NetSim_IEEE802_11_Add_Phy_Header | ( | NetSim_PACKET * | packet, |
| UINT64 * | transmissionId | ||
| ) |
This function is called in the fn_NetSim_WLAN_PhysicalOut() function. Add the PHY header pstruPacket->pstruPhyData->Packet_PhyData to the packet.
Definition at line 39 of file IEEE802_11_PhyFrame.c.

| void free_ieee802_11_phy_header | ( | NetSim_PACKET * | packet | ) |
| int get_ofdm_rate | ( | int | rate | ) |
Definition at line 19 of file IEEE802_11_PhyFrame.c.