Lines Matching refs:os_strcmp
459 if (os_strcmp(txt, "disable") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
464 if (os_strcmp(txt, "random") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
473 if (os_strcmp(txt, "get") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
480 if (os_strcmp(txt, "set") == 0) { in hostapd_ctrl_iface_wps_ap_pin()
745 if (os_strcmp(cmd, "version") == 0) { in hostapd_ctrl_iface_get()
776 if (os_strcmp(buf, "PING") == 0) in hostapd_ctrl_iface_receive()
790 if (os_strcmp(buf, "PING") == 0) { in hostapd_ctrl_iface_receive()
796 } else if (os_strcmp(buf, "MIB") == 0) { in hostapd_ctrl_iface_receive()
825 } else if (os_strcmp(buf, "STA-FIRST") == 0) { in hostapd_ctrl_iface_receive()
834 } else if (os_strcmp(buf, "ATTACH") == 0) { in hostapd_ctrl_iface_receive()
837 } else if (os_strcmp(buf, "DETACH") == 0) { in hostapd_ctrl_iface_receive()
867 } else if (os_strcmp(buf, "WPS_PBC") == 0) { in hostapd_ctrl_iface_receive()
882 } else if (os_strcmp(buf, "GET_CONFIG") == 0) { in hostapd_ctrl_iface_receive()