libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
epoch.c File Reference
#include "epoch.h"
#include <time.h>

Go to the source code of this file.

Functions

unsigned long long libwifi_get_epoch (void)
 Get the current system time in epoch. More...
 

Function Documentation

◆ libwifi_get_epoch()

unsigned long long libwifi_get_epoch ( void  )

Get the current system time in epoch.

Returns
current time in unix epoch.

Definition at line 19 of file epoch.c.