| … | |
… | |
| 143 | ;; |
143 | ;; |
| 144 | *I*) |
144 | *I*) |
| 145 | mode="adhoc" |
145 | mode="adhoc" |
| 146 | if ! LC_ALL=C ifconfig "${IFACE}" | \ |
146 | if ! LC_ALL=C ifconfig "${IFACE}" | \ |
| 147 | grep -q "^[[:space:]]*media: .*adhoc" ; then |
147 | grep -q "^[[:space:]]*media: .*adhoc" ; then |
| 148 | ifconfig "${IFACE}" down -mediaopt adhoc up |
148 | ifconfig "${IFACE}" down mediaopt adhoc up |
| 149 | fi |
149 | fi |
| 150 | ;; |
150 | ;; |
| 151 | *) |
151 | *) |
| 152 | if LC_ALL=C ifconfig "${IFACE}" \ |
152 | if LC_ALL=C ifconfig "${IFACE}" \ |
| 153 | | grep -q "^[[:space:]]*media: .*adhoc" ; then |
153 | | grep -q "^[[:space:]]*media: .*adhoc" ; then |