Lines Matching full:url
104 u8 osu_method, const char *url) in hs20_send_wnm_notification() argument
113 if (url) { in hs20_send_wnm_notification()
114 len = 1 + os_strlen(url); in hs20_send_wnm_notification()
116 wpa_printf(MSG_INFO, "HS 2.0: Too long URL for " in hs20_send_wnm_notification()
117 "WNM-Notification: '%s'", url); in hs20_send_wnm_notification()
136 if (url) { in hs20_send_wnm_notification()
138 wpabuf_put_data(buf, url, len - 1); in hs20_send_wnm_notification()
141 /* Server URL and Server Method fields not included */ in hs20_send_wnm_notification()
190 const u8 *addr, const char *url) in hs20_send_wnm_notification_t_c() argument
196 if (!url) { in hs20_send_wnm_notification_t_c()
197 wpa_printf(MSG_INFO, "HS 2.0: No T&C Server URL available"); in hs20_send_wnm_notification_t_c()
201 url_len = os_strlen(url); in hs20_send_wnm_notification_t_c()
204 "HS 2.0: Too long T&C Server URL for WNM-Notification: '%s'", in hs20_send_wnm_notification_t_c()
205 url); in hs20_send_wnm_notification_t_c()
224 wpabuf_put_str(buf, url); in hs20_send_wnm_notification_t_c()