Searched defs:beacons (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dani.h96 u32 beacons; member in struct:ath9k_mib_stats
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c54 * the beacons themselves.
90 /** List of best beacons for each network found so far */
91 struct list_head *beacons; member in struct:net80211_probe_ctx
1334 ctx->beacons = malloc ( sizeof ( *ctx->beacons ) );
1335 INIT_LIST_HEAD ( ctx->beacons );
1376 return list_empty ( ctx->beacons ) ? -ETIMEDOUT : +1;
1459 list_for_each_entry ( wlan, ctx->beacons, list ) {
1476 list_add_tail ( &wlan->list, ctx->beacons );
1548 list_for_each_entry ( wlan, ctx->beacons, lis
1584 struct list_head *beacons = ctx->beacons; local
[all...]

Completed in 45 milliseconds