示例#1
0
struct wpabuf * ndef_parse_wifi(struct wpabuf *buf)
{
	return ndef_parse_records(buf, wifi_filter);
}
示例#2
0
文件: ndef.c 项目: Adrellias/mana
struct wpabuf * ndef_parse_p2p(const struct wpabuf *buf)
{
	return ndef_parse_records(buf, p2p_filter);
}