Searched refs:dpp_pkex_code (Results 1 – 4 of 4) sorted by relevance
1681 if (!hapd->dpp_pkex_code || !hapd->dpp_pkex_bi) { in hostapd_dpp_rx_pkex_exchange_req()1698 hapd->dpp_pkex_code, in hostapd_dpp_rx_pkex_exchange_req()2100 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_add()2101 hapd->dpp_pkex_code = os_strdup(pos + 6); in hostapd_dpp_pkex_add()2102 if (!hapd->dpp_pkex_code) in hostapd_dpp_pkex_add()2113 hapd->dpp_pkex_code); in hostapd_dpp_pkex_add()2147 if ((id_val != 0 && id_val != 1) || !hapd->dpp_pkex_code) in hostapd_dpp_pkex_remove()2151 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_remove()2152 hapd->dpp_pkex_code = NULL; in hostapd_dpp_pkex_remove()
385 char *dpp_pkex_code; member
2661 if (!wpa_s->dpp_pkex_code || !wpa_s->dpp_pkex_bi) { in wpas_dpp_rx_pkex_exchange_req()2677 wpa_s->dpp_pkex_code, in wpas_dpp_rx_pkex_exchange_req()3295 os_free(wpa_s->dpp_pkex_code); in wpas_dpp_pkex_add()3296 wpa_s->dpp_pkex_code = os_strdup(pos + 6); in wpas_dpp_pkex_add()3297 if (!wpa_s->dpp_pkex_code) in wpas_dpp_pkex_add()3308 wpa_s->dpp_pkex_code); in wpas_dpp_pkex_add()3353 if ((id_val != 0 && id_val != 1) || !wpa_s->dpp_pkex_code) in wpas_dpp_pkex_remove()3357 os_free(wpa_s->dpp_pkex_code); in wpas_dpp_pkex_remove()3358 wpa_s->dpp_pkex_code = NULL; in wpas_dpp_pkex_remove()
1356 char *dpp_pkex_code; member