Searched refs:bsslist (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
H A D | oid_mgt.c | 292 mgt_le_to_cpu(OID_TYPE_BSS, &list->bsslist[i]); in mgt_le_to_cpu() 361 mgt_cpu_to_le(OID_TYPE_BSS, &list->bsslist[i]); in mgt_cpu_to_le() 810 i, list->bsslist[i].age, in mgt_response_to_str() 811 list->bsslist[i].channel, in mgt_response_to_str() 812 list->bsslist[i].capinfo, in mgt_response_to_str() 813 list->bsslist[i].rates, in mgt_response_to_str() 814 list->bsslist[i].basic_rates); in mgt_response_to_str()
|
H A D | isl_oid.h | 71 struct obj_bss bsslist[]; member
|
H A D | isl_ioctl.c | 685 struct obj_bsslist *bsslist; in prism54_get_scan() local 709 bsslist = r.ptr; in prism54_get_scan() 712 for (i = 0; i < (int) bsslist->nr; i++) { in prism54_get_scan() 715 &(bsslist->bsslist[i]), in prism54_get_scan() 726 kfree(bsslist); in prism54_get_scan() 2866 IWPRIV_GET(DOT11_OID_BSSLIST, "bsslist"),
|
Completed in 7 milliseconds