NDEF(NFC Data Exchange Format) routines for Wi-Fi Protected Setup Reference is "NFCForum-TS-NDEF_1.0 2006-07-24". More...
#include "includes.h"
#include "common.h"
#include "wps/wps.h"
Go to the source code of this file.
Data Structures | |
struct | ndef_record |
Defines | |
#define | FLAG_MESSAGE_BEGIN (1 << 7) |
#define | FLAG_MESSAGE_END (1 << 6) |
#define | FLAG_CHUNK (1 << 5) |
#define | FLAG_SHORT_RECORD (1 << 4) |
#define | FLAG_ID_LENGTH_PRESENT (1 << 3) |
#define | FLAG_TNF_RFC2046 (0x02) |
Functions | |
struct wpabuf * | ndef_parse_wifi (struct wpabuf *buf) |
struct wpabuf * | ndef_build_wifi (struct wpabuf *buf) |
NDEF(NFC Data Exchange Format) routines for Wi-Fi Protected Setup Reference is "NFCForum-TS-NDEF_1.0 2006-07-24".
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file ndef.c.