Searched refs:dpp_pkex_code (Results 1 – 4 of 4) sorted by relevance
1150 if (!hapd->dpp_pkex_code || !hapd->dpp_pkex_bi) { in hostapd_dpp_rx_pkex_exchange_req()1167 hapd->dpp_pkex_code, in hostapd_dpp_rx_pkex_exchange_req()1538 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_add()1539 hapd->dpp_pkex_code = os_strdup(pos + 6); in hostapd_dpp_pkex_add()1540 if (!hapd->dpp_pkex_code) in hostapd_dpp_pkex_add()1551 hapd->dpp_pkex_code); in hostapd_dpp_pkex_add()1585 if ((id_val != 0 && id_val != 1) || !hapd->dpp_pkex_code) in hostapd_dpp_pkex_remove()1589 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_remove()1590 hapd->dpp_pkex_code = NULL; in hostapd_dpp_pkex_remove()
364 char *dpp_pkex_code; member
1564 if (!wpa_s->dpp_pkex_code || !wpa_s->dpp_pkex_bi) { in wpas_dpp_rx_pkex_exchange_req()1580 wpa_s->dpp_pkex_code, in wpas_dpp_rx_pkex_exchange_req()2127 os_free(wpa_s->dpp_pkex_code); in wpas_dpp_pkex_add()2128 wpa_s->dpp_pkex_code = os_strdup(pos + 6); in wpas_dpp_pkex_add()2129 if (!wpa_s->dpp_pkex_code) in wpas_dpp_pkex_add()2140 wpa_s->dpp_pkex_code); in wpas_dpp_pkex_add()2185 if ((id_val != 0 && id_val != 1) || !wpa_s->dpp_pkex_code) in wpas_dpp_pkex_remove()2189 os_free(wpa_s->dpp_pkex_code); in wpas_dpp_pkex_remove()2190 wpa_s->dpp_pkex_code = NULL; in wpas_dpp_pkex_remove()
1230 char *dpp_pkex_code; member