SXT Lite cannot be configured to be an access point. It is a CPE (client) device only
Have you looked at the manual?
Yes.
I've done everything according to the instructions -
http://wiki.mikrotik.com/wiki/Manual:TOC
I did a full reset, and then entered the commands:
/interface ethernet set 0 name=ether_if
/interface wireless set 0 name=wi-fi_if
/ip address set [/ip address find interface=ether_if] address=192.168.100.150/24
/interface wireless security-profiles set [ find default=yes ] mode=static-keys-required static-algo-0=104bit-wep static-key-0=".........................." static-transmit-key=key-0
/interface wireless set 0 mode=ap-bridge ssid="........" wireless-protocol=802.11 band=2ghz-b channel-width=20mhz country=russia frequency-mode=regulatory-domain bridge-mode=disabled security-profile=default allow-sharedkey=yes default-authentication=no default-forwarding=no hide-ssid=yes max-station-count=20
/interface wireless access-list add mac-address=00:00:00:00:00:00 authentication=no forwarding=no interface=all
/interface wireless access-list add mac-address=................ authentication=yes forwarding=no interface=all place-before=0
/interface wireless access-list add mac-address=................ authentication=yes forwarding=no interface=all place-before=0
/interface bridge remove [/interface bridge find]
/interface bridge add name=bridge_if
/interface bridge port add bridge=bridge_if interface=ether_if edge=yes
/interface bridge port add bridge=bridge_if interface=wi-fi_if edge=yes
As a result, I was connected to the wi-fi-network using a laptop and a specialized data collection terminal.