Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/wifi/
Dwifi.c131 static char supplicant_name[PROPERTY_VALUE_MAX]; variable
414 strcpy(supplicant_name, P2P_SUPPLICANT_NAME); in wifi_start_supplicant()
424 strcpy(supplicant_name, SUPPLICANT_NAME); in wifi_start_supplicant()
465 property_set("ctl.start", supplicant_name); in wifi_start_supplicant()
503 strcpy(supplicant_name, P2P_SUPPLICANT_NAME); in wifi_stop_supplicant()
506 strcpy(supplicant_name, SUPPLICANT_NAME); in wifi_stop_supplicant()
516 property_set("ctl.stop", supplicant_name); in wifi_stop_supplicant()