Home | History | Annotate | Download | only in hostapd

Lines Matching refs:os_strncmp

199 	if (os_strncmp(fname, "sqlite:", 7) == 0) {
350 if (os_strncmp(pos, "[ver=0]", 7) == 0) {
355 if (os_strncmp(pos, "[ver=1]", 7) == 0) {
360 if (os_strncmp(pos, "[2]", 3) == 0) {
387 } else if (os_strncmp(pos, "hash:", 5) == 0) {
440 if (os_strncmp(pos, "[2]", 3) == 0) {
828 if (os_strncmp(pos, "data", 4) == 0 &&
832 } else if (os_strncmp(pos, "after_beacon_", 13) == 0 ||
833 os_strncmp(pos, "beacon_", 7) == 0) {
2464 } else if (os_strncmp(buf, "tx_queue_", 9) == 0) {
2475 } else if (os_strncmp(buf, "wme_ac_", 7) == 0 ||
2476 os_strncmp(buf, "wmm_ac_", 7) == 0) {