Home
last modified time | relevance | path

Searched refs:dup_binstr (Results 1 – 21 of 21) sorted by relevance

/hostap-3.6.0/src/wps/
Dwps_dev_attr.c271 dev->manufacturer = dup_binstr(str, str_len); in wps_process_manufacturer()
290 dev->model_name = dup_binstr(str, str_len); in wps_process_model_name()
309 dev->model_number = dup_binstr(str, str_len); in wps_process_model_number()
328 dev->serial_number = dup_binstr(str, str_len); in wps_process_serial_number()
347 dev->device_name = dup_binstr(str, str_len); in wps_process_dev_name()
Dwps_er.c799 sta->manufacturer = dup_binstr(attr->manufacturer, in wps_er_add_sta_data()
805 sta->model_name = dup_binstr(attr->model_name, in wps_er_add_sta_data()
811 sta->model_number = dup_binstr(attr->model_number, in wps_er_add_sta_data()
817 sta->serial_number = dup_binstr(attr->serial_number, in wps_er_add_sta_data()
823 sta->dev_name = dup_binstr(attr->dev_name, attr->dev_name_len); in wps_er_add_sta_data()
Dwps_upnp.c343 scratch_mem = dup_binstr(url, url_len); in subscr_addr_add_url()
Dwps_upnp_web.c1071 callback_urls = dup_binstr(h, len); in web_connection_parse_subscribe()
/hostap-3.6.0/src/common/
Dcli.c112 buf = dup_binstr(txt, end - txt); in cli_txt_list_del_word()
162 buf = dup_binstr(txt, end - txt); in cli_txt_list_add_word()
/hostap-3.6.0/src/utils/
Dcommon.c652 str = dup_binstr(value, *len); in wpa_config_parse_string()
665 tstr = dup_binstr(value, tlen); in wpa_config_parse_string()
766 char * dup_binstr(const void *src, size_t len) in dup_binstr() function
Dcommon.h534 char * dup_binstr(const void *src, size_t len);
Dutils_module_tests.c387 if (dup_binstr(NULL, 0) != NULL) in common_tests()
/hostap-3.6.0/src/eap_peer/
Deap_mschapv2.c669 buf = dup_binstr(msdata, len); in eap_mschapv2_failure()
Dtncc.c697 buf = dup_binstr(msg, len); in tncc_process_if_tnccs()
/hostap-3.6.0/src/ap/
Dieee802_1x.c358 sm->identity = (u8 *) dup_binstr(identity, identity_len); in ieee802_1x_learn_identity()
1616 identity = (u8 *) dup_binstr(buf, len); in ieee802_1x_update_sta_identity()
2853 identity_buf = dup_binstr(id, id_len); in ieee802_1x_get_mib_sta()
/hostap-3.6.0/wpa_supplicant/
Dmesh.c202 bss->conf->ssid.wpa_passphrase = dup_binstr(password, len); in wpas_mesh_init_rsn()
Dwpa_priv.c765 iface->driver_name = dup_binstr(params, len); in wpa_priv_interface_init()
Dinterworking.c494 r->realm = dup_binstr(pos, realm_len); in nai_realm_parse_realm()
Dconfig.c592 ssid->passphrase = dup_binstr(value, len); in wpa_config_parse_psk()
/hostap-3.6.0/src/eap_server/
Dtncs.c785 buf = dup_binstr(msg, len); in tncs_process_if_tnccs()
Deap_sim_db.c1562 return dup_binstr(identity, pos); in sim_get_username()
Deap_server.c874 sm->identity = (u8 *) dup_binstr(parse.keyname, in SM_STATE()
/hostap-3.6.0/src/drivers/
Ddriver_ndis.c2121 drv->adapter_desc = dup_binstr(desc, dlen); in wpa_driver_ndis_get_names()
2289 drv->adapter_desc = dup_binstr(desc[i], dlen); in wpa_driver_ndis_get_names()
Ddriver_wext.c486 buf = dup_binstr(custom, iwe->u.data.length); in wpa_driver_wext_event_wireless()
/hostap-3.6.0/src/tls/
Dx509v3.c439 val = dup_binstr(hdr.payload, hdr.length); in x509_parse_name()