NetSim Source Code Help
Loading...
Searching...
No Matches
IEEE802_11_PhyFrame.c File Reference
#include "main.h"
#include "IEEE802_11.h"
#include "IEEE802_11_Phy.h"
#include "IEEE802_11_PhyFrame.h"
Include dependency graph for IEEE802_11_PhyFrame.c:

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)
 

Function Documentation

◆ copy_ieee802_11_phy_header()

void copy_ieee802_11_phy_header ( NetSim_PACKET d,
NetSim_PACKET s 
)

Definition at line 107 of file IEEE802_11_PhyFrame.c.

Here is the caller graph for this function:

◆ fn_NetSim_IEEE802_11_Add_Phy_Header()

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.

Here is the caller graph for this function:

◆ free_ieee802_11_phy_header()

void free_ieee802_11_phy_header ( NetSim_PACKET packet)

Definition at line 100 of file IEEE802_11_PhyFrame.c.

Here is the caller graph for this function:

◆ get_ofdm_rate()

int get_ofdm_rate ( int  rate)

Definition at line 19 of file IEEE802_11_PhyFrame.c.