Searched refs:cur_essid (Results 1 – 1 of 1) sorted by relevance
565 char cur_essid[DLADM_STRSIZE]; in check_wlan() local592 cur_essid); in check_wlan()595 wa->res = strcmp(cur_essid, wa->exp_essid) == 0; in check_wlan()600 wa->res = strcmp(cur_essid, wa->exp_essid) != 0; in check_wlan()605 wa->res = strstr(cur_essid, wa->exp_essid) != NULL; in check_wlan()610 wa->res = strstr(cur_essid, wa->exp_essid) == NULL; in check_wlan()