mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
[config] mac (#4020)
This commit is contained in:
+3
-3
@@ -152,7 +152,7 @@ const struct Command Interpreter::sCommands[] = {
|
||||
{"leaderpartitionid", &Interpreter::ProcessLeaderPartitionId},
|
||||
{"leaderweight", &Interpreter::ProcessLeaderWeight},
|
||||
#endif
|
||||
#if OPENTHREAD_ENABLE_MAC_FILTER
|
||||
#if OPENTHREAD_CONFIG_MAC_FILTER_ENABLE
|
||||
{"macfilter", &Interpreter::ProcessMacFilter},
|
||||
#endif
|
||||
{"masterkey", &Interpreter::ProcessMasterKey},
|
||||
@@ -3113,7 +3113,7 @@ exit:
|
||||
}
|
||||
#endif
|
||||
|
||||
#if OPENTHREAD_ENABLE_MAC_FILTER
|
||||
#if OPENTHREAD_CONFIG_MAC_FILTER_ENABLE
|
||||
void Interpreter::ProcessMacFilter(int argc, char *argv[])
|
||||
{
|
||||
otError error = OT_ERROR_NONE;
|
||||
@@ -3404,7 +3404,7 @@ exit:
|
||||
return error;
|
||||
}
|
||||
|
||||
#endif // OPENTHREAD_ENABLE_MAC_FILTER
|
||||
#endif // OPENTHREAD_CONFIG_MAC_FILTER_ENABLE
|
||||
|
||||
#if OPENTHREAD_CONFIG_DIAG_ENABLE
|
||||
void Interpreter::ProcessDiag(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user