show freq band and channel

This commit is contained in:
garywill 2025-07-27 14:12:21 +08:00
parent 9df05cd81a
commit 94949ba40b
1 changed files with 2 additions and 0 deletions

View File

@ -1867,6 +1867,8 @@ prepare_wifi_interface() {
CHANNEL=36
fi
fi
echo "Freq band: $FREQ_BAND GHz Channel: $CHANNEL"
}
decide_subnet_interface() {