Signed-off-by: neiledgar <neil.edgar@btinternet.com>
This commit is contained in:
parent
9b97f44a70
commit
7e4d9bd150
9 changed files with 122 additions and 69 deletions
2
vendor/github.com/mdlayher/wifi/client_others.go
generated
vendored
2
vendor/github.com/mdlayher/wifi/client_others.go
generated
vendored
|
|
@ -28,6 +28,6 @@ func (c *client) BSS(ifi *Interface) (*BSS, error) {
|
|||
}
|
||||
|
||||
// StationInfo always returns an error.
|
||||
func (c *client) StationInfo(ifi *Interface) (*StationInfo, error) {
|
||||
func (c *client) StationInfo(ifi *Interface) ([]*StationInfo, error) {
|
||||
return nil, errUnimplemented
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue