Searched refs:dup_binstr (Results 1 – 21 of 21) sorted by relevance
/hostap-3.6.0/src/wps/ |
D | wps_dev_attr.c | 271 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()
|
D | wps_er.c | 799 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()
|
D | wps_upnp.c | 343 scratch_mem = dup_binstr(url, url_len); in subscr_addr_add_url()
|
D | wps_upnp_web.c | 1071 callback_urls = dup_binstr(h, len); in web_connection_parse_subscribe()
|
/hostap-3.6.0/src/common/ |
D | cli.c | 112 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/ |
D | common.c | 652 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
|
D | common.h | 534 char * dup_binstr(const void *src, size_t len);
|
D | utils_module_tests.c | 387 if (dup_binstr(NULL, 0) != NULL) in common_tests()
|
/hostap-3.6.0/src/eap_peer/ |
D | eap_mschapv2.c | 669 buf = dup_binstr(msdata, len); in eap_mschapv2_failure()
|
D | tncc.c | 697 buf = dup_binstr(msg, len); in tncc_process_if_tnccs()
|
/hostap-3.6.0/src/ap/ |
D | ieee802_1x.c | 358 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/ |
D | mesh.c | 202 bss->conf->ssid.wpa_passphrase = dup_binstr(password, len); in wpas_mesh_init_rsn()
|
D | wpa_priv.c | 765 iface->driver_name = dup_binstr(params, len); in wpa_priv_interface_init()
|
D | interworking.c | 494 r->realm = dup_binstr(pos, realm_len); in nai_realm_parse_realm()
|
D | config.c | 592 ssid->passphrase = dup_binstr(value, len); in wpa_config_parse_psk()
|
/hostap-3.6.0/src/eap_server/ |
D | tncs.c | 785 buf = dup_binstr(msg, len); in tncs_process_if_tnccs()
|
D | eap_sim_db.c | 1562 return dup_binstr(identity, pos); in sim_get_username()
|
D | eap_server.c | 874 sm->identity = (u8 *) dup_binstr(parse.keyname, in SM_STATE()
|
/hostap-3.6.0/src/drivers/ |
D | driver_ndis.c | 2121 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()
|
D | driver_wext.c | 486 buf = dup_binstr(custom, iwe->u.data.length); in wpa_driver_wext_event_wireless()
|
/hostap-3.6.0/src/tls/ |
D | x509v3.c | 439 val = dup_binstr(hdr.payload, hdr.length); in x509_parse_name()
|