diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-23 23:54:15 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-23 23:54:15 +0200 |
commit | a8cc5cff0eb4ed57164045e53cb6773ba9258e65 (patch) | |
tree | 4f10c5981e0f7e4c8f15122129a1daeadc6907d3 /sys/src/9/pc/wifi.h | |
parent | 43323512f08b671e391685c601e78645b15ee681 (diff) |
wifi: allow selecting specific access point with bssid= parameter and wifictl command
Diffstat (limited to 'sys/src/9/pc/wifi.h')
-rw-r--r-- | sys/src/9/pc/wifi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/9/pc/wifi.h b/sys/src/9/pc/wifi.h index 39e35f14a..8f67324eb 100644 --- a/sys/src/9/pc/wifi.h +++ b/sys/src/9/pc/wifi.h @@ -52,7 +52,11 @@ struct Wifi Ref txseq; void (*transmit)(Wifi*, Wnode*, Block*); + /* for searching */ + uchar bssid[Eaddrlen]; char essid[Essidlen+2]; + + /* effective base station */ Wnode *bss; Wnode node[32]; |