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

Does the rtl8192fu driver support Access Point (AP) functionality? #16

Open
soloud0 opened this issue May 30, 2024 · 4 comments
Open

Does the rtl8192fu driver support Access Point (AP) functionality? #16

soloud0 opened this issue May 30, 2024 · 4 comments

Comments

@soloud0
Copy link

soloud0 commented May 30, 2024

Does the rtl8192fu driver support Access Point (AP) functionality?

@BrightX
Copy link
Owner

BrightX commented May 30, 2024

Does the rtl8192fu driver support Access Point (AP) functionality?

yes.

@soloud0
Copy link
Author

soloud0 commented May 30, 2024

Is monitor mode the same as well?

@soloud0
Copy link
Author

soloud0 commented May 30, 2024

I have successfully compiled and installed the driver, and it runs normally. However, when I attempt to enable monitor mode, I encounter an error message stating "command failed: Operation not supported (-95)," despite the fact that iw command shows monitor mode as being available. This situation puzzles me, and I'm unsure how to pinpoint the source of the issue. Could you guide me on how to troubleshoot this?

@soloud0
Copy link
Author

soloud0 commented May 30, 2024

iw --debug dev wlan0 set monitor active
-- Debug: Sent Message:
-------------------------- BEGIN NETLINK MESSAGE ---------------------------
[NETLINK HEADER] 16 octets
.nlmsg_len = 44
.type = 34 <0x22>
.flags = 5 <REQUEST,ACK>
.seq = 1717077328
.port = -1086281474
[GENERIC NETLINK HEADER] 4 octets
.cmd = 6
.version = 0
.unused = 0
[PAYLOAD] 24 octets
08 00 03 00 03 00 00 00 08 00 05 00 06 00 00 00 ................
08 00 17 00 04 00 06 00 ........
--------------------------- END NETLINK MESSAGE ---------------------------
-- Debug: Received Message:
-------------------------- BEGIN NETLINK MESSAGE ---------------------------
[NETLINK HEADER] 16 octets
.nlmsg_len = 64
.type = 2
.flags = 0 <>
.seq = 1717077328
.port = -1086281474
[ERRORMSG] 20 octets
.error = -95 "??????"
[ORIGINAL MESSAGE] 16 octets
.nlmsg_len = 16
.type = 34 <0x22>
.flags = 5 <REQUEST,ACK>
.seq = 1717077328
.port = -1086281474
--------------------------- END NETLINK MESSAGE ---------------------------
command failed: Operation not supported (-95)
T-T help

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

2 participants