Searched refs:dpp_pkex_identifier (Results 1 – 4 of 4) sorted by relevance
1166 hapd->dpp_pkex_identifier, in hostapd_dpp_rx_pkex_exchange_req()1520 os_free(hapd->dpp_pkex_identifier); in hostapd_dpp_pkex_add()1521 hapd->dpp_pkex_identifier = NULL; in hostapd_dpp_pkex_add()1528 hapd->dpp_pkex_identifier = os_malloc(end - pos + 1); in hostapd_dpp_pkex_add()1529 if (!hapd->dpp_pkex_identifier) in hostapd_dpp_pkex_add()1531 os_memcpy(hapd->dpp_pkex_identifier, pos, end - pos); in hostapd_dpp_pkex_add()1532 hapd->dpp_pkex_identifier[end - pos] = '\0'; in hostapd_dpp_pkex_add()1550 hapd->dpp_pkex_identifier, in hostapd_dpp_pkex_add()1591 os_free(hapd->dpp_pkex_identifier); in hostapd_dpp_pkex_remove()1592 hapd->dpp_pkex_identifier = NULL; in hostapd_dpp_pkex_remove()
365 char *dpp_pkex_identifier; member
1579 wpa_s->dpp_pkex_identifier, in wpas_dpp_rx_pkex_exchange_req()2109 os_free(wpa_s->dpp_pkex_identifier); in wpas_dpp_pkex_add()2110 wpa_s->dpp_pkex_identifier = NULL; in wpas_dpp_pkex_add()2117 wpa_s->dpp_pkex_identifier = os_malloc(end - pos + 1); in wpas_dpp_pkex_add()2118 if (!wpa_s->dpp_pkex_identifier) in wpas_dpp_pkex_add()2120 os_memcpy(wpa_s->dpp_pkex_identifier, pos, end - pos); in wpas_dpp_pkex_add()2121 wpa_s->dpp_pkex_identifier[end - pos] = '\0'; in wpas_dpp_pkex_add()2139 wpa_s->dpp_pkex_identifier, in wpas_dpp_pkex_add()2191 os_free(wpa_s->dpp_pkex_identifier); in wpas_dpp_pkex_remove()2192 wpa_s->dpp_pkex_identifier = NULL; in wpas_dpp_pkex_remove()
1231 char *dpp_pkex_identifier; member