Allow driver wrappers to indicate maximum remain-on-channel duration

This commit is contained in:
Jouni Malinen 2010-04-11 19:42:37 +03:00 committed by Jouni Malinen
parent de12717a56
commit 814782b9fe
5 changed files with 20 additions and 9 deletions

View file

@ -505,6 +505,11 @@ struct wpa_driver_capa {
unsigned int flags;
int max_scan_ssids;
/**
* max_remain_on_chan - Maximum remain-on-channel duration in msec
*/
unsigned int max_remain_on_chan;
};