Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

253
Views
Get Wi-Fi signal strength via libnl?

I want to read the Wi-Fi signal strength from a userspace program on Linux.

As /proc/net/wireless is not available on the system, I have found out that libnl should be used to acquire the information.

Compared to just reading a value in /proc, communication via libnl seems to be very complicated. I have read various documentation, but I'm still not sure exactly what to do.

Can anyone give an example on how to read the Wi-Fi signal strength via libnl?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

If you already have iw library https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git. You can type sudo iw dev wlan0 scan (instead of 'wlan0' interface you can type the one you need) in your terminal. There is signal line that I think you are interested in. All the work for getting this information to user is made in scan.c file of iw library. So you can just check the source code and get some tips from there.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!