iPXE
|
Context for the association task. More...
Data Fields | |
int | method |
Next authentication method to try using. More... | |
int | last_packet |
Time (in ticks) of the last sent association-related packet. More... | |
int | times_tried |
Number of times we have tried sending it. More... | |
Context for the association task.
Definition at line 96 of file net80211.c.
int net80211_assoc_ctx::method |
Next authentication method to try using.
Definition at line 98 of file net80211.c.
Referenced by net80211_step_associate().
int net80211_assoc_ctx::last_packet |
Time (in ticks) of the last sent association-related packet.
Definition at line 101 of file net80211.c.
Referenced by net80211_step_associate().
int net80211_assoc_ctx::times_tried |
Number of times we have tried sending it.
Definition at line 104 of file net80211.c.
Referenced by net80211_step_associate().