HomeSort by relevance Sort by last modified time
    Searched refs:os_strncmp (Results 1 - 25 of 47) sorted by null

1 2

  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 196 if (os_strncmp(pos, "bssid ", 6) == 0) {
217 } else if (os_strncmp(pos, "ssid ", 5) == 0) {
662 } else if (os_strncmp(cmd, "p2p_dev_addr=", 13) == 0) {
    [all...]
autoscan.c 70 if (os_strncmp(name, autoscan_modules[i]->name, nlen) == 0) {
bgscan.c 56 if (os_strncmp(name, bgscan_modules[i]->name, nlen) == 0) {
ctrl_iface_unix.c 173 } else if (os_strncmp(buf, "LEVEL ", 6) == 0) {
214 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
314 if (os_strncmp(buf, "DIR=", 4) == 0) {
523 if (os_strncmp(buf, "DIR=", 4) == 0) {
750 if (os_strncmp(ctrl, "@android:", 9) == 0) {
762 if (os_strncmp(ctrl, "@abstract:", 10) != 0) {
790 if (os_strncmp(ctrl, "@abstract:", 10) == 0) {
ctrl_iface_udp.c 195 if (os_strncmp(buf, "COOKIE=", 7) != 0) {
229 } else if (os_strncmp(pos, "LEVEL ", 6) == 0) {
484 if (os_strncmp(buf, "COOKIE=", 7) != 0) {
bgscan_learn.c 118 os_strncmp(buf, "wpa_supplicant-bgscan-learn\n", 28) != 0) {
126 if (os_strncmp(buf, "BSS ", 4) == 0) {
141 if (os_strncmp(buf, "NEIGHBOR ", 9) == 0) {
  /external/wpa_supplicant_8/src/utils/
os_none.c 175 return os_strncmp(s1, s2, n);
197 int os_strncmp(const char *s1, const char *s2, size_t n) function
ext_password_test.c 58 if (os_strncmp(pos, name, nlen) == 0 && pos[nlen] == '=') {
os.h 353 * os_strncmp - Compare two strings
361 int os_strncmp(const char *s1, const char *s2, size_t n);
465 #ifndef os_strncmp
466 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 352 return os_strncmp(s1, s2, n);
395 int os_strncmp(const char *s1, const char *s2, size_t n) function
459 if (os_strncmp(haystack, needle, len) == 0)
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 31 if (os_strncmp(dsc->dbus_interface, interface,
142 return !os_strncmp(registered_sig, sig, MAX_SIG_LEN);
253 if (!os_strncmp(property_dsc->dbus_property, property,
255 !os_strncmp(property_dsc->dbus_interface, interface,
269 if (os_strncmp(WPA_DBUS_PROPERTIES_GET, method,
288 if (!os_strncmp(WPA_DBUS_PROPERTIES_GET, method,
290 !os_strncmp(WPA_DBUS_PROPERTIES_SET, method,
292 !os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method,
304 if (!os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method,
331 if (!os_strncmp(method_dsc->dbus_method, method
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 989 } else if (os_strncmp(buf, "RELOG", 5) == 0) {
1024 } else if (os_strncmp(buf, "STA ", 4) == 0) {
1027 } else if (os_strncmp(buf, "STA-NEXT ", 9) == 0) {
1036 } else if (os_strncmp(buf, "LEVEL ", 6) == 0) {
1040 } else if (os_strncmp(buf, "NEW_STA ", 8) == 0) {
1043 } else if (os_strncmp(buf, "DEAUTHENTICATE ", 15) == 0) {
1046 } else if (os_strncmp(buf, "DISASSOCIATE ", 13) == 0) {
1051 } else if (os_strncmp(buf, "SA_QUERY ", 9) == 0) {
1057 } else if (os_strncmp(buf, "WPS_PIN ", 8) == 0) {
1060 } else if (os_strncmp(buf, "WPS_CHECK_PIN ", 14) == 0)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 91 if (os_strncmp(pos + 9, "OPEN", 4) == 0)
93 else if (os_strncmp(pos + 9, "WPAPSK", 6) == 0)
95 else if (os_strncmp(pos + 9, "WPA2PSK", 7) == 0)
107 if (os_strncmp(pos + 9, "NONE", 4) == 0)
109 else if (os_strncmp(pos + 9, "WEP", 3) == 0)
111 else if (os_strncmp(pos + 9, "TKIP", 4) == 0)
113 else if (os_strncmp(pos + 9, "CCMP", 4) == 0)
201 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) {
eap_mschapv2.c 408 if (pos && os_strncmp(pos, "E=", 2) == 0) {
418 if (pos && os_strncmp(pos, "R=", 2) == 0) {
428 if (pos && os_strncmp(pos, "C=", 2) == 0) {
456 if (pos && os_strncmp(pos, "V=", 2) == 0) {
466 if (pos && os_strncmp(pos, "M=", 2) == 0) {
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 49 if (os_strncmp(buf, "HTTP/1.1 200 OK", 15) != 0)
53 if (os_strncmp(buf, "NOTIFY ", 7) != 0)
http_client.c 254 if (os_strncmp(url, "http://", 7) != 0)
335 if (os_strncmp(url, "http://", 7) == 0)
338 if (os_strncmp(base, "http://", 7) != 0)
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 429 if (os_strncmp(pos, "be_", 3) == 0) {
432 } else if (os_strncmp(pos, "bk_", 3) == 0) {
435 } else if (os_strncmp(pos, "vi_", 3) == 0) {
438 } else if (os_strncmp(pos, "vo_", 3) == 0) {
wpa_ctrl.c 133 if (os_strncmp(ctrl_path, "@android:", 9) == 0) {
169 if (os_strncmp(ctrl_path, "@abstract:", 10) == 0) {
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 128 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
133 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
157 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
181 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
190 } else if (os_strncmp(custom, "STOP", 4) == 0) {
192 } else if (os_strncmp(custom, "START", 5) == 0) {
194 } else if (os_strncmp(custom, "HANG", 4) == 0) {
768 if (os_strncmp(drv->ifname, "wlan", 4) == 0) {
1040 if (clen > 7 && os_strncmp(custom, "wpa_ie=", 7) == 0) {
1056 } else if (clen > 7 && os_strncmp(custom, "rsn_ie=", 7) == 0)
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 273 return os_strncmp(str, start, os_strlen(start)) == 0;
603 if (os_strncmp(buf, "bss=", 4) == 0)
    [all...]
vlan_init.c 420 os_strncmp(if_request.u.device2, if_name,
503 if (os_strncmp(j->iface, ifname, sizeof(j->iface)) == 0 &&
504 os_strncmp(j->parent, parent, sizeof(j->parent)) == 0)
556 if (os_strncmp(j->iface, ifname, sizeof(j->iface)) == 0 &&
557 os_strncmp(j->parent, parent, sizeof(j->parent)) == 0)
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1107 if (os_strncmp(pos, "EMAIL:", 6) == 0) {
1110 } else if (os_strncmp(pos, "DNS:", 4) == 0) {
1113 } else if (os_strncmp(pos, "URI:", 4) == 0) {
1123 if (os_strncmp(end + 1, "EMAIL:", 6) == 0 ||
1124 os_strncmp(end + 1, "DNS:", 4) == 0 ||
1125 os_strncmp(end + 1, "URI:", 4) == 0)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
272 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
294 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
303 } else if (os_strncmp(custom, "STOP", 4) == 0) {
305 } else if (os_strncmp(custom, "START", 5) == 0) {
307 } else if (os_strncmp(custom, "HANG", 4) == 0) {
931 if (os_strncmp(drv->ifname, "wlan", 4) == 0) {
    [all...]
driver_ndis.c     [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_privsep.c 114 os_strncmp(from.sun_path, l2->priv_addr.sun_path,

Completed in 720 milliseconds

1 2