search for: ctrl_interface_group

Displaying 6 results from an estimated 6 matches for "ctrl_interface_group".

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 'wi0' conf '/etc/wpa_supplicant.conf...
2010 Jan 23
2
wifi doesnt work on centos 5.4
...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 Failed to read or parse configuration '/e...
2008 May 13
1
Hard(?) lock when reassociating ath with wpa_supplicant on RELENG_7
...ed * 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
...KIP 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 -------------------------------------------------------------------- Mike Tanc...