Home | History | Annotate | Download | only in wifi

Lines Matching full:strlen

185         if (strncmp(line, DRIVER_MODULE_TAG, strlen(DRIVER_MODULE_TAG)) == 0) {
342 char *iptr = sptr + strlen("ctrl_interface=");
344 int mlen = strlen(ifc);
353 memcpy(iptr, ifc, strlen(ifc));
466 if (strncmp(entry.d_name, local_socket_prefix, strlen(local_socket_prefix)) == 0) {
636 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), reply, reply_len, NULL);
689 return strlen(buf);
697 return strlen(buf);
707 return strlen(buf);
792 len = strlen(fwpath) + 1;