API for configuration and control of S1G Relay.
- Warning
- ALPHA NOTICE: This is an alpha API that is under development. It is not intended for production use. It may be removed in a future release and/or breaking changes may be introduced.
◆ MMWLAN_RELAY_ARGS_INIT
| #define MMWLAN_RELAY_ARGS_INIT |
◆ MMWLAN_RELAY_DEFAULT_FORWARDING_TABLE_SIZE
| #define MMWLAN_RELAY_DEFAULT_FORWARDING_TABLE_SIZE (64) |
◆ mmwlan_relay_disable()
Disable S1G Relay mode.
- Warning
- ALPHA NOTICE: This is an alpha API that is under development; breaking changes may be introduced in future releases.
- Returns
MMWLAN_SUCCESS on success, MMWLAN_NOT_SUPPORTED if S1G Relay support was not enabled at build time, or another appropriate error code.
◆ mmwlan_relay_enable()
Enable S1G Relay mode.
- Warning
- ALPHA NOTICE: This is an alpha API that is under development; breaking changes may be introduced in future releases.
- Parameters
-
| args | Arguments from application. |
- Returns
MMWLAN_SUCCESS on success, MMWLAN_NOT_SUPPORTED if S1G Relay support was not enabled at build time, MMWLAN_INVALID_ARGUMENT if arguments are invalid, or another appropriate error code.