Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c1803 os_free(sta->t_c_url); in ieee802_1x_hs20_t_c_url()
1804 sta->t_c_url = os_malloc(len + 1); in ieee802_1x_hs20_t_c_url()
1805 if (!sta->t_c_url) in ieee802_1x_hs20_t_c_url()
1807 os_memcpy(sta->t_c_url, pos, len); in ieee802_1x_hs20_t_c_url()
1808 sta->t_c_url[len] = '\0'; in ieee802_1x_hs20_t_c_url()
1810 "HS 2.0: Terms and Conditions URL %s", sta->t_c_url); in ieee802_1x_hs20_t_c_url()
2974 hs20_send_wnm_notification_t_c(hapd, sta->addr, sta->t_c_url); in ieee802_1x_wnm_notif_send()
2975 os_free(sta->t_c_url); in ieee802_1x_wnm_notif_send()
2976 sta->t_c_url = NULL; in ieee802_1x_wnm_notif_send()
Dsta_info.h207 char *t_c_url; /* HS 2.0 Terms and Conditions Server URL */ member
Dsta_info.c369 os_free(sta->t_c_url); in ap_free_sta()