iPXE
Data Fields
net80211_assoc_ctx Struct Reference

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...
 

Detailed Description

Context for the association task.

Definition at line 96 of file net80211.c.

Field Documentation

◆ method

int net80211_assoc_ctx::method

Next authentication method to try using.

Definition at line 98 of file net80211.c.

Referenced by net80211_step_associate().

◆ last_packet

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().

◆ times_tried

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().


The documentation for this struct was generated from the following file: