From owner-freebsd-wireless@FreeBSD.ORG Sat Apr 20 14:34:43 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6A0A6B8B for ; Sat, 20 Apr 2013 14:34:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) by mx1.freebsd.org (Postfix) with ESMTP id 066FC1F67 for ; Sat, 20 Apr 2013 14:34:42 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id l13so2210064wie.12 for ; Sat, 20 Apr 2013 07:34:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=zPzkzAr+7AhBIeA9EEtC52+M4xtFZYY5Ww0lDrgf+Y8=; b=zydB81dOZisZxGE5ERiPHIdmLJKqW6EJwQkLeDV7Dd1GBaePeOwCnx9JaQiHJa9D5L H58cnYltsU1lax2h9c4T4XD4utZk7ciio961rG9OKU4DgrhaM2jZCIJNHOI+6p4qjchz LTKB4QDR7CcICq1URCnIPvifVI7aVxzFjWPlrtAkxTmvoi022tf6+T++4dCeWK2mNUpI t0U2Bk/4OugCVAfu64J2CUorp1q2QmcqKxR8rzfjHFVPc3TfY4++L7S/zcLiP0TCu1uV sQ3Jw0TPN/sFX1IRBysw4bPV1R91j8MVFDSl46QqI8o63VzZClm/+b1ibP65Eome2aXv 6Wtw== MIME-Version: 1.0 X-Received: by 10.180.109.196 with SMTP id hu4mr28510937wib.27.1366468482143; Sat, 20 Apr 2013 07:34:42 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.88.129 with HTTP; Sat, 20 Apr 2013 07:34:41 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Apr 2013 07:34:41 -0700 X-Google-Sender-Auth: gnFKTivP2a4zJRl434ABhIItp0E Message-ID: Subject: Re: 802.11 Fuzzing and Testing (GSoC) From: Adrian Chadd To: Rushil Paul Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2013 14:34:43 -0000 On 20 April 2013 07:31, Rushil Paul wrote: > "There are various tools out but we're not aware of any good ones that work > with 802.11 and are generally available." > There is a popular tool called scapy which is built on python and it > supports all the major protocols (protocols of 802.11 too). It can be used > to test reliability of 802.11 code against garbage data easily. We can use > scapy for the purpose, can't we? Sure! The interesting (!) tasks are: * getting it glued into freebsd; * adapting it to run a set of tests against various parts of 802.11; * .. in an automated fashion. That way we can run it via test scripts. :-) Adrian