Skip to content

Need help parsing survey_info #817

Answered by svinota
frainz-de asked this question in Q&A
Discussion options

You must be logged in to vote

Probably the library does not parse the survey info. I'm not sure since I don't work with the wifi code so close :)

But the result is looking as an NLA list for me:

08:00:01:00:6c:09:00:00:04:00:03:00:0c:00:04:00:2e:20:1a:00:00:00:00:00:0c:00:05…

→

08:00 — length
01:00 — type
6c:09:00:00 — value

04:00 — length
03:00 — type
(no value, 4 bytes means only the header — this is a flag NLA)

0c:00 — lengt
04:00 — type
2e:20:1a:00:… — value

I've tried the script on my hardware and it returns nothing, probably the wireless adapter does not support the survey info command.

I'll try to look into the kernel code and update the library to support these NLA types.

PS: I've created a ticket for tha…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@frainz-de
Comment options

@svinota
Comment options

@svinota
Comment options

@frainz-de
Comment options

Answer selected by frainz-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants