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

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.c1754 os_free(sta->t_c_url);
1755 sta->t_c_url = os_malloc(len + 1);
1756 if (!sta->t_c_url)
1758 os_memcpy(sta->t_c_url, pos, len);
1759 sta->t_c_url[len] = '\0';
1761 "HS 2.0: Terms and Conditions URL %s", sta->t_c_url);
2925 hs20_send_wnm_notification_t_c(hapd, sta->addr, sta->t_c_url);
2926 os_free(sta->t_c_url);
2927 sta->t_c_url = NULL;
H A Dsta_info.h197 char *t_c_url; /* HS 2.0 Terms and Conditions Server URL */ member in struct:sta_info
H A Dsta_info.c338 os_free(sta->t_c_url);

Completed in 207 milliseconds