Add test command for disabling/enabling A-MPDU aggregation

ctrl_iface command "SET ampdu <0/1>" can now be used to
disable/enable A-MPDU aggregation.
This commit is contained in:
Jouni Malinen 2010-08-01 16:19:31 -07:00 committed by Jouni Malinen
parent 10b9ac17cf
commit b6c79a998f
4 changed files with 20 additions and 1 deletions

View file

@ -3307,5 +3307,6 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
NULL /* shared_freq */,
NULL /* get_noa */,
NULL /* set_noa */,
NULL /* set_p2p_powersave */
NULL /* set_p2p_powersave */,
NULL /* ampdu */
};