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

/hardware/libhardware_legacy/wifi/
H A Dwifi.c113 static char supplicant_name[PROPERTY_VALUE_MAX]; variable
481 strcpy(supplicant_name, P2P_SUPPLICANT_NAME);
491 strcpy(supplicant_name, SUPPLICANT_NAME);
496 if (property_get(supplicant_name, supp_status, NULL)
532 property_set("ctl.start", supplicant_name);
566 strcpy(supplicant_name, P2P_SUPPLICANT_NAME);
569 strcpy(supplicant_name, SUPPLICANT_NAME);
579 property_set("ctl.stop", supplicant_name);

Completed in 54 milliseconds