Lines Matching refs:strcasecmp
5658 if (!strcasecmp(band_str, "a")) { in bandstr_to_macband()
5660 } else if (!strcasecmp(band_str, "b")) { in bandstr_to_macband()
5662 } else if (!strcasecmp(band_str, "6g")) { in bandstr_to_macband()
5664 } else if (!strcasecmp(band_str, "60")) { in bandstr_to_macband()
5671 if (!strcasecmp(band_str, "a")) { in bandstr_to_band()
5673 } else if (!strcasecmp(band_str, "b")) { in bandstr_to_band()
5675 } else if (!strcasecmp(band_str, "all")) { in bandstr_to_band()
5762 if (!strcasecmp(band_str, "2g")) { in bandstr_to_wlan_mac_band()
5764 } else if (!strcasecmp(band_str, "5g")) { in bandstr_to_wlan_mac_band()
5766 } else if (!strcasecmp(band_str, "6g")) { in bandstr_to_wlan_mac_band()
5774 if (!strcasecmp(iface_str, "sta")) { in ifacestr_to_wifi_interface_mode()
5776 } else if (!strcasecmp(iface_str, "softap")) { in ifacestr_to_wifi_interface_mode()
5778 } else if (!strcasecmp(iface_str, "ibss")) { in ifacestr_to_wifi_interface_mode()
5780 } else if (!strcasecmp(iface_str, "p2p_cli")) { in ifacestr_to_wifi_interface_mode()
5782 } else if (!strcasecmp(iface_str, "p2p_go")) { in ifacestr_to_wifi_interface_mode()
5784 } else if (!strcasecmp(iface_str, "nan")) { in ifacestr_to_wifi_interface_mode()
5786 } else if (!strcasecmp(iface_str, "mesh")) { in ifacestr_to_wifi_interface_mode()
5788 } else if (!strcasecmp(iface_str, "tdls")) { in ifacestr_to_wifi_interface_mode()