//Configuring the Target cd /usr/sbin/wlconf ./configure-device.sh //Disable the ELP mode to prevent wl18xx module enters low power mode echo 0 > /sys/kernel/debug/ieee80211/phy1/wlcore/sleep_auth //Enable time synchronization feature (Station mode) cd /usr/share/wl18xx ./wlconf-toggle-set.sh /lib/firmware/ti-connectivity/wl18xx-conf.bin sync 1 //Load TI wireless core module (wlcore) and start Station mode (STA) cd /usr/share/wl18xx ./load_wlcore.sh rfkill unblock wifi ./sta_start.sh //Connecting to a Secured AP ./sta_connect-ex.sh "SSID" WPA-PSK "PASSWORD" //Set the time synchronization period (value in milliseconds, range [0:1000], 0 to stop): echo 100 > /sys/kernel/debug/ieee80211/phy1/wlcore/wl18xx/time_sync //Get TSF timestamp cat /sys/kernel/debug/ieee80211/phy1/wlcore/wl18xx/tsf_read