I use the command iw dev <my_device> scan -u to display vendor specific IE tags from beacons. Is that possible with this library? I was able to do a scan of surrounding access points but I didn't see the Vendor Specific Tags. Below is the output from the iw command.
Vendor specific: OUI 00:90:4c, data: 04 17
Vendor specific: OUI 00:10:18, data: 02 00 00 1c 00 00
I use the command
iw dev <my_device> scan -uto display vendor specific IE tags from beacons. Is that possible with this library? I was able to do a scan of surrounding access points but I didn't see the Vendor Specific Tags. Below is the output from theiwcommand.