/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 107 if (os_strncmp(pos, "bssid ", 6) == 0) { 128 } else if (os_strncmp(pos, "ssid ", 5) == 0) { 678 } 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 | 187 } else if (os_strncmp(buf, "LEVEL ", 6) == 0) { 256 if (os_strncmp(pbuf, "DIR=", 4) == 0) { 346 if (os_strncmp(buf, "DIR=", 4) == 0) { 600 if (os_strncmp(buf, "DIR=", 4) == 0) { 864 if (os_strncmp(ctrl, "@android:", 9) == 0) { 876 if (os_strncmp(ctrl, "@abstract:", 10) != 0) { 904 if (os_strncmp(ctrl, "@abstract:", 10) == 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) {
|
ctrl_iface_udp.c | 261 if (os_strncmp(buf, "COOKIE=", 7) != 0) { 295 } else if (os_strncmp(pos, "LEVEL ", 6) == 0) { 579 if (os_strncmp(buf, "COOKIE=", 7) != 0) {
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 1390 } else if (os_strncmp(buf, "RELOG", 5) == 0) { 1427 } else if (os_strncmp(buf, "MIB ", 4) == 0) { 1433 } else if (os_strncmp(buf, "STA ", 4) == 0) { 1436 } else if (os_strncmp(buf, "STA-NEXT ", 9) == 0) { 1445 } else if (os_strncmp(buf, "LEVEL ", 6) == 0) { 1449 } else if (os_strncmp(buf, "NEW_STA ", 8) == 0) { 1452 } else if (os_strncmp(buf, "DEAUTHENTICATE ", 15) == 0) { 1455 } else if (os_strncmp(buf, "DISASSOCIATE ", 13) == 0) { 1460 } else if (os_strncmp(buf, "SA_QUERY ", 9) == 0) [all...] |
config_file.c | 224 if (os_strncmp(fname, "sqlite:", 7) == 0) { 254 if (user && os_strncmp(buf, "radius_accept_attr=", 19) == 0) { 401 if (os_strncmp(pos, "[ver=0]", 7) == 0) { 406 if (os_strncmp(pos, "[ver=1]", 7) == 0) { 411 if (os_strncmp(pos, "[2]", 3) == 0) { 438 } else if (os_strncmp(pos, "hash:", 5) == 0) { 491 if (os_strncmp(pos, "[2]", 3) == 0) { 878 if (os_strncmp(pos, "data", 4) == 0 && 882 } else if (os_strncmp(pos, "after_beacon_", 13) == 0 || 883 os_strncmp(pos, "beacon_", 7) == 0) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.c | 31 if (os_strncmp(dsc->dbus_interface, interface, 145 return !os_strncmp(registered_sig, sig, MAX_SIG_LEN); 256 if (!os_strncmp(property_dsc->dbus_property, property, 258 !os_strncmp(property_dsc->dbus_interface, interface, 272 if (os_strncmp(WPA_DBUS_PROPERTIES_GET, method, 291 if (!os_strncmp(WPA_DBUS_PROPERTIES_GET, method, 293 !os_strncmp(WPA_DBUS_PROPERTIES_SET, method, 295 !os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method, 307 if (!os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method, 334 if (!os_strncmp(method_dsc->dbus_method, method [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) 110 else if (os_strncmp(pos + 9, "WEP", 3) == 0) 113 else if (os_strncmp(pos + 9, "TKIP", 4) == 0) 115 else if (os_strncmp(pos + 9, "CCMP", 4) == 0) 204 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) {
|
eap_mschapv2.c | 413 if (pos && os_strncmp(pos, "E=", 2) == 0) { 423 if (pos && os_strncmp(pos, "R=", 2) == 0) { 433 if (pos && os_strncmp(pos, "C=", 2) == 0) { 461 if (pos && os_strncmp(pos, "V=", 2) == 0) { 471 if (pos && os_strncmp(pos, "M=", 2) == 0) {
|
/external/wpa_supplicant_8/src/utils/ |
os_none.c | 181 return os_strncmp(s1, s2, n); 203 int os_strncmp(const char *s1, const char *s2, size_t n) function
|
browser-system.c | 43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
|
ext_password_test.c | 58 if (os_strncmp(pos, name, nlen) == 0 && pos[nlen] == '=') {
|
browser-android.c | 43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
|
browser-wpadebug.c | 43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
|
os_internal.c | 363 return os_strncmp(s1, s2, n); 406 int os_strncmp(const char *s1, const char *s2, size_t n) function 484 if (os_strncmp(haystack, needle, len) == 0)
|
os.h | 428 * os_strncmp - Compare two strings 436 int os_strncmp(const char *s1, const char *s2, size_t n); 531 #ifndef os_strncmp 532 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
|
/external/wpa_supplicant_8/src/wps/ |
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)
|
wps_er_ssdp.c | 49 if (os_strncmp(buf, "HTTP/1.1 200 OK", 15) != 0) 53 if (os_strncmp(buf, "NOTIFY ", 7) != 0)
|
/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.c | 430 if (os_strncmp(pos, "be_", 3) == 0) { 433 } else if (os_strncmp(pos, "bk_", 3) == 0) { 436 } else if (os_strncmp(pos, "vi_", 3) == 0) { 439 } else if (os_strncmp(pos, "vo_", 3) == 0) {
|
wpa_ctrl.c | 142 if (os_strncmp(ctrl_path, "@android:", 9) == 0) { 178 if (os_strncmp(ctrl_path, "@abstract:", 10) == 0) {
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_privsep.c | 114 os_strncmp(from.sun_path, l2->priv_addr.sun_path,
|
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 274 return os_strncmp(str, start, os_strlen(start)) == 0; 571 if (os_strncmp(buf, "bss=", 4) == 0) [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 239 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 244 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { 268 if (os_strncmp(spos, " RespIEs=", 9) == 0) { 290 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) { 913 if (os_strncmp(drv->ifname, "wlan", 4) == 0) { [all...] |