femindharamshi10
Posts: 102
Joined: Thu Jan 07, 2016 1:28 pm

hostapd passphrase error

Thu Mar 24, 2016 6:29 am

i followed all the instructions on http://www.daveconroy.com/using-your-ra ... eb-server/
and my access point was up.
its name was DaveConroyPi and its password was 0000000000
and i could connect to it.
then i edited the /etc/hostapd/hostapd.conf
from :

Code: Select all

interface=wlan0
driver=rtl871xdrv
ssid=DaveConroyPi
channel=6
wmm_enabled=1
wpa=1
wpa_passphrase=0000000000
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
auth_algs=1
macaddr_acl=0
to

Code: Select all

interface=wlan0
driver=rtl871xdrv
ssid=FeminDharamshiPi
channel=6
wmm_enabled=1
wpa=1
wpa_passphrase=123456789
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
auth_algs=1
macaddr_acl=0
and then my access point was up with the name FeminDharamshiPi but when i connect it with password 123456789 it was incorrect password could not join the network. so whats the error ? because even if i turn wpa=0 then my wifi becomes open but then too i cant connect to it !

Return to “General discussion”