From: Simon Dinkin Date: Thu, 1 Feb 2018 15:12:03 +0000 (+0200) Subject: common: Fix the description of wpa_ctrl_request() function X-Git-Tag: hostap_2_7~605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e3d40d04d4abc361cbf5f23e3fe6bc52a2abf9;p=thirdparty%2Fhostap.git common: Fix the description of wpa_ctrl_request() function The blocking timeout of this function was changed from 2 seconds to 10 seconds in this commit 1480633f ("Use longer timeout in wpa_ctrl_request()"), but the description was never changed accordingly. Signed-off-by: Simon Dinkin Signed-off-by: Andrei Otcheretianski --- diff --git a/src/common/wpa_ctrl.h b/src/common/wpa_ctrl.h index 604a40e6d..c369ebb24 100644 --- a/src/common/wpa_ctrl.h +++ b/src/common/wpa_ctrl.h @@ -446,7 +446,7 @@ void wpa_ctrl_close(struct wpa_ctrl *ctrl); * * This function is used to send commands to wpa_supplicant/hostapd. Received * response will be written to reply and reply_len is set to the actual length - * of the reply. This function will block for up to two seconds while waiting + * of the reply. This function will block for up to 10 seconds while waiting * for the reply. If unsolicited messages are received, the blocking time may * be longer. *