wifi: rescan bindings

This commit is contained in:
Sébastien Deronne
2017-12-18 22:03:12 +01:00
parent 8544519e76
commit 97c9445fb9
2 changed files with 12 additions and 12 deletions

View File

@@ -9263,10 +9263,10 @@ def register_Ns3WifiPhy_methods(root_module, cls):
'ns3::Ptr< ns3::MobilityModel >',
[],
is_const=True)
## wifi-phy.h (module 'wifi'): ns3::WifiMode ns3::WifiPhy::GetMode(uint32_t mode) const [member function]
## wifi-phy.h (module 'wifi'): ns3::WifiMode ns3::WifiPhy::GetMode(uint8_t mode) const [member function]
cls.add_method('GetMode',
'ns3::WifiMode',
[param('uint32_t', 'mode')],
[param('uint8_t', 'mode')],
is_const=True)
## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNBssMembershipSelectors() const [member function]
cls.add_method('GetNBssMembershipSelectors',
@@ -9278,9 +9278,9 @@ def register_Ns3WifiPhy_methods(root_module, cls):
'uint8_t',
[],
is_const=True)
## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNModes() const [member function]
## wifi-phy.h (module 'wifi'): uint8_t ns3::WifiPhy::GetNModes() const [member function]
cls.add_method('GetNModes',
'uint32_t',
'uint8_t',
[],
is_const=True)
## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNTxPower() const [member function]
@@ -14731,10 +14731,10 @@ def register_Ns3HeCapabilities_methods(root_module, cls):
'uint8_t',
[],
is_const=True)
## he-capabilities.h (module 'wifi'): uint8_t ns3::HeCapabilities::GetHighestMcsSupported(uint8_t mcs) const [member function]
## he-capabilities.h (module 'wifi'): uint8_t ns3::HeCapabilities::GetHighestMcsSupported() const [member function]
cls.add_method('GetHighestMcsSupported',
'uint8_t',
[param('uint8_t', 'mcs')],
[],
is_const=True)
## he-capabilities.h (module 'wifi'): uint8_t ns3::HeCapabilities::GetHighestNssSupported() const [member function]
cls.add_method('GetHighestNssSupported',

View File

@@ -9263,10 +9263,10 @@ def register_Ns3WifiPhy_methods(root_module, cls):
'ns3::Ptr< ns3::MobilityModel >',
[],
is_const=True)
## wifi-phy.h (module 'wifi'): ns3::WifiMode ns3::WifiPhy::GetMode(uint32_t mode) const [member function]
## wifi-phy.h (module 'wifi'): ns3::WifiMode ns3::WifiPhy::GetMode(uint8_t mode) const [member function]
cls.add_method('GetMode',
'ns3::WifiMode',
[param('uint32_t', 'mode')],
[param('uint8_t', 'mode')],
is_const=True)
## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNBssMembershipSelectors() const [member function]
cls.add_method('GetNBssMembershipSelectors',
@@ -9278,9 +9278,9 @@ def register_Ns3WifiPhy_methods(root_module, cls):
'uint8_t',
[],
is_const=True)
## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNModes() const [member function]
## wifi-phy.h (module 'wifi'): uint8_t ns3::WifiPhy::GetNModes() const [member function]
cls.add_method('GetNModes',
'uint32_t',
'uint8_t',
[],
is_const=True)
## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNTxPower() const [member function]
@@ -14731,10 +14731,10 @@ def register_Ns3HeCapabilities_methods(root_module, cls):
'uint8_t',
[],
is_const=True)
## he-capabilities.h (module 'wifi'): uint8_t ns3::HeCapabilities::GetHighestMcsSupported(uint8_t mcs) const [member function]
## he-capabilities.h (module 'wifi'): uint8_t ns3::HeCapabilities::GetHighestMcsSupported() const [member function]
cls.add_method('GetHighestMcsSupported',
'uint8_t',
[param('uint8_t', 'mcs')],
[],
is_const=True)
## he-capabilities.h (module 'wifi'): uint8_t ns3::HeCapabilities::GetHighestNssSupported() const [member function]
cls.add_method('GetHighestNssSupported',