Lines Matching refs:os_strncmp
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()
767 if (os_strncmp(pos, "data", 4) == 0 && in hostapd_config_tx_queue()
771 } else if (os_strncmp(pos, "after_beacon_", 13) == 0 || in hostapd_config_tx_queue()
772 os_strncmp(pos, "beacon_", 7) == 0) { in hostapd_config_tx_queue()
829 if (os_strncmp(pos, "be_", 3) == 0) { in hostapd_config_wmm_ac()
832 } else if (os_strncmp(pos, "bk_", 3) == 0) { in hostapd_config_wmm_ac()
835 } else if (os_strncmp(pos, "vi_", 3) == 0) { in hostapd_config_wmm_ac()
838 } else if (os_strncmp(pos, "vo_", 3) == 0) { in hostapd_config_wmm_ac()
1843 } else if (os_strncmp(buf, "tx_queue_", 9) == 0) { in hostapd_config_read()
1854 } else if (os_strncmp(buf, "wme_ac_", 7) == 0 || in hostapd_config_read()
1855 os_strncmp(buf, "wmm_ac_", 7) == 0) { in hostapd_config_read()