Home | History | Annotate | Download | only in 80211

Lines Matching full:beacons

90  * the beacons themselves.
126 /** List of best beacons for each network found so far */
127 struct list_head *beacons;
1345 ctx->beacons = malloc ( sizeof ( *ctx->beacons ) );
1346 INIT_LIST_HEAD ( ctx->beacons );
1387 return list_empty ( ctx->beacons ) ? -ETIMEDOUT : +1;
1470 list_for_each_entry ( wlan, ctx->beacons, list ) {
1487 list_add_tail ( &wlan->list, ctx->beacons );
1559 list_for_each_entry ( wlan, ctx->beacons, list ) {
1570 net80211_free_wlanlist ( ctx->beacons );
1595 struct list_head *beacons = ctx->beacons;
1607 return beacons;
2494 /* We pass probes and beacons onto network scanning