Lines Matching refs:dpp_pkex_identifier
285 if (!hapd->dpp_pkex_code && !hapd->dpp_pkex_identifier) in hostapd_dpp_pkex_clear_code()
294 os_free(hapd->dpp_pkex_identifier); in hostapd_dpp_pkex_clear_code()
295 hapd->dpp_pkex_identifier = NULL; in hostapd_dpp_pkex_clear_code()
387 hapd->dpp_pkex_identifier, in hostapd_dpp_pkex_init()
2206 hapd->dpp_pkex_identifier, in hostapd_dpp_rx_pkex_exchange_req()
3264 os_free(hapd->dpp_pkex_identifier); in hostapd_dpp_pkex_add()
3265 hapd->dpp_pkex_identifier = NULL; in hostapd_dpp_pkex_add()
3272 hapd->dpp_pkex_identifier = os_malloc(end - pos + 1); in hostapd_dpp_pkex_add()
3273 if (!hapd->dpp_pkex_identifier) in hostapd_dpp_pkex_add()
3275 os_memcpy(hapd->dpp_pkex_identifier, pos, end - pos); in hostapd_dpp_pkex_add()
3276 hapd->dpp_pkex_identifier[end - pos] = '\0'; in hostapd_dpp_pkex_add()
3310 hapd->dpp_pkex_identifier); in hostapd_dpp_pkex_add()
3341 os_free(hapd->dpp_pkex_identifier); in hostapd_dpp_pkex_remove()
3342 hapd->dpp_pkex_identifier = NULL; in hostapd_dpp_pkex_remove()