iPXE
|
Information associated with a received management packet. More...
Data Fields | |
int | signal |
struct list_head | list |
Information associated with a received management packet.
This is used to keep beacon signal strengths in a parallel queue to the beacons themselves.
Definition at line 57 of file net80211.c.
int net80211_rx_info::signal |
Definition at line 58 of file net80211.c.
Referenced by net80211_handle_mgmt(), and net80211_mgmt_dequeue().
struct list_head net80211_rx_info::list |
Definition at line 59 of file net80211.c.
Referenced by net80211_handle_mgmt(), and net80211_mgmt_dequeue().