Lines Matching refs:strcasecmp
5569 if (!strcasecmp(band_str, "a")) { in bandstr_to_macband()
5571 } else if (!strcasecmp(band_str, "b")) { in bandstr_to_macband()
5573 } else if (!strcasecmp(band_str, "6g")) { in bandstr_to_macband()
5575 } else if (!strcasecmp(band_str, "60")) { in bandstr_to_macband()
5582 if (!strcasecmp(band_str, "a")) { in bandstr_to_band()
5584 } else if (!strcasecmp(band_str, "b")) { in bandstr_to_band()
5586 } else if (!strcasecmp(band_str, "all")) { in bandstr_to_band()
5673 if (!strcasecmp(band_str, "2g")) { in bandstr_to_wlan_mac_band()
5675 } else if (!strcasecmp(band_str, "5g")) { in bandstr_to_wlan_mac_band()
5677 } else if (!strcasecmp(band_str, "6g")) { in bandstr_to_wlan_mac_band()
5685 if (!strcasecmp(iface_str, "sta")) { in ifacestr_to_wifi_interface_mode()
5687 } else if (!strcasecmp(iface_str, "softap")) { in ifacestr_to_wifi_interface_mode()
5689 } else if (!strcasecmp(iface_str, "ibss")) { in ifacestr_to_wifi_interface_mode()
5691 } else if (!strcasecmp(iface_str, "p2p_cli")) { in ifacestr_to_wifi_interface_mode()
5693 } else if (!strcasecmp(iface_str, "p2p_go")) { in ifacestr_to_wifi_interface_mode()
5695 } else if (!strcasecmp(iface_str, "nan")) { in ifacestr_to_wifi_interface_mode()
5697 } else if (!strcasecmp(iface_str, "mesh")) { in ifacestr_to_wifi_interface_mode()
5699 } else if (!strcasecmp(iface_str, "tdls")) { in ifacestr_to_wifi_interface_mode()