wifi: use vector instead of list in PhyEntity.
Searching a vector is much faster than a list because elements are stored consecutively and most of them will hit the cpu cache.
Searching a vector is much faster than a list because elements are stored consecutively and most of them will hit the cpu cache.