Searched defs:ndef (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.h56 int ndef);
59 int ndef);
63 int ndef)
62 wpas_ap_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef) argument
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 Dap.c890 int ndef)
897 return hostapd_wps_nfc_config_token(hapd, ndef);
902 int ndef)
909 return hostapd_wps_nfc_hs_cr(hapd, ndef);
889 wpas_ap_wps_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef) argument
901 wpas_ap_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef) argument
H A Dwps_supplicant.c1899 int ndef, const char *uuid)
1916 if (ndef && ret) {
2025 wpas_wps_network_config_token(struct wpa_supplicant *wpa_s, int ndef, argument
2036 if (ndef && ret) {
2051 int ndef, const char *id_str)
2066 return wpas_wps_network_config_token(wpa_s, ndef, ssid);
2071 return wpas_ap_wps_nfc_config_token(wpa_s, ndef);
2077 struct wpabuf * wpas_wps_nfc_token(struct wpa_supplicant *wpa_s, int ndef) argument
2080 return wps_nfc_token_build(ndef,
2086 return wps_nfc_token_gen(ndef,
1898 wpas_wps_er_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) argument
2050 wpas_wps_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef, const char *id_str) argument
2254 wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) argument
2296 wpas_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, int cr, const char *uuid) argument
[all...]
H A Dctrl_iface.c815 int ndef; local
824 ndef = 0;
826 ndef = 1;
830 buf = wpas_wps_nfc_config_token(wpa_s, ndef, pos);
848 int ndef; local
853 ndef = 0;
855 ndef = 1;
859 buf = wpas_wps_nfc_token(wpa_s, ndef);
948 int ndef, int cr, char *uuid)
953 buf = wpas_wps_nfc_handover_sel(wpa_s, ndef, c
946 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
973 int ndef; local
1329 int ndef; local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py14 import nfc.ndef namespace
92 sel = nfc.ndef.HandoverSelectMessage(version="1.2")
107 message = nfc.ndef.Message(data);
147 if len(tag.ndef.message):
148 message = nfc.ndef.Message(tag.ndef.message)
155 wpas_tag_read(tag.ndef.message)
181 tag.ndef.message = data
203 tag.ndef.message = data
257 if tag.ndef
[all...]
H A Dctrl_iface.c286 int ndef; local
291 ndef = 0;
293 ndef = 1;
297 buf = hostapd_wps_nfc_config_token(hapd, ndef);
314 int ndef)
319 buf = hostapd_wps_nfc_token_gen(hapd, ndef);
365 int ndef; local
373 ndef = 0;
375 ndef = 1;
380 buf = hostapd_wps_nfc_hs_cr(hapd, ndef);
312 hostapd_ctrl_iface_wps_nfc_token_gen(struct hostapd_data *hapd, char *reply, size_t max_len, int ndef) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py16 import nfc.ndef namespace
117 sel = nfc.ndef.HandoverSelectMessage(version="1.2")
132 message = nfc.ndef.Message(data);
184 record = nfc.ndef.Record()
187 record = nfc.ndef.HandoverCarrierRecord(record)
191 message = nfc.ndef.HandoverRequestMessage(version="1.2")
231 message = nfc.ndef.HandoverSelectMessage(message)
240 wifi = nfc.ndef.WifiConfigRecord(carrier.record)
251 if len(tag.ndef.message):
252 message = nfc.ndef
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dtasn_enc.c79 /* Top level i2d equivalents: the 'ndef' variant instructs the encoder
135 int i, seqcontlen, seqlen, ndef = 1; local
198 if (aclass & ASN1_TFLG_NDEF) ndef = 2;
235 seqlen = ASN1_object_size(ndef, seqcontlen, tag);
239 ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
251 if (ndef == 2)
273 int i, ret, flags, ttag, tclass, ndef; local
312 /* if template and arguments require ndef, use it */
314 ndef = 2;
315 else ndef
510 int ndef = 0; local
[all...]
/external/openssl/crypto/asn1/
H A Dtasn_enc.c79 /* Top level i2d equivalents: the 'ndef' variant instructs the encoder
135 int i, seqcontlen, seqlen, ndef = 1; local
198 if (aclass & ASN1_TFLG_NDEF) ndef = 2;
235 seqlen = ASN1_object_size(ndef, seqcontlen, tag);
239 ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
251 if (ndef == 2)
273 int i, ret, flags, ttag, tclass, ndef; local
312 /* if template and arguments require ndef, use it */
314 ndef = 2;
315 else ndef
510 int ndef = 0; local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_common.c617 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, argument
626 if (ndef && ret) {
639 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, argument
673 return wps_nfc_token_build(ndef, *id, *pubkey, *dev_pw);
/external/wpa_supplicant_8/src/wps/
H A Dwps_common.c617 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, argument
626 if (ndef && ret) {
639 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, argument
673 return wps_nfc_token_build(ndef, *id, *pubkey, *dev_pw);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_common.c617 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, argument
626 if (ndef && ret) {
639 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, argument
673 return wps_nfc_token_build(ndef, *id, *pubkey, *dev_pw);
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h133 #define RW_NDEF_FL_UNKNOWN 0x08 /* Unable to find if tag is ndef capable/formated/read only */
244 tRW_DETECT_NDEF_DATA ndef; /* The information of detected NDEF data */ member in union:__anon20260
616 ** NFC_STATUS_OK: ndef detection procedure started
634 ** NFC_STATUS_OK: ndef detection procedure started
821 ** - If felica-lite code then poll for ndef (12fc)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c1764 int ndef)
1772 if (ndef && ret) {
1785 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) argument
1791 return hostapd_wps_nfc_config_token(hapd, ndef);
1795 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) argument
1798 return wps_nfc_token_build(ndef,
1804 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id,
1763 hostapd_wps_nfc_config_token(struct hostapd_data *hapd, int ndef) argument
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c1764 int ndef)
1772 if (ndef && ret) {
1785 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) argument
1791 return hostapd_wps_nfc_config_token(hapd, ndef);
1795 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) argument
1798 return wps_nfc_token_build(ndef,
1804 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id,
1763 hostapd_wps_nfc_config_token(struct hostapd_data *hapd, int ndef) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c1764 int ndef)
1772 if (ndef && ret) {
1785 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) argument
1791 return hostapd_wps_nfc_config_token(hapd, ndef);
1795 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) argument
1798 return wps_nfc_token_build(ndef,
1804 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id,
1763 hostapd_wps_nfc_config_token(struct hostapd_data *hapd, int ndef) argument
/external/elfutils/src/
H A Dldgeneric.c3813 int ndef = 0; local
3841 ++ndef;
3850 verneed.vn_cnt = ndef;

Completed in 522 milliseconds