source: ReferenceDesigns/w3_802.11/python/wlan_exp/docs/source/node_sta.rst

Last change on this file was 6320, checked in by chunter, 5 years ago

1.8.0 release wlan-exp

File size: 730 bytes

Station (STA) Node

?
.. include:: globals.rst

Subclass of WlanExpNode that interfaces to an 802.11 Reference Design node running the station (STA) application in CPU High. A STA node supports all the :doc:`common node<node>` methods plus the STA-specific methods described below.

??
.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.configure_bss
?
.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.is_associated
?
.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.disassociate
?
.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.set_aid
?
.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.join_network
?
.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.is_joining
Note: See TracBrowser for help on using the repository browser.