Home
last modified time | relevance | path

Searched refs:ESSID_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/pcmcia/
Drayctl.h190 #define ESSID_SIZE 32 macro
450 UCHAR ssid[ESSID_SIZE];
616 UCHAR a_current_ess_id[ESSID_SIZE]; /* Null terminated unless 32 long */
664 UCHAR a_current_ess_id[ESSID_SIZE]; /* Null terminated unless 32 long */
Dray_cs.c808 strncpy(local->sparm.b4.a_current_ess_id, essid, ESSID_SIZE); in init_startup_params()