Searched refs:dpp_pkex_identifier (Results 1 - 8 of 8) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | dpp_hostapd.c | 1016 hapd->dpp_pkex_identifier, 1373 os_free(hapd->dpp_pkex_identifier); 1374 hapd->dpp_pkex_identifier = NULL; 1381 hapd->dpp_pkex_identifier = os_malloc(end - pos + 1); 1382 if (!hapd->dpp_pkex_identifier) 1384 os_memcpy(hapd->dpp_pkex_identifier, pos, end - pos); 1385 hapd->dpp_pkex_identifier[end - pos] = '\0'; 1402 hapd->dpp_pkex_identifier, 1440 os_free(hapd->dpp_pkex_identifier); 1441 hapd->dpp_pkex_identifier [all...] |
H A D | hostapd.h | 352 char *dpp_pkex_identifier; member in struct:hostapd_data
|
/external/wpa_supplicant_8/src/ap/ |
H A D | dpp_hostapd.c | 1016 hapd->dpp_pkex_identifier, 1373 os_free(hapd->dpp_pkex_identifier); 1374 hapd->dpp_pkex_identifier = NULL; 1381 hapd->dpp_pkex_identifier = os_malloc(end - pos + 1); 1382 if (!hapd->dpp_pkex_identifier) 1384 os_memcpy(hapd->dpp_pkex_identifier, pos, end - pos); 1385 hapd->dpp_pkex_identifier[end - pos] = '\0'; 1402 hapd->dpp_pkex_identifier, 1440 os_free(hapd->dpp_pkex_identifier); 1441 hapd->dpp_pkex_identifier [all...] |
H A D | hostapd.h | 352 char *dpp_pkex_identifier; member in struct:hostapd_data
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | dpp_hostapd.c | 1016 hapd->dpp_pkex_identifier, 1373 os_free(hapd->dpp_pkex_identifier); 1374 hapd->dpp_pkex_identifier = NULL; 1381 hapd->dpp_pkex_identifier = os_malloc(end - pos + 1); 1382 if (!hapd->dpp_pkex_identifier) 1384 os_memcpy(hapd->dpp_pkex_identifier, pos, end - pos); 1385 hapd->dpp_pkex_identifier[end - pos] = '\0'; 1402 hapd->dpp_pkex_identifier, 1440 os_free(hapd->dpp_pkex_identifier); 1441 hapd->dpp_pkex_identifier [all...] |
H A D | hostapd.h | 352 char *dpp_pkex_identifier; member in struct:hostapd_data
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | dpp_supplicant.c | 1382 wpa_s->dpp_pkex_identifier, 1895 os_free(wpa_s->dpp_pkex_identifier); 1896 wpa_s->dpp_pkex_identifier = NULL; 1903 wpa_s->dpp_pkex_identifier = os_malloc(end - pos + 1); 1904 if (!wpa_s->dpp_pkex_identifier) 1906 os_memcpy(wpa_s->dpp_pkex_identifier, pos, end - pos); 1907 wpa_s->dpp_pkex_identifier[end - pos] = '\0'; 1924 wpa_s->dpp_pkex_identifier, 1967 os_free(wpa_s->dpp_pkex_identifier); 1968 wpa_s->dpp_pkex_identifier [all...] |
H A D | wpa_supplicant_i.h | 1199 char *dpp_pkex_identifier; member in struct:wpa_supplicant
|
Completed in 143 milliseconds