STRUCT BEACON_PARAME
Section: Actions and configuration (9)
Updated: February 2011
Index
Return to Main Contents
NAME
struct_beacon_parameters - beacon parameters
SYNOPSIS
struct beacon_parameters {
u8 * head;
u8 * tail;
int interval;
int dtim_period;
int head_len;
int tail_len;
};
MEMBERS
head
-
head portion of beacon (before TIM IE) or
NULL
if not changed
tail
-
tail portion of beacon (after TIM IE) or
NULL
if not changed
interval
-
beacon interval or zero if not changed
dtim_period
-
DTIM period or zero if not changed
head_len
-
length of
head
tail_len
-
length of
tail
DESCRIPTION
Used to configure the beacon for an interface.
AUTHOR
Johannes Berg <johannes@sipsolutions.net>
-
Author.
COPYRIGHT