Lines Matching refs:from
181 /* Send IAPP ADD-notify to remove possible association from other APs
261 struct sockaddr_in *from,
278 "Received IAPP ADD-notify (seq# %d) from %s:%d%s",
280 inet_ntoa(from->sin_addr), ntohs(from->sin_port),
308 struct sockaddr_in from;
314 fromlen = sizeof(from);
316 (struct sockaddr *) &from, &fromlen);
323 if (from.sin_addr.s_addr == iapp->own.s_addr)
328 "Received %d byte IAPP frame from %s%s\n",
329 len, inet_ntoa(from.sin_addr),
353 wpa_printf(MSG_INFO, "Ignoring %d extra bytes from IAPP frame",
360 iapp_process_add_notify(iapp, &from, hdr, len - sizeof(*hdr));