69 <tr> |
69 <tr> |
70 <td><a href="#WifiController.__deactivateInterface">__deactivateInterface</a></td> |
70 <td><a href="#WifiController.__deactivateInterface">__deactivateInterface</a></td> |
71 <td>Private method to deactivate a given WiFi interface of the connected device.</td> |
71 <td>Private method to deactivate a given WiFi interface of the connected device.</td> |
72 </tr> |
72 </tr> |
73 <tr> |
73 <tr> |
|
74 <td><a href="#WifiController.__disableWebrepl">__disableWebrepl</a></td> |
|
75 <td>Private slot to disable the WebREPL server of the device.</td> |
|
76 </tr> |
|
77 <tr> |
74 <td><a href="#WifiController.__disconnectWifi">__disconnectWifi</a></td> |
78 <td><a href="#WifiController.__disconnectWifi">__disconnectWifi</a></td> |
75 <td>Private slot to disconnect the current device from the WiFi network.</td> |
79 <td>Private slot to disconnect the current device from the WiFi network.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#WifiController.__enableWebrepl">__enableWebrepl</a></td> |
|
83 <td>Private slot to enable the WebREPL server of the device.</td> |
76 </tr> |
84 </tr> |
77 <tr> |
85 <tr> |
78 <td><a href="#WifiController.__removeCredentials">__removeCredentials</a></td> |
86 <td><a href="#WifiController.__removeCredentials">__removeCredentials</a></td> |
79 <td>Private slot to remove the saved WiFi credentials from the connected device.</td> |
87 <td>Private slot to remove the saved WiFi credentials from the connected device.</td> |
80 </tr> |
88 </tr> |
166 <dd> |
174 <dd> |
167 designation of the interface to be deactivated (one of 'AP' |
175 designation of the interface to be deactivated (one of 'AP' |
168 or 'STA') |
176 or 'STA') |
169 </dd> |
177 </dd> |
170 </dl> |
178 </dl> |
|
179 <a NAME="WifiController.__disableWebrepl" ID="WifiController.__disableWebrepl"></a> |
|
180 <h4>WifiController.__disableWebrepl</h4> |
|
181 <b>__disableWebrepl</b>(<i></i>) |
|
182 |
|
183 <p> |
|
184 Private slot to disable the WebREPL server of the device. |
|
185 </p> |
|
186 <p> |
|
187 This will not remove the 'webrepl_cfg.py' file. It will just modify the boot |
|
188 script. |
|
189 </p> |
171 <a NAME="WifiController.__disconnectWifi" ID="WifiController.__disconnectWifi"></a> |
190 <a NAME="WifiController.__disconnectWifi" ID="WifiController.__disconnectWifi"></a> |
172 <h4>WifiController.__disconnectWifi</h4> |
191 <h4>WifiController.__disconnectWifi</h4> |
173 <b>__disconnectWifi</b>(<i></i>) |
192 <b>__disconnectWifi</b>(<i></i>) |
174 |
193 |
175 <p> |
194 <p> |
176 Private slot to disconnect the current device from the WiFi network. |
195 Private slot to disconnect the current device from the WiFi network. |
177 </p> |
196 </p> |
|
197 <a NAME="WifiController.__enableWebrepl" ID="WifiController.__enableWebrepl"></a> |
|
198 <h4>WifiController.__enableWebrepl</h4> |
|
199 <b>__enableWebrepl</b>(<i></i>) |
|
200 |
|
201 <p> |
|
202 Private slot to enable the WebREPL server of the device. |
|
203 </p> |
|
204 <p> |
|
205 This will also modify the boot script. |
|
206 </p> |
178 <a NAME="WifiController.__removeCredentials" ID="WifiController.__removeCredentials"></a> |
207 <a NAME="WifiController.__removeCredentials" ID="WifiController.__removeCredentials"></a> |
179 <h4>WifiController.__removeCredentials</h4> |
208 <h4>WifiController.__removeCredentials</h4> |
180 <b>__removeCredentials</b>(<i></i>) |
209 <b>__removeCredentials</b>(<i></i>) |
181 |
210 |
182 <p> |
211 <p> |