CRDA.cc File Reference
#include "CRDA.hh"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <senf/Utils/Console.hh>
#include <netlink/genl/genl.h>
#include <netlink/genl/family.h>
#include <netlink/genl/ctrl.h>
#include <netlink/msg.h>
#include <netlink/attr.h>
#include "nl80211-new.h"

Go to the source code of this file.

Classes

struct  nl80211_state
 

Macros

#define __O_TMPFILE   020000000
 
#define O_TMPFILE   (__O_TMPFILE | O_DIRECTORY)
 
#define O_TMPFILE_MASK   (__O_TMPFILE | O_DIRECTORY | O_CREAT)
 
#define prefix_
 
#define WORLD_REG_ALPHA   "00"
 
#define INITIAL_REG_ALPHA   "AA"
 

Macro Definition Documentation

◆ __O_TMPFILE

#define __O_TMPFILE   020000000

Definition at line 22 of file CRDA.cc.

◆ INITIAL_REG_ALPHA

#define INITIAL_REG_ALPHA   "AA"

Definition at line 37 of file CRDA.cc.

◆ O_TMPFILE

#define O_TMPFILE   (__O_TMPFILE | O_DIRECTORY)

Definition at line 26 of file CRDA.cc.

◆ O_TMPFILE_MASK

#define O_TMPFILE_MASK   (__O_TMPFILE | O_DIRECTORY | O_CREAT)

Definition at line 27 of file CRDA.cc.

◆ prefix_

#define prefix_

Definition at line 33 of file CRDA.cc.

◆ WORLD_REG_ALPHA

#define WORLD_REG_ALPHA   "00"

Definition at line 36 of file CRDA.cc.