111 | | interface | defined? | No of VAP defined | ptr to linked list |
112 | | ----------------------------------------------------------- |
113 | | w0 | 'y' | 3 | -> ath0 -> ath2 -> ath3 |
114 | | w1 | 'n' | 0 | -|| |
| 111 | interface | defined? | No of Virtual Interfaces defined |
| 112 | --------------------------------------------------------- |
| 113 | w0 | 'y' | 3 |
| 114 | w1 | 'n' | 1 |
| 115 | |
| 116 | virtual_interface_details = |
| 117 | |
| 118 | virtual_interface | Associated to phy dev. | mode | virtual ip | ESSID |
| 119 | ------------------------------------------------------------------------------------ |
| 120 | 'ath0' | 'w0' | 'AP' | '192.168.10.1' | 'net00' |
| 121 | 'ath2' | 'w0' | 'AP' | '192.168.11.1' | 'net01' |
| 122 | 'ath3' | 'w0' | 'AP' | '192.168.12.1' | 'net02' |
| 123 | 'ath1' | 'w1' | 'Sta' | '192.168.11.2' | 'net01' |
| 124 | |