Home | History | Annotate | Download | only in CLI

Lines Matching refs:tmp_buf

493     static char tmp_buf[MAX_SSID_LEN+1];
501 memcpy(tmp_buf, ssid->Ssid, MAX_SSID_LEN );
502 tmp_buf[MAX_SSID_LEN] = 0;
503 return tmp_buf;