Data Fields | |
| struct net80211_device * | dev |
| 802.11 device to probe on | |
| int | old_keep_mgmt |
| Value of keep_mgmt before probe was started. | |
| struct io_buffer * | probe |
| If scanning actively, pointer to probe packet to send. | |
| const char * | essid |
| If non-"", the ESSID to limit ourselves to. | |
| u32 | ticks_start |
| Time probe was started. | |
| u32 | ticks_beacon |
| Time last useful beacon was received. | |
| u32 | ticks_channel |
| Time channel was last changed. | |
| u32 | hop_time |
| Time to stay on each channel. | |
| int | hop_step |
| Channels to hop by when changing channel. | |
| struct list_head * | beacons |
| List of best beacons for each network found so far. | |
Definition at line 98 of file net80211.c.
struct net80211_device* net80211_probe_ctx::dev [read] |
802.11 device to probe on
Definition at line 100 of file net80211.c.
Referenced by net80211_probe_finish_all(), net80211_probe_finish_best(), net80211_probe_start(), and net80211_probe_step().
Value of keep_mgmt before probe was started.
Definition at line 103 of file net80211.c.
Referenced by net80211_probe_finish_all(), net80211_probe_finish_best(), and net80211_probe_start().
struct io_buffer* net80211_probe_ctx::probe [read] |
If scanning actively, pointer to probe packet to send.
Definition at line 106 of file net80211.c.
Referenced by net80211_probe_finish_all(), net80211_probe_finish_best(), net80211_probe_start(), and net80211_probe_step().
| const char* net80211_probe_ctx::essid |
If non-"", the ESSID to limit ourselves to.
Definition at line 109 of file net80211.c.
Referenced by net80211_probe_finish_best(), net80211_probe_start(), and net80211_probe_step().
Time probe was started.
Definition at line 112 of file net80211.c.
Referenced by net80211_probe_start(), and net80211_probe_step().
Time last useful beacon was received.
Definition at line 115 of file net80211.c.
Referenced by net80211_probe_start(), and net80211_probe_step().
Time channel was last changed.
Definition at line 118 of file net80211.c.
Referenced by net80211_probe_start(), and net80211_probe_step().
Time to stay on each channel.
Definition at line 121 of file net80211.c.
Referenced by net80211_probe_start(), and net80211_probe_step().
Channels to hop by when changing channel.
Definition at line 124 of file net80211.c.
Referenced by net80211_probe_start(), and net80211_probe_step().
struct list_head* net80211_probe_ctx::beacons [read] |
List of best beacons for each network found so far.
Definition at line 127 of file net80211.c.
Referenced by net80211_probe_finish_all(), net80211_probe_finish_best(), net80211_probe_start(), and net80211_probe_step().
1.5.7.1