Searched refs:dpp_pkex_code (Results 1 – 4 of 4) sorted by relevance
1726 if (!hapd->dpp_pkex_code || !hapd->dpp_pkex_bi) { in hostapd_dpp_rx_pkex_exchange_req()1743 hapd->dpp_pkex_code, in hostapd_dpp_rx_pkex_exchange_req()2169 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_add()2170 hapd->dpp_pkex_code = os_strdup(pos + 6); in hostapd_dpp_pkex_add()2171 if (!hapd->dpp_pkex_code) in hostapd_dpp_pkex_add()2183 hapd->dpp_pkex_code, v2); in hostapd_dpp_pkex_add()2218 if ((id_val != 0 && id_val != 1) || !hapd->dpp_pkex_code) in hostapd_dpp_pkex_remove()2222 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_remove()2223 hapd->dpp_pkex_code = NULL; in hostapd_dpp_pkex_remove()
389 char *dpp_pkex_code; member
2655 if (!wpa_s->dpp_pkex_code || !wpa_s->dpp_pkex_bi) { in wpas_dpp_rx_pkex_exchange_req()2671 wpa_s->dpp_pkex_code, in wpas_dpp_rx_pkex_exchange_req()3312 os_free(wpa_s->dpp_pkex_code); in wpas_dpp_pkex_add()3313 wpa_s->dpp_pkex_code = os_strdup(pos + 6); in wpas_dpp_pkex_add()3314 if (!wpa_s->dpp_pkex_code) in wpas_dpp_pkex_add()3326 wpa_s->dpp_pkex_code, v2); in wpas_dpp_pkex_add()3372 if ((id_val != 0 && id_val != 1) || !wpa_s->dpp_pkex_code) in wpas_dpp_pkex_remove()3376 os_free(wpa_s->dpp_pkex_code); in wpas_dpp_pkex_remove()3377 wpa_s->dpp_pkex_code = NULL; in wpas_dpp_pkex_remove()
1456 char *dpp_pkex_code; member