Lines Matching defs:wifi

6 Each wireless driver has its own configuration script in \texttt{/lib/wifi/driver\_name.sh} which handles
15 config wifi-device "wl0"
19 config wifi-iface
31 config wifi-device "wifi0"
36 config wifi-iface
48 config wifi-device "wifi0"
52 config wifi-iface
64 config wifi-device wifi0
68 config wifi-iface
76 config wifi-device wifi1
80 config wifi-iface
89 There are two types of config sections in this file. The '\texttt{wifi-device}' refers to
90 the physical wifi interface and '\texttt{wifi-iface}' configures a virtual interface on top
96 config wifi-device wifi device name
107 config wifi-iface
108 option network the interface you want wifi to bridge with
129 \paragraph{Options for the \texttt{wifi-device}:}
139 The wifi channel (e.g. 1-14, depending on your country setting).
164 \paragraph{Options for the \texttt{wifi-iface}:}
172 Set the wifi device name.
199 Set the SSID to be used on the wifi device.
205 (Deprecated, set in wifi-device) Set the transmission power to be used. The amount is specified in dBm.
260 config wifi-device "wlan0"
264 config wifi-iface
283 config wifi-device "wl0"
287 config wifi-iface
295 config wifi-iface
310 config wifi-device wl0
314 config wifi-iface
322 config wifi-iface
342 config wifi-iface
355 config wifi-iface
400 The driver specific script should be placed in \texttt{/lib/wifi/<driver>.sh} and has to
405 \item enabling/disabling the wifi interface(s)
430 # check config consistency for wifi-iface sections
438 This function will bring up the wifi device and optionally create application specific
449 # the wifi-device "$device"
456 This function will bring down the wifi device and all its virtual interfaces (if supported).
479 [ wifi-device = "$(config_get dummydev type)" ] && return 0
481 config wifi-device dummydev
486 config wifi-iface