Searched refs:t_c_url (Results 1 – 4 of 4) sorted by relevance
1871 os_free(sta->t_c_url); in ieee802_1x_hs20_t_c_url()1872 sta->t_c_url = os_malloc(len + 1); in ieee802_1x_hs20_t_c_url()1873 if (!sta->t_c_url) in ieee802_1x_hs20_t_c_url()1875 os_memcpy(sta->t_c_url, pos, len); in ieee802_1x_hs20_t_c_url()1876 sta->t_c_url[len] = '\0'; in ieee802_1x_hs20_t_c_url()1878 "HS 2.0: Terms and Conditions URL %s", sta->t_c_url); in ieee802_1x_hs20_t_c_url()3067 hs20_send_wnm_notification_t_c(hapd, sta->addr, sta->t_c_url); in ieee802_1x_wnm_notif_send()3068 os_free(sta->t_c_url); in ieee802_1x_wnm_notif_send()3069 sta->t_c_url = NULL; in ieee802_1x_wnm_notif_send()
235 char *t_c_url; /* HS 2.0 Terms and Conditions Server URL */ member
426 os_free(sta->t_c_url); in ap_free_sta()
6269 def hs20TermsAndConditions(self, t_c_url): argument6270 logger.debug("hs20TermsAndConditions: url=%s" % (t_c_url))6272 if url in t_c_url: