Lines Matching refs:escan_info
895 struct escan_info { struct
1227 struct escan_info escan_info; /* escan information */ member
2134 #define wiphy_from_scan(w) (w->escan_info.wiphy)
2315 #define wl_escan_set_sync_id(a, b) ((a) = (b)->escan_info.cur_sync_id)
2316 #define wl_escan_set_type(a, b) ((a)->escan_info.escan_type\
2317 [((a)->escan_info.cur_sync_id)%SCAN_BUF_CNT] = (b))
2322 if (cfg->escan_info.escan_type[0] == cfg->escan_info.escan_type[1]) in wl_escan_get_buf()
2323 index = (cfg->escan_info.cur_sync_id + 1)%SCAN_BUF_CNT; in wl_escan_get_buf()
2325 index = (cfg->escan_info.cur_sync_id)%SCAN_BUF_CNT; in wl_escan_get_buf()
2328 index = (cfg->escan_info.cur_sync_id)%SCAN_BUF_CNT; in wl_escan_get_buf()
2330 return (wl_scan_results_t *)cfg->escan_info.escan_buf[index]; in wl_escan_get_buf()
2351 #define wl_escan_increment_sync_id(a, b) ((a)->escan_info.cur_sync_id += b)
2352 #define wl_escan_init_sync_id(a) ((a)->escan_info.cur_sync_id = 0)
2356 #define wl_escan_get_buf(a, b) ((wl_scan_results_t *) (a)->escan_info.escan_buf)