Searched refs:t_c_url (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_1x.c | 1766 os_free(sta->t_c_url); in ieee802_1x_hs20_t_c_url() 1767 sta->t_c_url = os_malloc(len + 1); in ieee802_1x_hs20_t_c_url() 1768 if (!sta->t_c_url) in ieee802_1x_hs20_t_c_url() 1770 os_memcpy(sta->t_c_url, pos, len); in ieee802_1x_hs20_t_c_url() 1771 sta->t_c_url[len] = '\0'; in ieee802_1x_hs20_t_c_url() 1773 "HS 2.0: Terms and Conditions URL %s", sta->t_c_url); in ieee802_1x_hs20_t_c_url() 2931 hs20_send_wnm_notification_t_c(hapd, sta->addr, sta->t_c_url); in ieee802_1x_wnm_notif_send() 2932 os_free(sta->t_c_url); in ieee802_1x_wnm_notif_send() 2933 sta->t_c_url = NULL; in ieee802_1x_wnm_notif_send()
|
H A D | sta_info.h | 238 char *t_c_url; /* HS 2.0 Terms and Conditions Server URL */ member
|
H A D | sta_info.c | 377 os_free(sta->t_c_url); in ap_free_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_1x.c | 1754 os_free(sta->t_c_url); in ieee802_1x_hs20_t_c_url() 1755 sta->t_c_url = os_malloc(len + 1); in ieee802_1x_hs20_t_c_url() 1756 if (!sta->t_c_url) in ieee802_1x_hs20_t_c_url() 1758 os_memcpy(sta->t_c_url, pos, len); in ieee802_1x_hs20_t_c_url() 1759 sta->t_c_url[len] = '\0'; in ieee802_1x_hs20_t_c_url() 1761 "HS 2.0: Terms and Conditions URL %s", sta->t_c_url); in ieee802_1x_hs20_t_c_url() 2925 hs20_send_wnm_notification_t_c(hapd, sta->addr, sta->t_c_url); in ieee802_1x_wnm_notif_send() 2926 os_free(sta->t_c_url); in ieee802_1x_wnm_notif_send() 2927 sta->t_c_url = NULL; in ieee802_1x_wnm_notif_send()
|
H A D | sta_info.h | 197 char *t_c_url; /* HS 2.0 Terms and Conditions Server URL */ member
|
H A D | sta_info.c | 338 os_free(sta->t_c_url); in ap_free_sta()
|
Completed in 12 milliseconds