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
RevLine 
[6320]1.. _wlan_exp_node_sta:
2
3.. include:: globals.rst
4
5##################
6Station (STA) Node
7##################
8
9Subclass of WlanExpNode that interfaces to an 802.11 Reference Design node running the
10station (STA) application in CPU High. A STA node supports all the :doc:`common node<node>`
11methods plus the STA-specific methods described below.
12
13.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.configure_bss
14.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.is_associated
15.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.disassociate
16.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.set_aid
17.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.join_network
18.. automethod:: wlan_exp.node_sta.WlanExpNodeSta.is_joining
19
Note: See TracBrowser for help on using the repository browser.