Lines Matching refs:strnicmp

694 	if (strnicmp(band, "band=auto", strlen("band=auto")) == 0) {  in wl_ext_channel()
698 else if (strnicmp(band, "band=6g", strlen("band=6g")) == 0) { in wl_ext_channel()
702 else if (strnicmp(band, "band=5g", strlen("band=5g")) == 0) { in wl_ext_channel()
705 else if (strnicmp(band, "band=2g", strlen("band=2g")) == 0) { in wl_ext_channel()
2595 (strnicmp(rev_info_delim, "/", strlen("/")) == 0) && (rev_info_delim + 1)) { in wl_ext_get_country()
2825 if (strnicmp(command, CMD_CHANNELS, strlen(CMD_CHANNELS)) == 0) { in wl_android_ext_priv_cmd()
2828 else if (strnicmp(command, CMD_CHANNEL, strlen(CMD_CHANNEL)) == 0) { in wl_android_ext_priv_cmd()
2831 else if (strnicmp(command, CMD_ROAM_TRIGGER, strlen(CMD_ROAM_TRIGGER)) == 0) { in wl_android_ext_priv_cmd()
2834 else if (strnicmp(command, CMD_PM, strlen(CMD_PM)) == 0) { in wl_android_ext_priv_cmd()
2837 else if (strnicmp(command, CMD_MONITOR, strlen(CMD_MONITOR)) == 0) { in wl_android_ext_priv_cmd()
2841 else if (strnicmp(command, CMD_BTC_WAR, strlen(CMD_BTC_WAR)) == 0) { in wl_android_ext_priv_cmd()
2845 …else if (strnicmp(command, CMD_SET_SUSPEND_BCN_LI_DTIM, strlen(CMD_SET_SUSPEND_BCN_LI_DTIM)) == 0)… in wl_android_ext_priv_cmd()
2851 else if (strnicmp(command, CMD_IAPSTA_INIT, strlen(CMD_IAPSTA_INIT)) == 0 || in wl_android_ext_priv_cmd()
2852 strnicmp(command, CMD_ISAM_INIT, strlen(CMD_ISAM_INIT)) == 0) { in wl_android_ext_priv_cmd()
2855 else if (strnicmp(command, CMD_IAPSTA_CONFIG, strlen(CMD_IAPSTA_CONFIG)) == 0 || in wl_android_ext_priv_cmd()
2856 strnicmp(command, CMD_ISAM_CONFIG, strlen(CMD_ISAM_CONFIG)) == 0) { in wl_android_ext_priv_cmd()
2859 else if (strnicmp(command, CMD_IAPSTA_ENABLE, strlen(CMD_IAPSTA_ENABLE)) == 0 || in wl_android_ext_priv_cmd()
2860 strnicmp(command, CMD_ISAM_ENABLE, strlen(CMD_ISAM_ENABLE)) == 0) { in wl_android_ext_priv_cmd()
2863 else if (strnicmp(command, CMD_IAPSTA_DISABLE, strlen(CMD_IAPSTA_DISABLE)) == 0 || in wl_android_ext_priv_cmd()
2864 strnicmp(command, CMD_ISAM_DISABLE, strlen(CMD_ISAM_DISABLE)) == 0) { in wl_android_ext_priv_cmd()
2867 else if (strnicmp(command, CMD_ISAM_STATUS, strlen(CMD_ISAM_STATUS)) == 0) { in wl_android_ext_priv_cmd()
2870 else if (strnicmp(command, CMD_ISAM_PARAM, strlen(CMD_ISAM_PARAM)) == 0) { in wl_android_ext_priv_cmd()
2874 else if (strnicmp(command, CMD_ISAM_PEER_PATH, strlen(CMD_ISAM_PEER_PATH)) == 0) { in wl_android_ext_priv_cmd()
2880 else if (strnicmp(command, CMD_AUTOCHANNEL, strlen(CMD_AUTOCHANNEL)) == 0) { in wl_android_ext_priv_cmd()
2885 else if (strnicmp(command, CMD_AUTOCHANNEL, strlen(CMD_AUTOCHANNEL)) == 0) { in wl_android_ext_priv_cmd()
2889 else if (strnicmp(command, CMD_WLMSGLEVEL, strlen(CMD_WLMSGLEVEL)) == 0) { in wl_android_ext_priv_cmd()
2893 else if (strnicmp(command, CMD_EASYMESH, strlen(CMD_EASYMESH)) == 0) { in wl_android_ext_priv_cmd()
2899 else if (strnicmp(command, CMD_DUMP_PKT_STATICS, strlen(CMD_DUMP_PKT_STATICS)) == 0) { in wl_android_ext_priv_cmd()
2903 else if (strnicmp(command, CMD_CLEAR_PKT_STATICS, strlen(CMD_CLEAR_PKT_STATICS)) == 0) { in wl_android_ext_priv_cmd()
2908 else if (strnicmp(command, CMD_WL, strlen(CMD_WL)) == 0) { in wl_android_ext_priv_cmd()
2911 else if (strnicmp(command, CMD_CONF, strlen(CMD_CONF)) == 0) { in wl_android_ext_priv_cmd()