How to configure hostapd to get the maximum performance out of my adapter. #420
Replies: 2 comments 2 replies
-
867 Mbps is the maximum The 54 Mbps is only for 80211g connections, which you should not be seeing if setup properly. To give hostapd the right setttings to maximize performance on the 5 GHz band you need to use the following info I grabbed from above:
Based on the above, the below is the ht capabilities line that you need to use in hostapd.conf ht_capab=[LDPC][HT40+][HT40-][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935][DSSS_CCK-40]
vht_capab=[MAX-MPDU-11454][RXLDPC][SHORT-GI-80][TX-STBC-2BY1][SU-BEAMFORMEE][MU-BEAMFORMEE][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN] I can take the time to explain if you want. That is about as far as I can go for now as I do not know how you are setting up your networking or what is the source of connectivity for the laptop. I'd also like to know what distro is being used and any addition wifi cards/adapters that will be used on the system. |
Beta Was this translation helpful? Give feedback.
-
I need you to slow down for me. You are working too many issues in a complicated setup. Let's solve one issue at a time. What country are you in? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm trying to build the fastest WiFi AP that I can, using the internal adapter of my Lenovo ThinkCentre M715q. So far I've tried doing so with garywill's
lnxrouter
but I can't get more than 54Mbps, so I want to setup hostapd myself. The adapter supports both 2.4 and 5 GHz frequency bands. Here's some information I collected from my system:Here's the output of
iw list
I can see the max rate is 54Mbps for both freq bands but IDK maybe a higher performance is achievable by tweaking some parameters. As you can see here in the specifications the peak speed goes up to 867 Mbps, I know that's unrealistic but if I can get at least 300Mbps I'll be happyBeta Was this translation helpful? Give feedback.
All reactions