Searched refs:ndef (Results 1 - 25 of 30) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Dnfc_pw_token.c41 struct wpabuf *buf = NULL, *ndef = NULL; local
57 ndef = ndef_build_wifi(buf);
58 if (ndef == NULL)
65 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(ndef),
66 wpabuf_len(ndef));
76 wpabuf_free(ndef);
H A Dwps_supplicant.h62 int ndef, const char *uuid);
66 int ndef, struct wpa_ssid * ssid);
68 int ndef, const char *id_str);
69 struct wpabuf * wpas_wps_nfc_token(struct wpa_supplicant *wpa_s, int ndef);
78 int ndef);
80 int ndef, int cr, const char *uuid);
H A Dap.h59 int ndef);
62 int ndef);
66 int ndef)
65 wpas_ap_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef) argument
H A Dwps_supplicant.c2101 int ndef, const char *uuid)
2118 if (ndef && ret) {
2214 wpas_wps_network_config_token(struct wpa_supplicant *wpa_s, int ndef, argument
2225 if (ndef && ret) {
2240 int ndef, const char *id_str)
2255 return wpas_wps_network_config_token(wpa_s, ndef, ssid);
2260 return wpas_ap_wps_nfc_config_token(wpa_s, ndef);
2266 struct wpabuf * wpas_wps_nfc_token(struct wpa_supplicant *wpa_s, int ndef) argument
2269 return wps_nfc_token_build(ndef,
2275 return wps_nfc_token_gen(ndef,
2100 wpas_wps_er_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) argument
2239 wpas_wps_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef, const char *id_str) argument
2467 wpas_wps_nfc_handover_req(struct wpa_supplicant *wpa_s, int ndef) argument
2496 wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) argument
2551 wpas_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, int cr, const char *uuid) argument
[all...]
H A Dp2p_supplicant.h158 int ndef);
160 int ndef, int tag);
H A Dctrl_iface.c1217 int ndef; local
1226 ndef = 0;
1228 ndef = 1;
1232 buf = wpas_wps_nfc_config_token(wpa_s, ndef, pos);
1250 int ndef; local
1255 ndef = 0;
1257 ndef = 1;
1261 buf = wpas_wps_nfc_token(wpa_s, ndef);
1314 int ndef)
1319 buf = wpas_wps_nfc_handover_req(wpa_s, ndef);
1312 wpas_ctrl_nfc_get_handover_req_wps(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef) argument
1335 wpas_ctrl_nfc_get_handover_req_p2p(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef) argument
1365 int ndef; local
1397 wpas_ctrl_nfc_get_handover_sel_wps(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef, int cr, char *uuid) argument
1420 wpas_ctrl_nfc_get_handover_sel_p2p(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef, int tag) argument
1448 int ndef; local
1810 int ndef; local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py15 import nfc.ndef namespace
120 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
125 request = nfc.ndef.HandoverRequestMessage(request)
126 except nfc.ndef.DecodeError as e:
141 sel = nfc.ndef.HandoverSelectMessage(version="1.2")
158 message = nfc.ndef.Message(data);
175 if len(tag.ndef.message):
176 for record in tag.ndef.message:
180 success = wpas_tag_read(tag.ndef.message)
194 tag.ndef
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.h38 int ndef);
39 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef);
43 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef);
H A Dwps_hostapd.c1800 int ndef)
1809 if (ndef && ret) {
1822 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) argument
1850 if (ndef && ret) {
1957 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) argument
1960 return wps_nfc_token_build(ndef,
1966 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id,
1799 hostapd_wps_nfc_config_token(struct hostapd_data *hapd, int ndef) argument
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.h38 int ndef);
39 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef);
43 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef);
H A Dwps_hostapd.c1800 int ndef)
1809 if (ndef && ret) {
1822 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) argument
1850 if (ndef && ret) {
1957 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) argument
1960 return wps_nfc_token_build(ndef,
1966 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id,
1799 hostapd_wps_nfc_config_token(struct hostapd_data *hapd, int ndef) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.h38 int ndef);
39 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef);
43 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef);
H A Dwps_hostapd.c1800 int ndef)
1809 if (ndef && ret) {
1822 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) argument
1850 if (ndef && ret) {
1957 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) argument
1960 return wps_nfc_token_build(ndef,
1966 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id,
1799 hostapd_wps_nfc_config_token(struct hostapd_data *hapd, int ndef) argument
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py17 import nfc.ndef namespace
149 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
154 request = nfc.ndef.HandoverRequestMessage(request)
155 except nfc.ndef.DecodeError as e:
170 sel = nfc.ndef.HandoverSelectMessage(version="1.2")
188 message = nfc.ndef.Message(data);
212 message = nfc.ndef.HandoverRequestMessage(version="1.2")
214 datamsg = nfc.ndef.Message(data)
262 message = nfc.ndef.HandoverSelectMessage(message)
278 #wifi = nfc.ndef
[all...]
H A Dp2p-nfc.py17 import nfc.ndef namespace
154 message = nfc.ndef.HandoverRequestMessage(version="1.2")
164 datamsg = nfc.ndef.Message(data)
178 datamsg = nfc.ndef.Message(data)
226 message = nfc.ndef.HandoverSelectMessage(message)
270 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
275 request = nfc.ndef.HandoverRequestMessage(request)
276 except nfc.ndef.DecodeError as e:
292 sel = nfc.ndef.HandoverSelectMessage(version="1.2")
320 message = nfc.ndef
[all...]
/external/boringssl/src/crypto/asn1/
H A Dtasn_enc.c79 * Top level i2d equivalents: the 'ndef' variant instructs the encoder to use
132 int i, seqcontlen, seqlen, ndef = 1; local
194 ndef = 2;
231 seqlen = ASN1_object_size(ndef, seqcontlen, tag);
235 ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
246 if (ndef == 2)
268 int i, ret, flags, ttag, tclass, ndef; local
304 /* if template and arguments require ndef, use it */
306 ndef = 2;
308 ndef
496 int ndef = 0; local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A DMakefile19 ndef.o \
H A Dwps_common.c624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, argument
633 if (ndef && ret) {
671 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, argument
698 return wps_nfc_token_build(ndef, *id, *pubkey, *dev_pw);
H A Dwps.h881 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey,
884 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey,
899 /* ndef.c */
/external/wpa_supplicant_8/src/wps/
H A DMakefile19 ndef.o \
H A Dwps_common.c624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, argument
633 if (ndef && ret) {
671 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, argument
698 return wps_nfc_token_build(ndef, *id, *pubkey, *dev_pw);
H A Dwps.h881 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey,
884 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey,
899 /* ndef.c */
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A DMakefile19 ndef.o \
H A Dwps_common.c624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, argument
633 if (ndef && ret) {
671 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, argument
698 return wps_nfc_token_build(ndef, *id, *pubkey, *dev_pw);
H A Dwps.h881 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey,
884 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey,
899 /* ndef.c */

Completed in 350 milliseconds

12