Searched refs:os_strncmp (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c1092 if (os_strncmp(pos, "IMC ", 4) == 0) {
H A Deap_sim.c200 if (os_strncmp(resp, "GSM-AUTH:", 9) != 0) {
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_build.c467 if (os_strncmp(adv->svc_name, P2PS_WILD_HASH_STR,
H A Dp2p.c825 dev_name_changed = os_strncmp(dev->info.device_name, msg.device_name,
2306 os_strncmp(adv_data->svc_name, P2PS_WILD_HASH_STR,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c1041 if (os_strncmp(pos, "IMV ", 4) == 0) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c1573 if (os_strncmp(previous_country, country, 2) != 0) {
2802 if (os_strncmp(buf, "bss_config=", 11) == 0) {
2878 if (os_strncmp(ptr, "config=", 7) == 0)
H A Dgas_serv.c504 os_strncmp((char *) rpos,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c452 } else if (os_strncmp(pos, "blob-base64-", 12) == 0) {
H A Dp2p_supplicant.c2037 if (os_strncmp(wpa_s->ifname, P2P_MGMT_DEVICE_PREFIX,
6755 } else if (os_strncmp(config_method, "display", 7) == 0)
6757 else if (os_strncmp(config_method, "keypad", 6) == 0)
6759 else if (os_strncmp(config_method, "pbc", 3) == 0 ||
6760 os_strncmp(config_method, "pushbutton", 10) == 0)
H A Dwpa_cli.c3918 if (os_strncmp(pos, "IFNAME=", 7) == 0) {
H A Dinterworking.c1517 os_strncmp(cred->private_key, "keystore://", 11) == 0) {
H A Dwpa_supplicant.c4142 os_strncmp(driver, wpa_drivers[i]->name, len) ==
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_registrar.c2773 os_strncmp(wps->peer_dev.manufacturer, "Apple ", 6) == 0 &&
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c1102 if (os_strncmp(pos, "DPP:", 4) != 0) {

Completed in 424 milliseconds

123