Lines Matching refs:os_strncmp
229 if (os_strncmp(fname, "sqlite:", 7) == 0) { in hostapd_config_read_eap_user()
265 if (user && os_strncmp(buf, "radius_accept_attr=", 19) == 0) { in hostapd_config_read_eap_user()
412 if (os_strncmp(pos, "[ver=0]", 7) == 0) { in hostapd_config_read_eap_user()
417 if (os_strncmp(pos, "[ver=1]", 7) == 0) { in hostapd_config_read_eap_user()
422 if (os_strncmp(pos, "[2]", 3) == 0) { in hostapd_config_read_eap_user()
449 } else if (os_strncmp(pos, "hash:", 5) == 0) { in hostapd_config_read_eap_user()
502 if (os_strncmp(pos, "[2]", 3) == 0) { in hostapd_config_read_eap_user()
929 if (os_strncmp(pos, "data", 4) == 0 && in hostapd_config_tx_queue()
933 } else if (os_strncmp(pos, "after_beacon_", 13) == 0 || in hostapd_config_tx_queue()
934 os_strncmp(pos, "beacon_", 7) == 0) { in hostapd_config_tx_queue()
2799 } else if (os_strncmp(buf, "tx_queue_", 9) == 0) { in hostapd_config_fill()
2810 } else if (os_strncmp(buf, "wme_ac_", 7) == 0 || in hostapd_config_fill()
2811 os_strncmp(buf, "wmm_ac_", 7) == 0) { in hostapd_config_fill()