|
libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
#include "../../core/frame/management/reassoc_response.h"#include "../../core/frame/frame.h"#include "../../core/frame/tag.h"#include "../../core/frame/tag_iterator.h"#include "../../core/misc/types.h"#include "../../parse/misc/security.h"#include "common.h"#include "reassoc_response.h"#include <errno.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Functions | |
| int | libwifi_parse_reassoc_resp (struct libwifi_bss *bss, struct libwifi_frame *frame) |
| libwifi_parse_reassoc_resp will parse useful information out of a Reassocation Response into a struct libwifi_bss. More... | |
| int libwifi_parse_reassoc_resp | ( | struct libwifi_bss * | bss, |
| struct libwifi_frame * | frame | ||
| ) |
libwifi_parse_reassoc_resp will parse useful information out of a Reassocation Response into a struct libwifi_bss.
Parse a reassociation response frame into a libwifi_bss.
┌─────────────────────────────────────────────┐ │ Header (Ordered or Unordered) │ ── Reassocation Response Header ├─────────────────────────────────────────────┤ │ Fixed Parameters │ ─┐ ├─────────────────────────────────────────────┤ ├── Reassociation Response Body │ Tagged Parameters │ ─┘ └─────────────────────────────────────────────┘
Definition at line 41 of file reassoc_response.c.