This table defines key rotation schedules
| Column Name | Column Datatype | Column Null Option | Column Comment |
| advanced_wep_sched_id | byte(16) | not null | |
| name | nvarchar(255) | not null | Schedule Name |
| wepkeyformat | nvarchar(32) | not null | |
| wepkeysize | integer | not null | |
| description | nvarchar(1024) | with null | |
| start_datetime_gmt | date | not null | Start datetime at GMT |
| interval | integer | not null | Interval from start time in seconds |
| stop_datetime_gmt | date | with null | The stop time for this particular schedule |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| advanced_wep_sched_id | wsm_advanced_wep_sched | advanced_wep_sched_id |