Revision 92f7d37d
Added by Ermal Luçi almost 17 years ago
etc/inc/interfaces.inc | ||
---|---|---|
1934 | 1934 |
function get_wireless_modes($interface) |
1935 | 1935 |
{ |
1936 | 1936 |
/* return wireless modes and channels */ |
1937 |
$wireless_modes = array(); |
|
1938 |
|
|
1937 | 1939 |
if(is_interface_wireless($interface)) { |
1938 | 1940 |
$wi = 1; |
1939 | 1941 |
$ifconfig = "/sbin/ifconfig"; |
Also available in: Unified diff
Insure this function returns always an array.