Smim0
230
Here is some progress:
Something was wrong with config file I used in the beginning, taking the encryption options from the one provided by @Mandrake-Lee now I can connect to the AP with the password, iperf results are the same no increase nor decrease in the speed.
Here is the content of my config file now:
# the interface used by the AP
interface=wlan0
# "g" simply means 2.4GHz band
driver=mtlk
hw_mode=g
# the channel to use
#channel=11
# limit the frequencies used to those allowed in the country
#ieee80211d=1
# the country code
country_code=ES
# 802.11n support
# QoS support, also required for full speed on 802.11n/ac/ax
wmm_enabled=0
bridge=br-lan
# the name of the AP
ssid=test
# 1=wpa, 2=wep, 3=both
auth_algs=1
# WPA2 only
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_passphrase=test1234
wpa_group_rekey=600
wpa_gmk_rekey=86400
wpa_pairwise=TKIP CCMP
logger_syslog=-1
logger_syslog_level=4
logger_stdout=-1
logger_stdout_level=4
What I noticed is that I have the same MAC address as @Mandrake-Lee so maybe it is loaded from ap_upper_wave300.bin file that we are both using.
@ahmar16 I am still using the old soruces from @pc2005, the issue I had with compiling it few weeks ago (I think you had the same one) was because of the lack of libnl package in OpenWrt
Thanks @Mandrake-Lee and @lukasz92 for the help, I think this finally going somewhere 