Searched refs:dpp_pkex_identifier (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1175 hapd->dpp_pkex_identifier,
1543 os_free(hapd->dpp_pkex_identifier);
1544 hapd->dpp_pkex_identifier = NULL;
1551 hapd->dpp_pkex_identifier = os_malloc(end - pos + 1);
1552 if (!hapd->dpp_pkex_identifier)
1554 os_memcpy(hapd->dpp_pkex_identifier, pos, end - pos);
1555 hapd->dpp_pkex_identifier[end - pos] = '\0';
1573 hapd->dpp_pkex_identifier,
1614 os_free(hapd->dpp_pkex_identifier);
1615 hapd->dpp_pkex_identifier
[all...]
H A Dhostapd.h373 char *dpp_pkex_identifier; member in struct:hostapd_data
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1609 wpa_s->dpp_pkex_identifier,
2145 os_free(wpa_s->dpp_pkex_identifier);
2146 wpa_s->dpp_pkex_identifier = NULL;
2153 wpa_s->dpp_pkex_identifier = os_malloc(end - pos + 1);
2154 if (!wpa_s->dpp_pkex_identifier)
2156 os_memcpy(wpa_s->dpp_pkex_identifier, pos, end - pos);
2157 wpa_s->dpp_pkex_identifier[end - pos] = '\0';
2175 wpa_s->dpp_pkex_identifier,
2227 os_free(wpa_s->dpp_pkex_identifier);
2228 wpa_s->dpp_pkex_identifier
[all...]
H A Dwpa_supplicant_i.h1230 char *dpp_pkex_identifier; member in struct:wpa_supplicant

Completed in 88 milliseconds