Lines Matching refs:os_strcmp

268 	if (os_strcmp(cmd, "WPS") == 0)  in hostapd_ctrl_iface_wps_nfc_config_token()
270 else if (os_strcmp(cmd, "NDEF") == 0) in hostapd_ctrl_iface_wps_nfc_config_token()
316 if (os_strcmp(cmd, "WPS") == 0) in hostapd_ctrl_iface_wps_nfc_token()
320 if (os_strcmp(cmd, "NDEF") == 0) in hostapd_ctrl_iface_wps_nfc_token()
324 if (os_strcmp(cmd, "enable") == 0) in hostapd_ctrl_iface_wps_nfc_token()
327 if (os_strcmp(cmd, "disable") == 0) { in hostapd_ctrl_iface_wps_nfc_token()
350 if (os_strcmp(cmd, "WPS") == 0) in hostapd_ctrl_iface_nfc_get_handover_sel()
352 else if (os_strcmp(cmd, "NDEF") == 0) in hostapd_ctrl_iface_nfc_get_handover_sel()
357 if (os_strcmp(pos, "WPS-CR") == 0) in hostapd_ctrl_iface_nfc_get_handover_sel()
431 if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "WPS") == 0) { in hostapd_ctrl_iface_nfc_report_handover()
458 if (os_strcmp(txt, "disable") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
463 if (os_strcmp(txt, "random") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
472 if (os_strcmp(txt, "get") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
479 if (os_strcmp(txt, "set") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
1532 } else if (os_strcmp(cmd, "wpa_passphrase") == 0 || in hostapd_ctrl_iface_set()
1533 os_strcmp(cmd, "sae_password") == 0 || in hostapd_ctrl_iface_set()
1534 os_strcmp(cmd, "sae_pwe") == 0) { in hostapd_ctrl_iface_set()
1543 if (os_strcmp(cmd, "ft_rsnxe_used") == 0) in hostapd_ctrl_iface_set()
1546 else if (os_strcmp(cmd, "oci_freq_override_eapol_m3") == 0) in hostapd_ctrl_iface_set()
1550 else if (os_strcmp(cmd, "oci_freq_override_eapol_g1") == 0) in hostapd_ctrl_iface_set()
1554 else if (os_strcmp(cmd, "oci_freq_override_ft_assoc") == 0) in hostapd_ctrl_iface_set()
1558 else if (os_strcmp(cmd, "oci_freq_override_fils_assoc") == 0) in hostapd_ctrl_iface_set()
1580 if (os_strcmp(cmd, "version") == 0) { in hostapd_ctrl_iface_get()
1585 } else if (os_strcmp(cmd, "tls_library") == 0) { in hostapd_ctrl_iface_get()
1700 if (os_strcmp(cmd, "DETECTED") == 0) in hostapd_ctrl_iface_radar()
1702 else if (os_strcmp(cmd, "CAC-FINISHED") == 0) in hostapd_ctrl_iface_radar()
1704 else if (os_strcmp(cmd, "CAC-ABORTED") == 0) in hostapd_ctrl_iface_radar()
1706 else if (os_strcmp(cmd, "NOP-FINISHED") == 0) in hostapd_ctrl_iface_radar()
2756 if (os_strcmp(param, "radius_server") == 0) { in hostapd_ctrl_iface_mib()
3350 if (os_strcmp(field, "dpp") == 0) { in hostapd_ctrl_iface_get_capability()
3382 if (os_strcmp(buf, "PING") == 0) { in hostapd_ctrl_iface_receive_process()
3390 } else if (os_strcmp(buf, "STATUS") == 0) { in hostapd_ctrl_iface_receive_process()
3393 } else if (os_strcmp(buf, "STATUS-DRIVER") == 0) { in hostapd_ctrl_iface_receive_process()
3395 } else if (os_strcmp(buf, "MIB") == 0) { in hostapd_ctrl_iface_receive_process()
3427 } else if (os_strcmp(buf, "STA-FIRST") == 0) { in hostapd_ctrl_iface_receive_process()
3436 } else if (os_strcmp(buf, "ATTACH") == 0) { in hostapd_ctrl_iface_receive_process()
3442 } else if (os_strcmp(buf, "DETACH") == 0) { in hostapd_ctrl_iface_receive_process()
3466 } else if (os_strcmp(buf, "STOP_AP") == 0) { in hostapd_ctrl_iface_receive_process()
3481 } else if (os_strcmp(buf, "WPS_PBC") == 0) { in hostapd_ctrl_iface_receive_process()
3484 } else if (os_strcmp(buf, "WPS_CANCEL") == 0) { in hostapd_ctrl_iface_receive_process()
3544 } else if (os_strcmp(buf, "GET_CONFIG") == 0) { in hostapd_ctrl_iface_receive_process()
3556 } else if (os_strcmp(buf, "RELOAD_WPA_PSK") == 0) { in hostapd_ctrl_iface_receive_process()
3565 } else if (os_strcmp(buf, "UPDATE_BEACON") == 0) { in hostapd_ctrl_iface_receive_process()
3597 } else if (os_strcmp(buf, "GET_ALLOC_FAIL") == 0) { in hostapd_ctrl_iface_receive_process()
3603 } else if (os_strcmp(buf, "GET_FAIL") == 0) { in hostapd_ctrl_iface_receive_process()
3620 } else if (os_strcmp(buf, "REKEY_GTK") == 0) { in hostapd_ctrl_iface_receive_process()
3633 } else if (os_strcmp(buf, "ERP_FLUSH") == 0) { in hostapd_ctrl_iface_receive_process()
3648 } else if (os_strcmp(buf, "TRACK_STA_LIST") == 0) { in hostapd_ctrl_iface_receive_process()
3652 } else if (os_strcmp(buf, "PMKSA") == 0) { in hostapd_ctrl_iface_receive_process()
3655 } else if (os_strcmp(buf, "PMKSA_FLUSH") == 0) { in hostapd_ctrl_iface_receive_process()
3663 } else if (os_strcmp(buf, "SHOW_NEIGHBOR") == 0) { in hostapd_ctrl_iface_receive_process()
3678 } else if (os_strcmp(buf, "DRIVER_FLAGS") == 0) { in hostapd_ctrl_iface_receive_process()
3681 } else if (os_strcmp(buf, "DRIVER_FLAGS2") == 0) { in hostapd_ctrl_iface_receive_process()
3684 } else if (os_strcmp(buf, "TERMINATE") == 0) { in hostapd_ctrl_iface_receive_process()
3699 } else if (os_strcmp(buf + 11, "SHOW") == 0) { in hostapd_ctrl_iface_receive_process()
3703 } else if (os_strcmp(buf + 11, "CLEAR") == 0) { in hostapd_ctrl_iface_receive_process()
3722 } else if (os_strcmp(buf + 9, "SHOW") == 0) { in hostapd_ctrl_iface_receive_process()
3726 } else if (os_strcmp(buf + 9, "CLEAR") == 0) { in hostapd_ctrl_iface_receive_process()
3808 } else if (os_strcmp(buf, "DPP_STOP_LISTEN") == 0) { in hostapd_ctrl_iface_receive_process()
3849 } else if (os_strcmp(buf, "DPP_CONTROLLER_START") == 0) { in hostapd_ctrl_iface_receive_process()
3852 } else if (os_strcmp(buf, "DPP_CONTROLLER_STOP") == 0) { in hostapd_ctrl_iface_receive_process()
3857 } else if (os_strcmp(buf, "DPP_STOP_CHIRP") == 0) { in hostapd_ctrl_iface_receive_process()
3870 } else if (os_strcmp(buf, "PTKSA_CACHE_LIST") == 0) { in hostapd_ctrl_iface_receive_process()
3923 if (os_strcmp(buf, "GET_COOKIE") == 0) { in hostapd_ctrl_iface_receive()
3953 if (os_strcmp(pos, "PING") == 0) in hostapd_ctrl_iface_receive()
4432 if (os_strcmp(ifname, hapd->conf->iface) == 0) in hostapd_interfaces_get_hapd()
4456 if (os_strcmp(param, "wpa") == 0) { in hostapd_ctrl_iface_dup_param()
4459 } else if (os_strcmp(param, "wpa_key_mgmt") == 0 && in hostapd_ctrl_iface_dup_param()
4465 } else if (os_strcmp(param, "wpa_pairwise") == 0 && in hostapd_ctrl_iface_dup_param()
4472 } else if (os_strcmp(param, "rsn_pairwise") == 0 && in hostapd_ctrl_iface_dup_param()
4479 } else if (os_strcmp(param, "wpa_passphrase") == 0 && in hostapd_ctrl_iface_dup_param()
4483 } else if (os_strcmp(param, "wpa_psk") == 0 && in hostapd_ctrl_iface_dup_param()
4657 if (os_strcmp(buf, "GET_COOKIE") == 0) { in hostapd_global_ctrl_iface_receive()
4699 if (os_strcmp(buf, "PING") == 0) { in hostapd_global_ctrl_iface_receive()
4705 } else if (os_strcmp(buf, "FLUSH") == 0) { in hostapd_global_ctrl_iface_receive()
4713 } else if (os_strcmp(buf, "ATTACH") == 0) { in hostapd_global_ctrl_iface_receive()
4721 } else if (os_strcmp(buf, "DETACH") == 0) { in hostapd_global_ctrl_iface_receive()
4726 } else if (os_strcmp(buf, "MODULE_TESTS") == 0) { in hostapd_global_ctrl_iface_receive()
4753 } else if (os_strcmp(buf, "TERMINATE") == 0) { in hostapd_global_ctrl_iface_receive()