ELASTEL TECHNOLOGY CO., LTD.
9.2 Driver Installation
$ cd ~
$ git clone https://github.com/Elastel/halow-wifi.git
$ cd halow-wifi
$ sudo chmod +x install.sh
$ sudo ./install.sh
$ sudo reboot
9.3 How to Start in AP Mode
⚫ Sample command to start in AP mode
① sudo insmod /lib/modules/$(uname -r)/nrc.ko fw_name=nrc7292_cspi.bin
bd_name =nrc7292_bd.dat hifspeed=16000000
② sudo ifconfig wlan0 192.168.200.1
③ sudo ifconfig wlan0 up
④ cli_app set txpwr 17
⑤ cli_app set maxagg 1 8
⑥ cli_app set gi short
⑦ sudo hostapd -B ~/halow-wifi/conf/US/ap_halow_sae.conf
9.4 How to Start in STA Mode
⚫ Sample Command to Start in STA Mode
① sudo insmod /lib/modules/$(uname -r)/nrc.ko fw_name=nrc7292_cspi.bin
bd_name=nrc7292_bd.dat hifspeed=16000000
② sudo ifconfig wlan0 192.168.200.2
③ sudo ifconfig wlan0 up
④ cli_app set txpwr 17
⑤ cli_app set maxagg 1 8
⑥ cli_app set gi short