search for: ctrl_interfac

Displaying 7 results from an estimated 7 matches for "ctrl_interfac".

Did you mean: ctrl_interface
2006 Apr 19
1
wpa_supplicant and wi
I am using a Netgear MA401 with the wi driver, and am having trouble using wpa_supplicant to set static WEP keys. I have the wlan_wep.ko module loaded with wlan and wi built into the kernel. My wpa_supplicant.conf looks like this: ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel network={ ssid="INTERNERD" scan_ssid=1 priority=1 key_mgmt=NONE wep_key0=75745E266D4247372840217E73 wep_tx_keyidx=0 } and wpa_supplicant -i wi0 -c /etc/wpa_supplicant.conf -d -d returns the following: Initializing interface '...
2008 Jun 08
1
wpa_supplicant and machine freezes
...Ndiswrapper works correct after installing Kernel-Modules from atrpm ndiswrapper-kmdl-2.6.18-53.1.19.el5.centos.plus-1.52-16.el5.i686.rpm. But by calling wpa_supplicant with wpa_supplicant -i wlan0 -D wext -c /etc/wpa_supplicant/wpa_supplicant.conf -d machine freezes. My wpa_supplicant.conf: ctrl_interface=/var/run/wpa_supplicant eapol_version=1 ap_scan=1 network={ ssid="MyNet" scan_ssid=1 proto=WPA key_mgmt=WPA-PSK pairwise=TKIP group=TKIP #psk="MyPSK" psk=9050ec6fe020b1738fce16c93c33b3809b9e62d5e6bf955518076eb2d726...
2010 Jan 23
2
wifi doesnt work on centos 5.4
...Version 1 Group Cipher : TKIP Pairwise Ciphers (2) : TKIP CCMP Authentication Suites (1) : PSK i generated a wpa_passphrase and wpa_supplicant.conf is as follows [root at laptop ~]# cat /etc/wpa_supplicant/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel network={ ssid="thephenomenon" key_mgmt=WPA-PSK psk=88a745bb68f4ff4fae41xxxxxxxxxxxxx5b1a66341ced3cxxxxxx2167b218d8c } now when i do a [root at laptop ~]# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf...
2008 May 13
1
Hard(?) lock when reassociating ath with wpa_supplicant on RELENG_7
...x * /etc/wpa_supplicant.conf is attached * Setup: two stations with the identical SSID: Linksys WRT54Gv8 (running dd-wrt micro) at about 50' and Zyxel P-330W at about 20'. -- Alexandre "Sunny" Kovalenko (????????? ?????????) -------------- next part -------------- # # $Log$ # ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel network={ ssid="xxxxxxxxxxx" scan_ssid=1 priority=1 key_mgmt=WPA-PSK psk="xxxxxxxxxxxxxxxxxxxxxxxxxx" }
2005 Sep 08
2
wpa_supplicant
Hi, I am running Centos 4.1 on a Dell D610 with ipw2200. Any good howto for running wpa-psk? I have searched and not found much related to RHEL or CentOS. -- Thanks http://www.911networks.com
2006 May 25
7
CentOS 4 and laptop and wifi works
I want to buy a laptop and install CentOS 4 on it and have the wifi work when I'm done. (Hoping for reasonable specs: 2GHz, 40GB drive, 1/2 to 1 GB RAM, CD-ROM, light and thin, 13 or 14 inch screen....) Any recommendations?
2007 Nov 19
1
testing wireless security
...e WPA privacy MIXED deftxkey 2 TKIP 2:128-bit TKIP 3:128-bit txpowmax 39 bmiss 7 protmode CTS burst dtimperiod 1 bintval 100 % cat /etc/hostapd.conf interface=ath0 driver=bsd logger_syslog=-1 logger_syslog_level=0 logger_stdout=-1 logger_stdout_level=0 debug=3 dump_file=/tmp/hostapd.dump ctrl_interface=/var/run/hostapd ctrl_interface_group=wheel ssid=testnet1 macaddr_acl=0 auth_algs=1 #### IEEE 802.1X related config #### ieee8021x=0 #### WPA/IEEE 802.11i config ##### wpa=1 wpa_passphrase=xxx wpa_key_mgmt=WPA-PSK wpa_pairwise=CCMP TKIP ---Mike ---------------------------------------...