Home | History | Annotate | Download | only in dbus

Lines Matching refs:os_strcmp

105 		if (os_strcmp(entry.key, "Timeout") == 0 &&
108 } else if (os_strcmp(entry.key, "RequestedDeviceTypes") == 0) {
128 } else if (os_strcmp(entry.key, "DiscoveryType") == 0 &&
130 if (os_strcmp(entry.str_value, "start_with_full") == 0)
132 else if (os_strcmp(entry.str_value, "social") == 0)
134 else if (os_strcmp(entry.str_value, "progressive") == 0)
138 } else if (os_strcmp(entry.key, "freq") == 0 &&
233 if (os_strcmp(entry.key, "period") == 0 &&
236 else if (os_strcmp(entry.key, "interval") == 0 &&
277 if (os_strcmp(entry.key, "duration1") == 0 &&
280 else if (os_strcmp(entry.key, "interval1") == 0 &&
283 else if (os_strcmp(entry.key, "duration2") == 0 &&
286 else if (os_strcmp(entry.key, "interval2") == 0 &&
331 if (os_strcmp(entry.key, "persistent") == 0 &&
334 } else if (os_strcmp(entry.key, "frequency") == 0 &&
339 } else if (os_strcmp(entry.key, "persistent_group_object") ==
364 os_strcmp(iface, wpa_s->parent->dbus_new_path) != 0) {
460 if (os_strcmp(entry.key, "peer") == 0 &&
465 } else if (os_strcmp(entry.key, "iface") == 0 &&
545 if (os_strcmp(entry.key, "peer") == 0 &&
548 } else if (os_strcmp(entry.key, "persistent") == 0 &&
551 } else if (os_strcmp(entry.key, "join") == 0 &&
554 } else if (os_strcmp(entry.key, "authorize_only") == 0 &&
557 } else if (os_strcmp(entry.key, "frequency") == 0 &&
562 } else if (os_strcmp(entry.key, "go_intent") == 0 &&
567 } else if (os_strcmp(entry.key, "wps_method") == 0 &&
569 if (os_strcmp(entry.str_value, "pbc") == 0)
571 else if (os_strcmp(entry.str_value, "pin") == 0)
573 else if (os_strcmp(entry.str_value, "display") == 0)
575 else if (os_strcmp(entry.str_value, "keypad") == 0)
579 } else if (os_strcmp(entry.key, "pin") == 0 &&
701 if (os_strcmp(entry.key, "peer") == 0 &&
705 } else if (os_strcmp(entry.key, "persistent_group_object") ==
736 os_strcmp(iface, wpa_s->parent->dbus_new_path) != 0) {
807 if (os_strcmp(config_method, "display") &&
808 os_strcmp(config_method, "keypad") &&
809 os_strcmp(config_method, "pbc") &&
810 os_strcmp(config_method, "pushbutton"))
991 if (os_strcmp(entry.key, "DeviceName") == 0) {
1007 } else if (os_strcmp(entry.key, "PrimaryDeviceType") == 0) {
1018 } else if (os_strcmp(entry.key, "SecondaryDeviceTypes") == 0) {
1035 } else if (os_strcmp(entry.key, "VendorExtension") == 0) {
1053 } else if (os_strcmp(entry.key, "GOIntent") == 0 &&
1057 else if (os_strcmp(entry.key, "PersistentReconnect") == 0 &&
1060 else if (os_strcmp(entry.key, "ListenRegClass") == 0 &&
1065 } else if (os_strcmp(entry.key, "ListenChannel") == 0 &&
1070 } else if (os_strcmp(entry.key, "OperRegClass") == 0 &&
1075 } else if (os_strcmp(entry.key, "OperChannel") == 0 &&
1080 } else if (os_strcmp(entry.key, "SsidPostfix") == 0) {
1095 } else if (os_strcmp(entry.key, "IntraBss") == 0 &&
1100 } else if (os_strcmp(entry.key, "IpAddrGo") == 0) {
1105 } else if (os_strcmp(entry.key, "IpAddrMask") == 0) {
1110 } else if (os_strcmp(entry.key, "IpAddrStart") == 0) {
1115 } else if (os_strcmp(entry.key, "IpAddrEnd") == 0) {
1120 } else if (os_strcmp(entry.key, "GroupIdle") == 0 &&
1123 else if (os_strcmp(entry.key, "disassoc_low_ack") == 0 &&
1126 else if (os_strcmp(entry.key, "NoGroupIface") == 0 &&
1129 else if (os_strcmp(entry.key, "p2p_search_delay") == 0 &&
2137 os_strcmp(iface, wpa_s->parent->dbus_new_path) != 0) {
2524 if (os_strcmp(entry.key, "WPSVendorExtensions") == 0) {
2580 if (os_strcmp(entry.key, "service_type") == 0 &&
2582 if (os_strcmp(entry.str_value, "upnp") == 0)
2584 else if (os_strcmp(entry.str_value, "bonjour") == 0)
2588 } else if (os_strcmp(entry.key, "version") == 0 &&
2591 } else if (os_strcmp(entry.key, "service") == 0 &&
2595 } else if (os_strcmp(entry.key, "query") == 0) {
2602 } else if (os_strcmp(entry.key, "response") == 0) {
2665 if (os_strcmp(entry.key, "service_type") == 0 &&
2667 if (os_strcmp(entry.str_value, "upnp") == 0)
2669 else if (os_strcmp(entry.str_value, "bonjour") == 0)
2680 if (os_strcmp(entry.key, "version") == 0 &&
2683 else if (os_strcmp(entry.key, "service") == 0 &&
2704 if (os_strcmp(entry.key, "query") == 0) {
2770 if (os_strcmp(entry.key, "peer_object") == 0 &&
2773 } else if (os_strcmp(entry.key, "service_type") == 0 &&
2775 if (os_strcmp(entry.str_value, "upnp") == 0)
2779 } else if (os_strcmp(entry.key, "version") == 0 &&
2782 } else if (os_strcmp(entry.key, "service") == 0 &&
2785 } else if (os_strcmp(entry.key, "tlv") == 0) {
2863 if (os_strcmp(entry.key, "peer_object") == 0 &&
2866 } else if (os_strcmp(entry.key, "frequency") == 0 &&
2869 } else if (os_strcmp(entry.key, "dialog_token") == 0 &&
2873 } else if (os_strcmp(entry.key, "tlvs") == 0) {