Changeset 2079
- Timestamp:
- 02/06/07 14:35:58 (2 years ago)
- Files:
-
- trunk/tools/wlanconfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tools/wlanconfig.c
r1849 r2079 179 179 ifr.ifr_data = (void *) &cp; 180 180 vap_create(&ifr); 181 printf("%s\n", cp.icp_name);181 printf("%s\n", ifr.ifr_name); 182 182 } else if (streq(cmd, "destroy")) { 183 183 vap_destroy(ifname);
