Fix spelling mistakes in number of comments
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
This commit is contained in:
parent
8b6688847e
commit
746e5c2565
6 changed files with 6 additions and 6 deletions
|
@ -619,7 +619,7 @@ static int sae_sm_step(struct hostapd_data *hapd, struct sta_info *sta,
|
||||||
* message now to get alternating sequence of
|
* message now to get alternating sequence of
|
||||||
* Authentication frames between the AP and STA.
|
* Authentication frames between the AP and STA.
|
||||||
* Confirm will be sent in
|
* Confirm will be sent in
|
||||||
* Commited -> Confirmed/Accepted transition
|
* Committed -> Confirmed/Accepted transition
|
||||||
* when receiving Confirm from STA.
|
* when receiving Confirm from STA.
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
|
@ -242,7 +242,7 @@ int sha512_done(struct sha512_state *md, unsigned char *out)
|
||||||
md->curlen = 0;
|
md->curlen = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* pad upto 120 bytes of zeroes
|
/* pad up to 120 bytes of zeroes
|
||||||
* note: that from 112 to 120 is the 64 MSB of the length. We assume
|
* note: that from 112 to 120 is the 64 MSB of the length. We assume
|
||||||
* that you won't hash > 2^64 bits of data... :-)
|
* that you won't hash > 2^64 bits of data... :-)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2285,7 +2285,7 @@ struct wpabuf * wifi_display_encaps(struct wpabuf *subelems);
|
||||||
* discovery (p2p_find). A random number of 100 TU units is picked for each
|
* discovery (p2p_find). A random number of 100 TU units is picked for each
|
||||||
* Listen state iteration from [min_disc_int,max_disc_int] range.
|
* Listen state iteration from [min_disc_int,max_disc_int] range.
|
||||||
*
|
*
|
||||||
* max_disc_tu can be used to futher limit the discoverable duration. However,
|
* max_disc_tu can be used to further limit the discoverable duration. However,
|
||||||
* it should be noted that use of this parameter is not recommended since it
|
* it should be noted that use of this parameter is not recommended since it
|
||||||
* would not be compliant with the P2P specification.
|
* would not be compliant with the P2P specification.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1001,7 +1001,7 @@ int random_mac_addr_keep_oui(u8 *addr)
|
||||||
* @delim: a string of delimiters
|
* @delim: a string of delimiters
|
||||||
* @last: a pointer to a character following the returned token
|
* @last: a pointer to a character following the returned token
|
||||||
* It has to be set to NULL for the first call and passed for any
|
* It has to be set to NULL for the first call and passed for any
|
||||||
* futher call.
|
* further call.
|
||||||
* Returns: a pointer to token position in str or NULL
|
* Returns: a pointer to token position in str or NULL
|
||||||
*
|
*
|
||||||
* This function is similar to str_token, but it can be used with both
|
* This function is similar to str_token, but it can be used with both
|
||||||
|
|
|
@ -325,7 +325,7 @@ DBusMessage * wpas_dbus_handler_wps_start(DBusMessage *message,
|
||||||
* @wpa_s: %wpa_supplicant data structure
|
* @wpa_s: %wpa_supplicant data structure
|
||||||
* Returns: NULL on success or DBus error on failure
|
* Returns: NULL on success or DBus error on failure
|
||||||
*
|
*
|
||||||
* Handler for "Cancel" method call. Returns NULL if WPS cancel successfull
|
* Handler for "Cancel" method call. Returns NULL if WPS cancel successful
|
||||||
* or DBus error on WPS cancel failure
|
* or DBus error on WPS cancel failure
|
||||||
*/
|
*/
|
||||||
DBusMessage * wpas_dbus_handler_wps_cancel(DBusMessage *message,
|
DBusMessage * wpas_dbus_handler_wps_cancel(DBusMessage *message,
|
||||||
|
|
|
@ -88,7 +88,7 @@ enum ts_dir_idx {
|
||||||
*/
|
*/
|
||||||
struct wmm_ac_addts_request {
|
struct wmm_ac_addts_request {
|
||||||
/*
|
/*
|
||||||
* dialog token - Used to link the recived ADDTS response with this
|
* dialog token - Used to link the received ADDTS response with this
|
||||||
* saved ADDTS request when ADDTS response is being handled
|
* saved ADDTS request when ADDTS response is being handled
|
||||||
*/
|
*/
|
||||||
u8 dialog_token;
|
u8 dialog_token;
|
||||||
|
|
Loading…
Reference in a new issue