
local rx_pkt_count=$(iwpriv ra0 stat | grep -F 'Rx success'| cut -d = -f 2 | cut -d " " -f 2)
echo "$rx_pkt_count"

