Home | History | Annotate | Download | only in drivers

Lines Matching refs:wbi

440 	wl_bss_info_t *wbi;
472 for (ap_num = 0, wbi = wsr->bss_info; ap_num < wsr->count; ++ap_num) {
474 r = os_malloc(sizeof(*r) + wbi->ie_length);
479 os_memcpy(r->bssid, &wbi->BSSID, ETH_ALEN);
480 r->freq = frequency_list[wbi->channel - 1];
482 os_memcpy(r + 1, wbi + 1, wbi->ie_length);
483 r->ie_len = wbi->ie_length;
485 wbi = (wl_bss_info_t *) ((u8 *) wbi + wbi->length);