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

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

1.8.0 release wlan-exp

File size: 923 bytes

Access Point (AP) Node

?
.. include:: globals.rst

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

??
.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.configure_bss
?
.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.add_association
?
.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.is_associated
?
.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.disassociate
?
.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.disassociate_all
?
.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.set_authentication_address_filter
?
.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.enable_DTIM_multicast_buffering
?
.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.enable_beacon_mac_time_update
Note: See TracBrowser for help on using the repository browser.