예제 #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);
}