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
RevLine 
[6320]1.. _wlan_exp_node_ap:
2
3.. include:: globals.rst
4
5######################
6Access Point (AP) Node
7######################
8
9Subclass of WlanExpNode that interfaces to an 802.11 Reference Design node running the
10Access Point (AP) application in CPU High. An AP node supports all the :doc:`common node<node>`
11methods plus the AP-specific methods described below.
12
13.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.configure_bss
14.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.add_association
15.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.is_associated
16.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.disassociate
17.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.disassociate_all
18.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.set_authentication_address_filter
19.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.enable_DTIM_multicast_buffering
20.. automethod:: wlan_exp.node_ap.WlanExpNodeAp.enable_beacon_mac_time_update
Note: See TracBrowser for help on using the repository browser.