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

/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.h73 bool * should_stop);
H A Dmain.c309 bool should_stop = FALSE; local
311 (void)Supplicant_update_configuration(supp, config_dict, &should_stop);
H A DSupplicant.c3150 bool * should_stop)
3166 if (should_stop != NULL) {
3167 *should_stop = FALSE;
3184 if (should_stop != NULL) {
3185 *should_stop = TRUE;
3197 if (should_stop != NULL) {
3198 *should_stop = TRUE;
3212 if (should_stop != NULL) {
3213 *should_stop = TRUE;
3340 bool should_stop local
3149 Supplicant_update_configuration(SupplicantRef supp, CFDictionaryRef config_dict, bool * should_stop) argument
[all...]
H A DEAPOLSocket.c1629 bool should_stop = FALSE; local
1680 Supplicant_update_configuration(supp, config_dict, &should_stop);
1681 if (should_stop) {

Completed in 112 milliseconds