Home | History | Annotate | Download | only in wpa_supplicant_lib

Lines Matching refs:prop_status

54     char prop_status[PROPERTY_VALUE_MAX];
58 if( property_get(prop_name, prop_status, NULL) ) {
59 i = atoi(prop_status);