Lines Matching refs:os_strcmp

274 	if (os_strcmp(cmd, "WPS") == 0)  in hostapd_ctrl_iface_wps_nfc_config_token()
276 else if (os_strcmp(cmd, "NDEF") == 0) in hostapd_ctrl_iface_wps_nfc_config_token()
322 if (os_strcmp(cmd, "WPS") == 0) in hostapd_ctrl_iface_wps_nfc_token()
326 if (os_strcmp(cmd, "NDEF") == 0) in hostapd_ctrl_iface_wps_nfc_token()
330 if (os_strcmp(cmd, "enable") == 0) in hostapd_ctrl_iface_wps_nfc_token()
333 if (os_strcmp(cmd, "disable") == 0) { in hostapd_ctrl_iface_wps_nfc_token()
356 if (os_strcmp(cmd, "WPS") == 0) in hostapd_ctrl_iface_nfc_get_handover_sel()
358 else if (os_strcmp(cmd, "NDEF") == 0) in hostapd_ctrl_iface_nfc_get_handover_sel()
363 if (os_strcmp(pos, "WPS-CR") == 0) in hostapd_ctrl_iface_nfc_get_handover_sel()
437 if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "WPS") == 0) { in hostapd_ctrl_iface_nfc_report_handover()
464 if (os_strcmp(txt, "disable") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
469 if (os_strcmp(txt, "random") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
478 if (os_strcmp(txt, "get") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
485 if (os_strcmp(txt, "set") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
1325 } else if (os_strcmp(cmd, "wpa_passphrase") == 0 || in hostapd_ctrl_iface_set()
1326 os_strcmp(cmd, "sae_password") == 0 || in hostapd_ctrl_iface_set()
1327 os_strcmp(cmd, "sae_pwe") == 0) { in hostapd_ctrl_iface_set()
1336 if (os_strcmp(cmd, "ft_rsnxe_used") == 0) in hostapd_ctrl_iface_set()
1339 else if (os_strcmp(cmd, "oci_freq_override_eapol_m3") == 0) in hostapd_ctrl_iface_set()
1343 else if (os_strcmp(cmd, "oci_freq_override_eapol_g1") == 0) in hostapd_ctrl_iface_set()
1347 else if (os_strcmp(cmd, "oci_freq_override_ft_assoc") == 0) in hostapd_ctrl_iface_set()
1351 else if (os_strcmp(cmd, "oci_freq_override_fils_assoc") == 0) in hostapd_ctrl_iface_set()
1369 if (os_strcmp(cmd, "version") == 0) { in hostapd_ctrl_iface_get()
1374 } else if (os_strcmp(cmd, "tls_library") == 0) { in hostapd_ctrl_iface_get()
1572 if (os_strcmp(cmd, "DETECTED") == 0) in hostapd_ctrl_iface_radar()
1574 else if (os_strcmp(cmd, "CAC-FINISHED") == 0) in hostapd_ctrl_iface_radar()
1576 else if (os_strcmp(cmd, "CAC-ABORTED") == 0) in hostapd_ctrl_iface_radar()
1578 else if (os_strcmp(cmd, "NOP-FINISHED") == 0) in hostapd_ctrl_iface_radar()
3009 if (os_strcmp(param, "radius_server") == 0) { in hostapd_ctrl_iface_mib()
3558 if (os_strcmp(field, "dpp") == 0) { in hostapd_ctrl_iface_get_capability()
3746 if (os_strcmp(token, "solicited=0") == 0) { in hostapd_ctrl_nan_publish()
3751 if (os_strcmp(token, "unsolicited=0") == 0) { in hostapd_ctrl_nan_publish()
3756 if (os_strcmp(token, "fsd=0") == 0) { in hostapd_ctrl_nan_publish()
3859 if (os_strcmp(token, "active=1") == 0) { in hostapd_ctrl_nan_subscribe()
4005 if (os_strcmp(buf, "PING") == 0) { in hostapd_ctrl_iface_receive_process()
4011 } else if (os_strcmp(buf, "CLOSE_LOG") == 0) { in hostapd_ctrl_iface_receive_process()
4015 } else if (os_strcmp(buf, "STATUS") == 0) { in hostapd_ctrl_iface_receive_process()
4018 } else if (os_strcmp(buf, "STATUS-DRIVER") == 0) { in hostapd_ctrl_iface_receive_process()
4020 } else if (os_strcmp(buf, "MIB") == 0) { in hostapd_ctrl_iface_receive_process()
4052 } else if (os_strcmp(buf, "STA-FIRST") == 0) { in hostapd_ctrl_iface_receive_process()
4063 } else if (os_strcmp(buf, "ATTACH") == 0) { in hostapd_ctrl_iface_receive_process()
4069 } else if (os_strcmp(buf, "DETACH") == 0) { in hostapd_ctrl_iface_receive_process()
4094 } else if (os_strcmp(buf, "STOP_AP") == 0) { in hostapd_ctrl_iface_receive_process()
4109 } else if (os_strcmp(buf, "WPS_PBC") == 0) { in hostapd_ctrl_iface_receive_process()
4112 } else if (os_strcmp(buf, "WPS_CANCEL") == 0) { in hostapd_ctrl_iface_receive_process()
4172 } else if (os_strcmp(buf, "GET_CONFIG") == 0) { in hostapd_ctrl_iface_receive_process()
4181 } else if (os_strcmp(buf, "ENABLE") == 0) { in hostapd_ctrl_iface_receive_process()
4184 } else if (os_strcmp(buf, "RELOAD_WPA_PSK") == 0) { in hostapd_ctrl_iface_receive_process()
4188 } else if (os_strcmp(buf, "GET_RXKHS") == 0) { in hostapd_ctrl_iface_receive_process()
4191 } else if (os_strcmp(buf, "RELOAD_RXKHS") == 0) { in hostapd_ctrl_iface_receive_process()
4195 } else if (os_strcmp(buf, "RELOAD_BSS") == 0) { in hostapd_ctrl_iface_receive_process()
4198 } else if (os_strcmp(buf, "RELOAD_CONFIG") == 0) { in hostapd_ctrl_iface_receive_process()
4201 } else if (os_strcmp(buf, "RELOAD") == 0) { in hostapd_ctrl_iface_receive_process()
4204 } else if (os_strcmp(buf, "DISABLE") == 0) { in hostapd_ctrl_iface_receive_process()
4207 } else if (os_strcmp(buf, "UPDATE_BEACON") == 0) { in hostapd_ctrl_iface_receive_process()
4242 } else if (os_strcmp(buf, "GET_ALLOC_FAIL") == 0) { in hostapd_ctrl_iface_receive_process()
4247 } else if (os_strcmp(buf, "GET_FAIL") == 0) { in hostapd_ctrl_iface_receive_process()
4267 } else if (os_strcmp(buf, "REKEY_GTK") == 0) { in hostapd_ctrl_iface_receive_process()
4291 } else if (os_strcmp(buf, "ERP_FLUSH") == 0) { in hostapd_ctrl_iface_receive_process()
4306 } else if (os_strcmp(buf, "TRACK_STA_LIST") == 0) { in hostapd_ctrl_iface_receive_process()
4310 } else if (os_strcmp(buf, "PMKSA") == 0) { in hostapd_ctrl_iface_receive_process()
4313 } else if (os_strcmp(buf, "PMKSA_FLUSH") == 0) { in hostapd_ctrl_iface_receive_process()
4321 } else if (os_strcmp(buf, "SHOW_NEIGHBOR") == 0) { in hostapd_ctrl_iface_receive_process()
4339 } else if (os_strcmp(buf, "DRIVER_FLAGS") == 0) { in hostapd_ctrl_iface_receive_process()
4342 } else if (os_strcmp(buf, "DRIVER_FLAGS2") == 0) { in hostapd_ctrl_iface_receive_process()
4345 } else if (os_strcmp(buf, "TERMINATE") == 0) { in hostapd_ctrl_iface_receive_process()
4361 } else if (os_strcmp(buf + 11, "SHOW") == 0) { in hostapd_ctrl_iface_receive_process()
4365 } else if (os_strcmp(buf + 11, "CLEAR") == 0) { in hostapd_ctrl_iface_receive_process()
4389 } else if (os_strcmp(buf + 9, "SHOW") == 0) { in hostapd_ctrl_iface_receive_process()
4393 } else if (os_strcmp(buf + 9, "CLEAR") == 0) { in hostapd_ctrl_iface_receive_process()
4479 } else if (os_strcmp(buf, "DPP_STOP_LISTEN") == 0) { in hostapd_ctrl_iface_receive_process()
4524 } else if (os_strcmp(buf, "DPP_CONTROLLER_START") == 0) { in hostapd_ctrl_iface_receive_process()
4527 } else if (os_strcmp(buf, "DPP_CONTROLLER_STOP") == 0) { in hostapd_ctrl_iface_receive_process()
4532 } else if (os_strcmp(buf, "DPP_STOP_CHIRP") == 0) { in hostapd_ctrl_iface_receive_process()
4541 } else if (os_strcmp(buf, "DPP_PUSH_BUTTON") == 0) { in hostapd_ctrl_iface_receive_process()
4578 } else if (os_strcmp(buf, "PTKSA_CACHE_LIST") == 0) { in hostapd_ctrl_iface_receive_process()
4587 } else if (os_strcmp(buf, "ENABLE_MLD") == 0) { in hostapd_ctrl_iface_receive_process()
4590 } else if (os_strcmp(buf, "DISABLE_MLD") == 0) { in hostapd_ctrl_iface_receive_process()
4651 if (os_strcmp(buf, "GET_COOKIE") == 0) { in hostapd_ctrl_iface_receive()
4681 if (os_strcmp(pos, "PING") == 0) in hostapd_ctrl_iface_receive()
5186 if (os_strcmp(ifname, hapd->conf->iface) == 0) in hostapd_interfaces_get_hapd()
5210 if (os_strcmp(param, "wpa") == 0) { in hostapd_ctrl_iface_dup_param()
5213 } else if (os_strcmp(param, "wpa_key_mgmt") == 0 && in hostapd_ctrl_iface_dup_param()
5219 } else if (os_strcmp(param, "wpa_pairwise") == 0 && in hostapd_ctrl_iface_dup_param()
5226 } else if (os_strcmp(param, "rsn_pairwise") == 0 && in hostapd_ctrl_iface_dup_param()
5233 } else if (os_strcmp(param, "wpa_passphrase") == 0 && in hostapd_ctrl_iface_dup_param()
5237 } else if (os_strcmp(param, "wpa_psk") == 0 && in hostapd_ctrl_iface_dup_param()
5411 if (os_strcmp(buf, "GET_COOKIE") == 0) { in hostapd_global_ctrl_iface_receive()
5453 if (os_strcmp(buf, "PING") == 0) { in hostapd_global_ctrl_iface_receive()
5459 } else if (os_strcmp(buf, "FLUSH") == 0) { in hostapd_global_ctrl_iface_receive()
5467 } else if (os_strcmp(buf, "ATTACH") == 0) { in hostapd_global_ctrl_iface_receive()
5475 } else if (os_strcmp(buf, "DETACH") == 0) { in hostapd_global_ctrl_iface_receive()
5480 } else if (os_strcmp(buf, "MODULE_TESTS") == 0) { in hostapd_global_ctrl_iface_receive()
5507 } else if (os_strcmp(buf, "TERMINATE") == 0) { in hostapd_global_ctrl_iface_receive()