diff options
| author | Roy Marples <roy@marples.name> | 2014-09-10 01:46:58 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-09-10 01:46:58 +0000 |
| commit | 67ed6c5fdc76fa237307750d84251de7857f7e99 (patch) | |
| tree | 222a295dad91aa2076420b8403173728aa6ca711 /if.h | |
| parent | 681c71eccec20e3977bd29e376fb325d843cb56e (diff) | |
| download | dhcpcd-67ed6c5fdc76fa237307750d84251de7857f7e99.tar.xz | |
Use the nl80211 interface on Linux to get the wireless SSID.
If this is not found in the system headers, fall back to assuming WEXT.
This has been done because the WEXT module has been marked as deprecated
for a while now and I'm getting bored of people asking me why their
wireless wasn't working. Bloated dhcpcd by another 600 bytes as a result.
Diffstat (limited to 'if.h')
| -rw-r--r-- | if.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ int if_carrier(struct interface *); /* The below functions are provided by if-KERNEL.c */ int if_conf(struct interface *); int if_init(struct interface *); -int if_getssid(const char *, char *); +int if_getssid(struct interface *); int if_vimaster(const char *); int if_openlinksocket(void); int if_managelink(struct dhcpcd_ctx *); |
