Correct a spelling mistake
The word "targer" in the comments for pending_bssid of wpa_supplicant data structure should be "target".
This commit is contained in:
parent
3724ddc0c1
commit
a4cef16279
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ struct wpa_supplicant {
|
||||||
os_time_t last_michael_mic_error;
|
os_time_t last_michael_mic_error;
|
||||||
u8 bssid[ETH_ALEN];
|
u8 bssid[ETH_ALEN];
|
||||||
u8 pending_bssid[ETH_ALEN]; /* If wpa_state == WPA_ASSOCIATING, this
|
u8 pending_bssid[ETH_ALEN]; /* If wpa_state == WPA_ASSOCIATING, this
|
||||||
* field contains the targer BSSID. */
|
* field contains the target BSSID. */
|
||||||
int reassociate; /* reassociation requested */
|
int reassociate; /* reassociation requested */
|
||||||
int disconnected; /* all connections disabled; i.e., do no reassociate
|
int disconnected; /* all connections disabled; i.e., do no reassociate
|
||||||
* before this has been cleared */
|
* before this has been cleared */
|
||||||
|
|
Loading…
Reference in a new issue