Searched refs:scanresults (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2mgmt.c374 if (!hw->scanresults) {
382 count = (hw->scanresults->framelen - 3) / 32;
394 item = &(hw->scanresults->info.hscanresult.result[req->bssindex.data]);
H A Dprism2sta.c1077 pr_debug("rx scanresults, reason=%d, nbss=%d:\n",
1130 kfree(hw->scanresults);
1132 hw->scanresults = kmalloc(sizeof(hfa384x_InfFrame_t), GFP_ATOMIC);
1133 memcpy(hw->scanresults, inf, sizeof(hfa384x_InfFrame_t));
H A Dhfa384x_usb.c615 if (hw->scanresults) {
616 kfree(hw->scanresults);
617 hw->scanresults = NULL;
H A Dhfa384x.h1347 hfa384x_InfFrame_t *scanresults; member in struct:hfa384x

Completed in 186 milliseconds