Hi Joe,
When I use the following command:
wpa_supplicant -d -Dnl80211 -c/etc/wpa_supplicant.conf -iwlan0 -B
I get the following message:
wpa_supplicant v2.0-devel
random: Trying to read entropy from /dev/random
Successfully initialized wpa_supplicant
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
update_config=1
ctrl_interface='/var/run/wpa_supplicant'
eapol_version=1
ap_scan=1
fast_reauth=1
device_name='Blaze'
manufacturer='TI'
model_name='Wilink'
model_number='wl18xx'
serial_number='12345'
driver_param='use_multi_chan_concurrent=1 use_p2p_group_interface=1'
p2p_go_max_inactivity=60
p2p_go_ht40=1
p2p_multi_chan=1
disassoc_low_ack=1
concurrent_sched_scan=1
nl80211: Could not add multicast membership for testmode events: -2 (No such file or directory)
Failed to initialize driver 'nl80211'
wlan0: Unsupported driver 'nl80211'
Failed to add interface wlan0
wlan0: Cancelling scan request
wlan0: Cancelling authentication timeout
wlan0: cancel_sched_scan called when no sched scan
But when I check WF_EN GPIO89, it still be low. Do you know why?
cat /sys/kernel/debug/gpio
GPIOs 0-31, gpio:
GPIOs 32-63, gpio:
GPIOs 64-95, gpio:
gpio-76 (kim ) out lo
gpio-89 (wlan-en-regulator ) out lo
Thank you!
desmond