Hi,
I’m trying to test some kernel net patch but those patches are in new kernel version , I can only backport them to 4.14 .
The test I want to build is like:
- laptop & hikey960 connect to same AP and laptop client sending TCP packet to hikey960 server app
- laptop connect to hikey960(as AP) and then perf packet as 1
The question is in each test, the hikey need to act as station or AP ,I don’t quite sure how to set it without a touchscreen, also I do not find wifi related log in dmesg(find wpa_suplicant conf file in ./vendor/etc/wifi/wpa_supplicant.conf but do not find related bins)
Thanks