Lines Matching defs:from
185 /* Send IAPP ADD-notify to remove possible association from other APs
265 struct sockaddr_in *from,
282 "Received IAPP ADD-notify (seq# %d) from %s:%d%s",
284 inet_ntoa(from->sin_addr), ntohs(from->sin_port),
312 struct sockaddr_in from;
318 fromlen = sizeof(from);
320 (struct sockaddr *) &from, &fromlen);
327 if (from.sin_addr.s_addr == iapp->own.s_addr)
332 "Received %d byte IAPP frame from %s%s\n",
333 len, inet_ntoa(from.sin_addr),
357 wpa_printf(MSG_INFO, "Ignoring %d extra bytes from IAPP frame",
364 iapp_process_add_notify(iapp, &from, hdr, len - sizeof(*hdr));