From owner-freebsd-questions@FreeBSD.ORG Sat Nov 22 10:53:11 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7EE9F7E for ; Sat, 22 Nov 2014 10:53:11 +0000 (UTC) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62240135 for ; Sat, 22 Nov 2014 10:53:10 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id k14so8445089wgh.23 for ; Sat, 22 Nov 2014 02:53:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=9Fd/Lk5PG75O8FFfULTR5xxYqiWbb5vdfnHH+54Rt3I=; b=HbXt4MAlzn1+s0iQfQ8BdTL/VQsClVjCyjqhGiLt46kC+qIQZ21qaSm4YGoEm3DVKQ SDdD2JHEVK/dkj5Sn1M5EoTfiO84kn/4EuMwUa263A52buXmgoRcnegvxLYaG+oxH5HM ITvyYrsV/49bSIZo64a1ic0x1vzgmQ0h3jNt92k8+eMB3PXMEDQVzWRvayTmyNqPCq2R kPfK/odNO8gXThiI+2pk6RVfa+EtyVl5pz3xT/3oKYgPZzOf3L5BBy88DFapwBCxHe0x XAvp1HRTqEO6jSrm8cxIhl7PB1yK8+PCF214hjVwjj8mkWifqWYlXGKlmQPQOeojEqq7 SCwA== X-Gm-Message-State: ALoCoQk7FESf9uWVAG/eNkAJClWeePPFIGKuYP9FEmBSaf3hIEfxRffq7w25YN1NxlRGB0puadDA MIME-Version: 1.0 X-Received: by 10.194.248.162 with SMTP id yn2mr16347083wjc.16.1416653588783; Sat, 22 Nov 2014 02:53:08 -0800 (PST) Received: by 10.27.175.10 with HTTP; Sat, 22 Nov 2014 02:53:08 -0800 (PST) X-Originating-IP: [220.244.182.21] Date: Sat, 22 Nov 2014 21:53:08 +1100 Message-ID: Subject: iwn wi-fi and hostap From: Anders Jensen-Waud To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2014 10:53:11 -0000 Hello, I am trying to set up an older IBM laptop as a wireless access point. FreeBSD 10.1 (amd64) correctly identifies the wireless card: iwn0@pci0:3:0:0: class=0x028000 card=0x11118086 chip=0x42308086 rev=0x61 hdr=0x00 vendor = 'Intel Corporation' device = 'PRO/Wireless 4965 AG or AGN [Kedron] Network Connection' class = network In trying to set it up with hostap, I get the following error: root@beastie> ifconfig wlan0 create wlandev iwn0 wlanmode hostap bssid authmode open ssid bsdwifi ifconfig: SIOCIFCREATE2: Operation not supported Is there some method of configuring iwn so that it can function as an access point? Thanks, Anders