Searched refs:dpp_pkex_code (Results 1 – 4 of 4) sorted by relevance
1159 if (!hapd->dpp_pkex_code || !hapd->dpp_pkex_bi) { in hostapd_dpp_rx_pkex_exchange_req()1176 hapd->dpp_pkex_code, in hostapd_dpp_rx_pkex_exchange_req()1561 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_add()1562 hapd->dpp_pkex_code = os_strdup(pos + 6); in hostapd_dpp_pkex_add()1563 if (!hapd->dpp_pkex_code) in hostapd_dpp_pkex_add()1574 hapd->dpp_pkex_code); in hostapd_dpp_pkex_add()1608 if ((id_val != 0 && id_val != 1) || !hapd->dpp_pkex_code) in hostapd_dpp_pkex_remove()1612 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_remove()1613 hapd->dpp_pkex_code = NULL; in hostapd_dpp_pkex_remove()
372 char *dpp_pkex_code; member
1594 if (!wpa_s->dpp_pkex_code || !wpa_s->dpp_pkex_bi) { in wpas_dpp_rx_pkex_exchange_req()1610 wpa_s->dpp_pkex_code, in wpas_dpp_rx_pkex_exchange_req()2163 os_free(wpa_s->dpp_pkex_code); in wpas_dpp_pkex_add()2164 wpa_s->dpp_pkex_code = os_strdup(pos + 6); in wpas_dpp_pkex_add()2165 if (!wpa_s->dpp_pkex_code) in wpas_dpp_pkex_add()2176 wpa_s->dpp_pkex_code); in wpas_dpp_pkex_add()2221 if ((id_val != 0 && id_val != 1) || !wpa_s->dpp_pkex_code) in wpas_dpp_pkex_remove()2225 os_free(wpa_s->dpp_pkex_code); in wpas_dpp_pkex_remove()2226 wpa_s->dpp_pkex_code = NULL; in wpas_dpp_pkex_remove()
1229 char *dpp_pkex_code; member