Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netlink vs ioctl() #5

Open
clintonm9 opened this issue May 23, 2019 · 0 comments
Open

Netlink vs ioctl() #5

clintonm9 opened this issue May 23, 2019 · 0 comments

Comments

@clintonm9
Copy link

Trying to understand the reason for using Netlink vs ioctl() in this kernel.

Using is_wireless.c from https://gist.github.com/edufelipe/6108057 I get the following result:
interface wlan1 is not wireless

I also saw this mentioned:

Control: ioctl should be your first choice, unless there’s an overriding reason, due to its immediacy and reliable delivery.

I am using a fork of this to:
https://github.com/gemian/gemini-linux-kernel-3.18
and from here to:
https://github.com/Re4son/gemini-kali-linux-kernel-3.18

Trying to utilize a program that relies on ioct() on my Gemini kali device.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant