Data Fields | |
| int | method |
| Next authentication method to try using. | |
| int | last_packet |
| Time (in ticks) of the last sent association-related packet. | |
| int | times_tried |
| Number of times we have tried sending it. | |
Definition at line 131 of file net80211.c.
Next authentication method to try using.
Definition at line 133 of file net80211.c.
Referenced by net80211_step_associate().
Time (in ticks) of the last sent association-related packet.
Definition at line 136 of file net80211.c.
Referenced by net80211_step_associate().
Number of times we have tried sending it.
Definition at line 139 of file net80211.c.
Referenced by net80211_step_associate().
1.5.7.1