Lines Matching refs:os_strncmp
203 if (os_strncmp(fname, "sqlite:", 7) == 0) { in hostapd_config_read_eap_user()
354 if (os_strncmp(pos, "[ver=0]", 7) == 0) { in hostapd_config_read_eap_user()
359 if (os_strncmp(pos, "[ver=1]", 7) == 0) { in hostapd_config_read_eap_user()
364 if (os_strncmp(pos, "[2]", 3) == 0) { in hostapd_config_read_eap_user()
391 } else if (os_strncmp(pos, "hash:", 5) == 0) { in hostapd_config_read_eap_user()
444 if (os_strncmp(pos, "[2]", 3) == 0) { in hostapd_config_read_eap_user()
832 if (os_strncmp(pos, "data", 4) == 0 && in hostapd_config_tx_queue()
836 } else if (os_strncmp(pos, "after_beacon_", 13) == 0 || in hostapd_config_tx_queue()
837 os_strncmp(pos, "beacon_", 7) == 0) { in hostapd_config_tx_queue()
2415 } else if (os_strncmp(buf, "tx_queue_", 9) == 0) { in hostapd_config_fill()
2426 } else if (os_strncmp(buf, "wme_ac_", 7) == 0 || in hostapd_config_fill()
2427 os_strncmp(buf, "wmm_ac_", 7) == 0) { in hostapd_config_fill()