Lines Matching refs:dpp_pkex_code
285 if (!hapd->dpp_pkex_code && !hapd->dpp_pkex_identifier) in hostapd_dpp_pkex_clear_code()
292 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_clear_code()
293 hapd->dpp_pkex_code = NULL; in hostapd_dpp_pkex_clear_code()
388 hapd->dpp_pkex_code, hapd->dpp_pkex_code_len, v2); in hostapd_dpp_pkex_init()
2181 if (!hapd->dpp_pkex_code || !hapd->dpp_pkex_bi) { in hostapd_dpp_rx_pkex_exchange_req()
2207 hapd->dpp_pkex_code, in hostapd_dpp_rx_pkex_exchange_req()
3282 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_add()
3283 hapd->dpp_pkex_code = os_strdup(pos + 6); in hostapd_dpp_pkex_add()
3284 if (!hapd->dpp_pkex_code) in hostapd_dpp_pkex_add()
3286 hapd->dpp_pkex_code_len = os_strlen(hapd->dpp_pkex_code); in hostapd_dpp_pkex_add()
3309 hapd->dpp_pkex_code, in hostapd_dpp_pkex_add()
3339 os_free(hapd->dpp_pkex_code); in hostapd_dpp_pkex_remove()
3340 hapd->dpp_pkex_code = NULL; in hostapd_dpp_pkex_remove()