Changeset 200


Ignore:
Timestamp:
09/21/2009 03:20:12 AM (2 years ago)
Author:
Acinonyx
Message:

[awmn] Add 802.11n and Ethernet protocols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/awmn/install/schema.sql

    r198 r200  
    101101  `type` enum('p2p','ap','client') NOT NULL default 'p2p', 
    102102  `ssid` varchar(50) default NULL, 
    103   `protocol` enum('IEEE 802.11b','IEEE 802.11g','IEEE 802.11a','other') default NULL, 
     103  `protocol` enum('IEEE 802.11b','IEEE 802.11g','IEEE 802.11a','IEEE 802.11n','IEEE 802.3i (Ethernet)','IEEE 802.3u (Fast Ethernet)','IEEE 802.3ab (Gigabit Ethernet)','other') default NULL, 
    104104  `channel` varchar(50) default NULL, 
    105105  `status` enum('active','inactive') NOT NULL default 'active', 
Note: See TracChangeset for help on using the changeset viewer.