Searched refs:remediation_url (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.c1654 os_free(sta->remediation_url);
1656 sta->remediation_url = os_malloc(len);
1657 if (!sta->remediation_url)
1660 os_memcpy(sta->remediation_url, pos + 1, len - 1);
1661 sta->remediation_url[len - 1] = '\0';
1665 sta->remediation_url);
1667 sta->remediation_url = NULL;
2908 sta->remediation_url);
2909 os_free(sta->remediation_url);
2910 sta->remediation_url
[all...]
H A Dsta_info.h196 char *remediation_url; /* HS 2.0 Subscription Remediation Server URL */ member in struct:sta_info
H A Dsta_info.c337 os_free(sta->remediation_url);

Completed in 268 milliseconds