How To Enable Realtek RSON Function
How To Enable Realtek RSON Function
Self-Organization Network
Since the network will form a hierarchical tree structure. The top of the tree is called
“Root”, which only operates hostapd function to allow to be associated by other
devices. The STA interface of Root is NOT necessary to be active.
On the other hand, the rest parts of the tree are called “Nodes”, which be required to
operated not only hostapd but also wpa_supplicant at the same time, the STA
interface of “Node” MUST connect to tree and the AP interface of “Node” MUST
allow to be connected by other node as well. We also define a term -- “Hop count”,
which means the number of edges from the Root to the Nodes, it also represent the
hierarchical level for a node in the tree
Following figures show the process of each stage during RSON working.
Attention!! A linking was UNABLE to be established between a peer and a peer
unless both of them have the same RSON ID.
2.5 All device which’s in the same network should use the same channel, SSID,
password, encryption way. In other words, the content of hostapd.conf and
wpa_supplicant.conf should be the same.
3. Technical detail
Name Explanation
Version Version
Reserve Reserve
where <field> is the parameter name and <val> is the value you want to assign.
Ex :
echo ver 1 > /proc/net/rtl8188eu/wlan0/rson_data
echo id 0x01020304 > /proc/net/rtl8188eu/wlan0/rson_data
echo hc 1 > /proc/net/rtl8188eu/wlan0/rson_data
echo cnt 1 > /proc/net/rtl8188eu/wlan0/rson_data
echo loading 1 > /proc/net/rtl8188eu/wlan0/rson_data
echo res 11223344556677889900aabbcc > /proc/net/rtl8188eu/wlan0/rson_data
4.2 The node will detect the linking status of parent node, it would not report
disconnection immediately. Instead, device will try to roam to the second
choice and report disconnection if it is still unable to connect with any peer in
next 6 seconds.