Searched refs:aplist (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetaddrinfo.c529 char **aplist = NULL, *apbuf = NULL; local
607 aplist = hp->h_addr_list;
616 aplist = (char **)malloc(sizeof(aplist[0]) * naddrs);
618 if (aplist == NULL || apbuf == NULL) {
622 memset(aplist, 0, sizeof(aplist[0]) * naddrs);
625 aplist[i] = NULL;
630 aplist[i] = &apbuf[i * hp->h_length];
634 for (i = 0; aplist[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap.h69 int aplist);
H A Dhostap_ap.c2312 int aplist)
2324 if (aplist && !sta->ap)
2310 prism2_ap_get_sta_qual(local_info_t *local, struct sockaddr addr[], struct iw_quality qual[], int buf_size, int aplist) argument

Completed in 65 milliseconds