Introduction
Introduction Statistics Contact Development Disclaimer Help
twifi.c: change placeholder text for ssid on linux - spoon - [fork] customized …
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 1a7b333f848414a976ae2fa9d21b0b906b049402
parent 1ebbb21978d5d563a5d3268bbc012d4d359d8e1c
Author: Anders Damsgaard <[email protected]>
Date: Sat, 13 Mar 2021 09:07:36 +0100
wifi.c: change placeholder text for ssid on linux
Diffstat:
M wifi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wifi.c b/wifi.c
t@@ -182,7 +182,7 @@ wifiread(void *arg, char *buf, size_t len)
DPRINTF_D(quality);
if (quality == -1)
return -1;
- wifiprint(buf, len, quality, "asdf");
+ wifiprint(buf, len, quality, "wlan");
return 0;
}
#endif
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.