BrightX / rtl8192fu

Realtek 8192FU Linux USB无线网卡驱动
GNU General Public License v2.0
60 stars 24 forks source link

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

Open soloud0 opened 2 months ago

soloud0 commented 2 months ago

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

BrightX commented 2 months ago

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

yes.

soloud0 commented 2 months ago

Is monitor mode the same as well?

soloud0 commented 2 months ago

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 commented 2 months ago

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