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.