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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan.c919 printk(KERN_DEBUG "psa_nwid: 0x%02x%02x, ", p->psa_nwid[0],
920 p->psa_nwid[1]);
1313 printk(", nwid 0x%02X-%02X", psa.psa_nwid[0],
1314 psa.psa_nwid[1]);
1799 psa.psa_nwid[0] = (wrqu->nwid.value & 0xFF00) >> 8;
1800 psa.psa_nwid[1] = wrqu->nwid.value & 0xFF;
1803 (char *) psa.psa_nwid - (char *) &psa,
1804 (unsigned char *) psa.psa_nwid, 3);
1807 m.w.mmw_netw_id_l = psa.psa_nwid[
[all...]
H A Dwavelan_cs.c1088 printk(KERN_DEBUG "psa_nwid: 0x%02x%02x, ", p->psa_nwid[0], p->psa_nwid[1]);
1338 printk(", nwid 0x%02X-%02X", psa.psa_nwid[0], psa.psa_nwid[1]);
1878 psa.psa_nwid[0] = (wrqu->nwid.value & 0xFF00) >> 8;
1879 psa.psa_nwid[1] = wrqu->nwid.value & 0xFF;
1882 (char *) psa.psa_nwid - (char *) &psa,
1883 (unsigned char *) psa.psa_nwid, 3);
1886 m.w.mmw_netw_id_l = psa.psa_nwid[
[all...]
H A Dwavelan.h194 unsigned char psa_nwid[2]; /* [0x23-0x24] Network ID */ member in struct:psa_t
H A Dwavelan_cs.h210 unsigned char psa_nwid[2]; /* [0x23-0x24] Network ID */ member in struct:psa_t

Completed in 64 milliseconds