Fix couple of typos in comments
This commit is contained in:
parent
3152ff421e
commit
61fbd3df04
2 changed files with 2 additions and 2 deletions
|
@ -277,7 +277,7 @@ WPS-REG-SUCCESS <Enrollee MAC address <UUID-E>
|
||||||
For example:
|
For example:
|
||||||
<2>WPS-REG-SUCCESS 02:66:a0:ee:17:27 2b7093f1-d6fb-5108-adbb-bea66bb87333
|
<2>WPS-REG-SUCCESS 02:66:a0:ee:17:27 2b7093f1-d6fb-5108-adbb-bea66bb87333
|
||||||
|
|
||||||
This can be used to tricker change from unconfigured to configured
|
This can be used to trigger change from unconfigured to configured
|
||||||
state (random configuration based on the first successful WPS
|
state (random configuration based on the first successful WPS
|
||||||
registration). In addition, this can be used to update AP UI about the
|
registration). In addition, this can be used to update AP UI about the
|
||||||
status of WPS registration progress.
|
status of WPS registration progress.
|
||||||
|
|
|
@ -788,7 +788,7 @@ struct wpa_driver_ops {
|
||||||
* Please note that TKIP keys include separate TX and RX MIC keys and
|
* Please note that TKIP keys include separate TX and RX MIC keys and
|
||||||
* some drivers may expect them in different order than wpa_supplicant
|
* some drivers may expect them in different order than wpa_supplicant
|
||||||
* is using. If the TX/RX keys are swapped, all TKIP encrypted packets
|
* is using. If the TX/RX keys are swapped, all TKIP encrypted packets
|
||||||
* will tricker Michael MIC errors. This can be fixed by changing the
|
* will trigger Michael MIC errors. This can be fixed by changing the
|
||||||
* order of MIC keys by swapping te bytes 16..23 and 24..31 of the key
|
* order of MIC keys by swapping te bytes 16..23 and 24..31 of the key
|
||||||
* in driver_*.c set_key() implementation, see driver_ndis.c for an
|
* in driver_*.c set_key() implementation, see driver_ndis.c for an
|
||||||
* example on how this can be done.
|
* example on how this can be done.
|
||||||
|
|
Loading…
Reference in a new issue