Lines Matching refs:dpp_pkex_identifier
2944 if (!wpa_s->dpp_pkex_code && !wpa_s->dpp_pkex_identifier) in wpas_dpp_pkex_clear_code()
2953 os_free(wpa_s->dpp_pkex_identifier); in wpas_dpp_pkex_clear_code()
2954 wpa_s->dpp_pkex_identifier = NULL; in wpas_dpp_pkex_clear_code()
3045 wpa_s->dpp_pkex_identifier, in wpas_dpp_pkex_init()
3223 wpa_s->dpp_pkex_identifier, in wpas_dpp_rx_pkex_exchange_req()
4714 os_free(wpa_s->dpp_pkex_identifier); in wpas_dpp_pkex_add()
4715 wpa_s->dpp_pkex_identifier = NULL; in wpas_dpp_pkex_add()
4722 wpa_s->dpp_pkex_identifier = os_malloc(end - pos + 1); in wpas_dpp_pkex_add()
4723 if (!wpa_s->dpp_pkex_identifier) in wpas_dpp_pkex_add()
4725 os_memcpy(wpa_s->dpp_pkex_identifier, pos, end - pos); in wpas_dpp_pkex_add()
4726 wpa_s->dpp_pkex_identifier[end - pos] = '\0'; in wpas_dpp_pkex_add()
4760 wpa_s->dpp_pkex_identifier); in wpas_dpp_pkex_add()
4791 os_free(wpa_s->dpp_pkex_identifier); in wpas_dpp_pkex_remove()
4792 wpa_s->dpp_pkex_identifier = NULL; in wpas_dpp_pkex_remove()
5625 os_free(wpa_s->dpp_pkex_identifier); in wpas_dpp_pb_next()
5626 wpa_s->dpp_pkex_identifier = in wpas_dpp_pb_next()
5630 !wpa_s->dpp_pkex_identifier) { in wpas_dpp_pb_next()