Lines Matching refs:strlen
1186 wfds_hash = (wl_p2p_wfds_hash_t *)(command + strlen(CMD_ADD_WFDS_HASH) + 1); in wl_android_set_wfds_hash()
1191 wfds_hash = (wl_p2p_wfds_hash_t *)(command + strlen(CMD_DEL_WFDS_HASH) + 1); in wl_android_set_wfds_hash()
1302 if ((total_len - bytes_written) < (strlen(" rssi -XXX") + 1)) in wl_android_get_rssi()
1319 suspend_flag = *(command + strlen(CMD_SETSUSPENDOPT) + 1) - '0'; in wl_android_set_suspendopt()
1345 suspend_flag = *(command + strlen(CMD_SETSUSPENDMODE) + 1) - '0'; in wl_android_set_suspendmode()
1519 command = (command + strlen(CMD_SET_CSA)); in wl_android_set_csa()
1589 dtim = *(command + strlen(CMD_SETDTIM_IN_SUSPEND) + 1) - '0'; in wl_android_set_bcn_li_dtim()
1613 dtim_flag = *(command + strlen(CMD_MAXDTIM_IN_SUSPEND) + 1) - '0'; in wl_android_set_max_dtim()
1632 dtim_flag = *(command + strlen(CMD_DISDTIM_IN_SUSPEND) + 1) - '0'; in wl_android_set_disable_dtim_in_suspend()
1668 uint band = *(command + strlen(CMD_SETBAND) + 1) - '0'; in wl_android_set_band()
1865 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_roam_trigger_config()
2189 unsigned char *p = (unsigned char *)(command + strlen(CMD_SETROAMSCANCHANNELS) + 1); in wl_android_set_roam_scan_channels()
2307 pcmd = (command + strlen(CMD_SETROAMSCANFREQS) + 1); in wl_android_set_roam_scan_freqs()
2714 pcmd = command + strlen(CMD_SETJOINPREFER) + 1; in wl_android_set_join_prefer()
2715 total_len_left = strlen(pcmd); in wl_android_set_join_prefer()
2763 (strlen(CMD_SENDACTIONFRAME) + 1 + sizeof(android_wifi_af_params_t))) { in wl_android_send_action_frame()
2768 params = (android_wifi_af_params_t *)(command + strlen(CMD_SENDACTIONFRAME) + 1); in wl_android_send_action_frame()
2862 if (total_len < (strlen(pcmd) + 1 + sizeof(android_wifi_reassoc_params_t))) { in wl_android_reassoc()
2866 params = (android_wifi_reassoc_params_t *)(command + strlen(pcmd) + 1); in wl_android_reassoc()
3013 if (total_len < (strlen("SET_PMK ") + 32)) { in wl_android_set_pmk()
3026 memcpy((char *)pmk, command + strlen("SET_PMK "), 32); in wl_android_set_pmk()
3047 okc_enable = command[strlen(CMD_OKC_ENABLE) + 1] - '0'; in wl_android_okc_enable()
3062 while (strlen(legacy_cmdlist[cnt]) > 0) { in wl_android_legacy_check_command()
3063 if (strnicmp(command, legacy_cmdlist[cnt], strlen(legacy_cmdlist[cnt])) == 0) { in wl_android_legacy_check_command()
3066 if (strlen(legacy_cmdlist[cnt]) == strlen(cmd)) { in wl_android_legacy_check_command()
3088 if (strnicmp(command, CMD_ADDROAMSCANCHLEGACY, strlen(CMD_ADDROAMSCANCHLEGACY)) == 0) { in wl_android_legacy_private_command()
3090 strlen(CMD_ADDROAMSCANCHLEGACY)); in wl_android_legacy_private_command()
3092 else if (strnicmp(command, CMD_GETROAMSCANCHLEGACY, strlen(CMD_GETROAMSCANCHLEGACY)) == 0) { in wl_android_legacy_private_command()
3097 else if (strnicmp(command, CMD_ADDROAMSCANFQLEGACY, strlen(CMD_ADDROAMSCANFQLEGACY)) == 0) { in wl_android_legacy_private_command()
3099 strlen(CMD_ADDROAMSCANFQLEGACY)); in wl_android_legacy_private_command()
3101 else if (strnicmp(command, CMD_GETROAMSCANFQLEGACY, strlen(CMD_GETROAMSCANFQLEGACY)) == 0) { in wl_android_legacy_private_command()
3105 else if (strnicmp(command, CMD_GETROAMTRIGLEGACY, strlen(CMD_GETROAMTRIGLEGACY)) == 0) { in wl_android_legacy_private_command()
3108 else if (strnicmp(command, CMD_SETROAMTRIGLEGACY, strlen(CMD_SETROAMTRIGLEGACY)) == 0) { in wl_android_legacy_private_command()
3111 else if (strnicmp(command, CMD_REASSOCLEGACY, strlen(CMD_REASSOCLEGACY)) == 0) { in wl_android_legacy_private_command()
3115 strlen(CMD_GETSCANCHANNELTIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3119 strlen(CMD_SETSCANCHANNELTIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3123 strlen(CMD_GETSCANUNASSOCTIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3127 strlen(CMD_SETSCANUNASSOCTIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3131 strlen(CMD_GETSCANPASSIVETIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3135 strlen(CMD_SETSCANPASSIVETIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3139 strlen(CMD_GETSCANHOMETIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3143 strlen(CMD_SETSCANHOMETIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3147 strlen(CMD_GETSCANHOMEAWAYTIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3151 strlen(CMD_SETSCANHOMEAWAYTIMELEGACY)) == 0) { in wl_android_legacy_private_command()
3167 while (strlen(ncho_cmdlist[cnt]) > 0) { in wl_android_ncho_check_command()
3168 if (strnicmp(command, ncho_cmdlist[cnt], strlen(ncho_cmdlist[cnt])) == 0) { in wl_android_ncho_check_command()
3171 if (strlen(ncho_cmdlist[cnt]) == strlen(cmd)) { in wl_android_ncho_check_command()
3193 if (strnicmp(command, CMD_ROAMTRIGGER_SET, strlen(CMD_ROAMTRIGGER_SET)) == 0) { in wl_android_ncho_private_command()
3195 } else if (strnicmp(command, CMD_ROAMTRIGGER_GET, strlen(CMD_ROAMTRIGGER_GET)) == 0) { in wl_android_ncho_private_command()
3197 } else if (strnicmp(command, CMD_ROAMDELTA_SET, strlen(CMD_ROAMDELTA_SET)) == 0) { in wl_android_ncho_private_command()
3199 } else if (strnicmp(command, CMD_ROAMDELTA_GET, strlen(CMD_ROAMDELTA_GET)) == 0) { in wl_android_ncho_private_command()
3202 strlen(CMD_ROAMSCANPERIOD_SET)) == 0) { in wl_android_ncho_private_command()
3205 strlen(CMD_ROAMSCANPERIOD_GET)) == 0) { in wl_android_ncho_private_command()
3208 strlen(CMD_FULLROAMSCANPERIOD_SET)) == 0) { in wl_android_ncho_private_command()
3211 strlen(CMD_FULLROAMSCANPERIOD_GET)) == 0) { in wl_android_ncho_private_command()
3213 } else if (strnicmp(command, CMD_COUNTRYREV_SET, strlen(CMD_COUNTRYREV_SET)) == 0) { in wl_android_ncho_private_command()
3222 } else if (strnicmp(command, CMD_COUNTRYREV_GET, strlen(CMD_COUNTRYREV_GET)) == 0) { in wl_android_ncho_private_command()
3226 if (strnicmp(command, CMD_GETROAMSCANCONTROL, strlen(CMD_GETROAMSCANCONTROL)) == 0) { in wl_android_ncho_private_command()
3229 else if (strnicmp(command, CMD_SETROAMSCANCONTROL, strlen(CMD_SETROAMSCANCONTROL)) == 0) { in wl_android_ncho_private_command()
3233 else if (strnicmp(command, CMD_ADDROAMSCANCHANNELS, strlen(CMD_ADDROAMSCANCHANNELS)) == 0) { in wl_android_ncho_private_command()
3235 strlen(CMD_ADDROAMSCANCHANNELS)); in wl_android_ncho_private_command()
3237 else if (strnicmp(command, CMD_GETROAMSCANCHANNELS, strlen(CMD_GETROAMSCANCHANNELS)) == 0) { in wl_android_ncho_private_command()
3241 else if (strnicmp(command, CMD_SETROAMSCANCHANNELS, strlen(CMD_SETROAMSCANCHANNELS)) == 0) { in wl_android_ncho_private_command()
3245 else if (strnicmp(command, CMD_ADDROAMSCANFREQS, strlen(CMD_ADDROAMSCANFREQS)) == 0) { in wl_android_ncho_private_command()
3247 strlen(CMD_ADDROAMSCANFREQS)); in wl_android_ncho_private_command()
3249 else if (strnicmp(command, CMD_GETROAMSCANFREQS, strlen(CMD_GETROAMSCANFREQS)) == 0) { in wl_android_ncho_private_command()
3253 else if (strnicmp(command, CMD_SETROAMSCANFREQS, strlen(CMD_SETROAMSCANFREQS)) == 0) { in wl_android_ncho_private_command()
3256 else if (strnicmp(command, CMD_SENDACTIONFRAME, strlen(CMD_SENDACTIONFRAME)) == 0) { in wl_android_ncho_private_command()
3259 else if (strnicmp(command, CMD_REASSOC, strlen(CMD_REASSOC)) == 0) { in wl_android_ncho_private_command()
3262 else if (strnicmp(command, CMD_GETSCANCHANNELTIME, strlen(CMD_GETSCANCHANNELTIME)) == 0) { in wl_android_ncho_private_command()
3265 else if (strnicmp(command, CMD_SETSCANCHANNELTIME, strlen(CMD_SETSCANCHANNELTIME)) == 0) { in wl_android_ncho_private_command()
3268 else if (strnicmp(command, CMD_GETSCANUNASSOCTIME, strlen(CMD_GETSCANUNASSOCTIME)) == 0) { in wl_android_ncho_private_command()
3271 else if (strnicmp(command, CMD_SETSCANUNASSOCTIME, strlen(CMD_SETSCANUNASSOCTIME)) == 0) { in wl_android_ncho_private_command()
3274 else if (strnicmp(command, CMD_GETSCANPASSIVETIME, strlen(CMD_GETSCANPASSIVETIME)) == 0) { in wl_android_ncho_private_command()
3277 else if (strnicmp(command, CMD_SETSCANPASSIVETIME, strlen(CMD_SETSCANPASSIVETIME)) == 0) { in wl_android_ncho_private_command()
3280 else if (strnicmp(command, CMD_GETSCANHOMETIME, strlen(CMD_GETSCANHOMETIME)) == 0) { in wl_android_ncho_private_command()
3283 else if (strnicmp(command, CMD_SETSCANHOMETIME, strlen(CMD_SETSCANHOMETIME)) == 0) { in wl_android_ncho_private_command()
3286 else if (strnicmp(command, CMD_GETSCANHOMEAWAYTIME, strlen(CMD_GETSCANHOMEAWAYTIME)) == 0) { in wl_android_ncho_private_command()
3289 else if (strnicmp(command, CMD_SETSCANHOMEAWAYTIME, strlen(CMD_SETSCANHOMEAWAYTIME)) == 0) { in wl_android_ncho_private_command()
3292 else if (strnicmp(command, CMD_GETSCANNPROBES, strlen(CMD_GETSCANNPROBES)) == 0) { in wl_android_ncho_private_command()
3295 else if (strnicmp(command, CMD_SETSCANNPROBES, strlen(CMD_SETSCANNPROBES)) == 0) { in wl_android_ncho_private_command()
3298 else if (strnicmp(command, CMD_GETDFSSCANMODE, strlen(CMD_GETDFSSCANMODE)) == 0) { in wl_android_ncho_private_command()
3301 else if (strnicmp(command, CMD_SETDFSSCANMODE, strlen(CMD_SETDFSSCANMODE)) == 0) { in wl_android_ncho_private_command()
3304 else if (strnicmp(command, CMD_SETJOINPREFER, strlen(CMD_SETJOINPREFER)) == 0) { in wl_android_ncho_private_command()
3307 else if (strnicmp(command, CMD_GETWESMODE, strlen(CMD_GETWESMODE)) == 0) { in wl_android_ncho_private_command()
3310 else if (strnicmp(command, CMD_SETWESMODE, strlen(CMD_SETWESMODE)) == 0) { in wl_android_ncho_private_command()
3331 while (strlen(restore_params[cnt].command) > 0 && restore_params[cnt].cmd_handler) { in wl_android_default_set_scan_params()
3458 size_t slen = strlen(data); in wl_android_sroam_set_info()
3582 uint buf_len = sizeof(wl_prio_roam_prof_v1_t) + (uint)strlen("priority_roam") + 1; in wl_android_priority_roam_enable()
3740 cmd_prefix_len = strlen("SET_DISCONNECT_IES "); in wl_android_set_disconnect_ies()
3741 cmd_len = strlen(command); in wl_android_set_disconnect_ies()
4178 if (strlen(command) == strlen(CMD_WTC_CONFIG)) { in wl_android_wtc_config()
4430 if (len_remain > (strlen(CMD_WLS_BATCHING) + 1)) { in wls_parse_batching_cmd()
4431 pos = command + strlen(CMD_WLS_BATCHING) + 1; in wls_parse_batching_cmd()
4432 len_remain -= strlen(CMD_WLS_BATCHING) + 1; in wls_parse_batching_cmd()
4439 if (!strncmp(pos, PNO_BATCHING_SET, strlen(PNO_BATCHING_SET))) { in wls_parse_batching_cmd()
4440 if (len_remain > (strlen(PNO_BATCHING_SET) + 1)) { in wls_parse_batching_cmd()
4441 pos += strlen(PNO_BATCHING_SET) + 1; in wls_parse_batching_cmd()
4460 if (!strncmp(param, PNO_PARAM_SCANFREQ, strlen(PNO_PARAM_SCANFREQ))) { in wls_parse_batching_cmd()
4463 } else if (!strncmp(param, PNO_PARAM_BESTN, strlen(PNO_PARAM_BESTN))) { in wls_parse_batching_cmd()
4466 } else if (!strncmp(param, PNO_PARAM_MSCAN, strlen(PNO_PARAM_MSCAN))) { in wls_parse_batching_cmd()
4469 } else if (!strncmp(param, PNO_PARAM_CHANNEL, strlen(PNO_PARAM_CHANNEL))) { in wls_parse_batching_cmd()
4506 } else if (!strncmp(param, PNO_PARAM_RTT, strlen(PNO_PARAM_RTT))) { in wls_parse_batching_cmd()
4522 } else if (!strncmp(pos, PNO_BATCHING_GET, strlen(PNO_BATCHING_GET))) { in wls_parse_batching_cmd()
4527 err = strlen(command); in wls_parse_batching_cmd()
4529 } else if (!strncmp(pos, PNO_BATCHING_STOP, strlen(PNO_BATCHING_STOP))) { in wls_parse_batching_cmd()
4581 if (total_len < (strlen(CMD_PNOSETUP_SET) + sizeof(cmd_tlv_t))) { in wl_android_set_pno_setup()
4589 str_ptr = command + strlen(CMD_PNOSETUP_SET); in wl_android_set_pno_setup()
4590 tlv_size_left = total_len - strlen(CMD_PNOSETUP_SET); in wl_android_set_pno_setup()
5027 if ((strlen(command) - strlen(CMD_SETFWPATH)) > MOD_PARAM_PATHLEN) in wl_android_set_fwpath()
5029 return dhd_net_set_fw_path(net, command + strlen(CMD_SETFWPATH) + 1); in wl_android_set_fwpath()
5874 if (strnicmp(mbo_cmd->name, str, strlen(mbo_cmd->name)) == 0) { in wl_android_process_mbo_cmd()
6361 pcmd += strlen(FREQ_STR); in wl_android_get_freq_list_chanspecs()
6742 ANDROID_INFO(("Command: %s len:%d \n", cmd_str, (int)strlen(cmd_str))); in wl_android_set_auto_channel()
6747 } else if (strnicmp(cmd_str, APCS_BAND_AUTO, strlen(APCS_BAND_AUTO)) == 0) { in wl_android_set_auto_channel()
6750 } else if (strnicmp(cmd_str, APCS_BAND_6G, strlen(APCS_BAND_6G)) == 0) { in wl_android_set_auto_channel()
6753 } else if (strnicmp(cmd_str, APCS_BAND_5G, strlen(APCS_BAND_5G)) == 0) { in wl_android_set_auto_channel()
6755 } else if (strnicmp(cmd_str, APCS_BAND_2G, strlen(APCS_BAND_2G)) == 0) { in wl_android_set_auto_channel()
6986 u32 cmd_str_len = (u32)strlen(CMD_ROAM_VSIE_ENAB_SET); in wl_android_set_roam_vsie_enab()
7054 u32 cmd_str_len = (u32)strlen(CMD_BR_VSIE_ENAB_SET); in wl_android_set_bcn_rpt_vsie_enab()
7141 ssid.SSID_len = strlen(hapd_ssid); in wl_android_set_ssid()
7148 ANDROID_ERROR(("wl_android_set_ssid : Too long SSID Length %zu\n", strlen(hapd_ssid))); in wl_android_set_ssid()
7335 if (strlen(straddr) == 1 && bcm_atoi(straddr) == 0) { in wl_android_rmc_set_leader()
7660 if (total_len < (strlen(CMD_SETIBSSBEACONOUIDATA) + 1)) { in wl_android_set_ibss_beacon_ouidata()
7665 pcmd = command + strlen(CMD_SETIBSSBEACONOUIDATA) + 1; in wl_android_set_ibss_beacon_ouidata()
7771 pcmd = command + strlen(CMD_SET_ROAMPREF) + 1; in wl_android_set_roampref()
7772 total_len_left = total_len - strlen(CMD_SET_ROAMPREF) + 1; in wl_android_set_roampref()
8893 if (strncmp(cmd, "P2P_LO_START", strlen("P2P_LO_START")) == 0) { in wl_cfg80211_p2plo_offload()
8895 } else if (strncmp(cmd, "P2P_LO_STOP", strlen("P2P_LO_STOP")) == 0) { in wl_cfg80211_p2plo_offload()
9012 if (strncmp(token, mimo_cmd, strlen(mimo_cmd)) == 0) { in wl_android_get_rssi_per_ant()
9021 if (token && strncmp(token, mimo_cmd, strlen(mimo_cmd)) == 0) { in wl_android_get_rssi_per_ant()
9573 if (strlen(CMD_PKTLOG_FILTER_PATTERN_ENABLE) + 1 > total_len) { in wl_android_pktlog_filter_pattern_enable()
9578 command + strlen(CMD_PKTLOG_FILTER_PATTERN_ENABLE) + 1, TRUE); in wl_android_pktlog_filter_pattern_enable()
9607 if (strlen(CMD_PKTLOG_FILTER_PATTERN_DISABLE) + 1 > total_len) { in wl_android_pktlog_filter_pattern_disable()
9612 command + strlen(CMD_PKTLOG_FILTER_PATTERN_DISABLE) + 1, FALSE); in wl_android_pktlog_filter_pattern_disable()
9641 if (strlen(CMD_PKTLOG_FILTER_ADD) + 1 > total_len) { in wl_android_pktlog_filter_add()
9645 err = dhd_pktlog_filter_add(filter, command + strlen(CMD_PKTLOG_FILTER_ADD) + 1); in wl_android_pktlog_filter_add()
9674 if (strlen(CMD_PKTLOG_FILTER_DEL) + 1 > total_len) { in wl_android_pktlog_filter_del()
9676 __FUNCTION__, (int)strlen(CMD_PKTLOG_FILTER_DEL))); in wl_android_pktlog_filter_del()
9680 err = dhd_pktlog_filter_del(filter, command + strlen(CMD_PKTLOG_FILTER_DEL) + 1); in wl_android_pktlog_filter_del()
9792 if (strlen(CMD_PKTLOG_FILTER_EXIST) + 1 > total_len) { in wl_android_pktlog_filter_exist()
9796 exist = dhd_pktlog_filter_existed(filter, command + strlen(CMD_PKTLOG_FILTER_EXIST) + 1, in wl_android_pktlog_filter_exist()
9878 if (strlen(CMD_PKTLOG_CHANGE_SIZE) + 1 > total_len) { in wl_android_pktlog_change_size()
9882 size = bcm_strtoul(command + strlen(CMD_PKTLOG_CHANGE_SIZE) + 1, NULL, 0); in wl_android_pktlog_change_size()
9914 if (strlen(CMD_PKTLOG_DEBUG_DUMP) + 1 > total_len) { in wl_android_pktlog_dbg_dump()
10000 strlen(CMD_EWP_FILTER) + 1); in wl_android_ewp_filter()
10016 if (strlen(command) > strlen(CMD_EWP_FILTER) + 1) { in wl_android_ewp_filter()
10170 while (strlen(loging_params[cnt].command) > 0) { in wl_android_priv_cmd_log_enable_check()
10172 strlen(loging_params[cnt].command))) { in wl_android_priv_cmd_log_enable_check()
10292 ((strnicmp(command, CMD_TWT_SETUP, strlen(CMD_TWT_SETUP)) == 0) || in wl_android_priv_cmd()
10293 (strnicmp(command, CMD_TWT_TEARDOWN, strlen(CMD_TWT_TEARDOWN)) == 0) || in wl_android_priv_cmd()
10294 (strnicmp(command, CMD_TWT_INFO, strlen(CMD_TWT_INFO)) == 0))) || in wl_android_priv_cmd()
10662 if (strncmp(cmd_argv, "start", strlen("start")) == 0) { in wl_android_bcnrecv_config()
10669 } else if (strncmp(cmd_argv, "stop", strlen("stop")) == 0) { in wl_android_bcnrecv_config()
10770 if (strncmp(argv, "addts", strlen("addts")) == 0) { in wl_android_handle_cac_action()
10792 } else if (strncmp(argv, "delts", strlen("delts")) == 0) { in wl_android_handle_cac_action()
10888 char *rtt_intp = command + strlen(CMD_GEOFENCE_INTERVAL) + 1; in wl_android_set_rtt_geofence_interval()
11204 if (strlen(command) == strlen(CMD_TWT_SETUP)) { in wl_android_twt_setup()
11775 if (strlen(command) == strlen(CMD_TWT_INFO)) { in wl_android_twt_info()
11871 if (strlen(command) == strlen(CMD_TWT_TEARDOWN)) { in wl_android_twt_teardown()
12006 if (!(strnicmp(command, CMD_TWT_CLR_STATS, strlen(CMD_TWT_CLR_STATS)))) { in wl_android_twt_stats()
12009 } else if (!(strnicmp(command, CMD_TWT_GET_STATS, strlen(CMD_TWT_GET_STATS)))) { in wl_android_twt_stats()
12046 if (!(strnicmp(command, CMD_TWT_GET_STATS, strlen(CMD_TWT_GET_STATS)))) { in wl_android_twt_stats()
12075 if (strnicmp(command, CMD_START, strlen(CMD_START)) == 0) { in wl_handle_private_cmd()
12087 else if (strnicmp(command, CMD_SETFWPATH, strlen(CMD_SETFWPATH)) == 0) { in wl_handle_private_cmd()
12097 if (strnicmp(command, CMD_STOP, strlen(CMD_STOP)) == 0) { in wl_handle_private_cmd()
12109 else if (strnicmp(command, CMD_SCAN_ACTIVE, strlen(CMD_SCAN_ACTIVE)) == 0) { in wl_handle_private_cmd()
12112 else if (strnicmp(command, CMD_SCAN_PASSIVE, strlen(CMD_SCAN_PASSIVE)) == 0) { in wl_handle_private_cmd()
12116 else if (strnicmp(command, CMD_RSSI, strlen(CMD_RSSI)) == 0) { in wl_handle_private_cmd()
12119 else if (strnicmp(command, CMD_LINKSPEED, strlen(CMD_LINKSPEED)) == 0) { in wl_handle_private_cmd()
12123 else if (strnicmp(command, CMD_RXFILTER_START, strlen(CMD_RXFILTER_START)) == 0) { in wl_handle_private_cmd()
12126 else if (strnicmp(command, CMD_RXFILTER_STOP, strlen(CMD_RXFILTER_STOP)) == 0) { in wl_handle_private_cmd()
12129 else if (strnicmp(command, CMD_RXFILTER_ADD, strlen(CMD_RXFILTER_ADD)) == 0) { in wl_handle_private_cmd()
12130 int filter_num = *(command + strlen(CMD_RXFILTER_ADD) + 1) - '0'; in wl_handle_private_cmd()
12133 else if (strnicmp(command, CMD_RXFILTER_REMOVE, strlen(CMD_RXFILTER_REMOVE)) == 0) { in wl_handle_private_cmd()
12134 int filter_num = *(command + strlen(CMD_RXFILTER_REMOVE) + 1) - '0'; in wl_handle_private_cmd()
12138 else if (strnicmp(command, CMD_BTCOEXSCAN_START, strlen(CMD_BTCOEXSCAN_START)) == 0) { in wl_handle_private_cmd()
12141 else if (strnicmp(command, CMD_BTCOEXSCAN_STOP, strlen(CMD_BTCOEXSCAN_STOP)) == 0) { in wl_handle_private_cmd()
12144 else if (strnicmp(command, CMD_BTCOEXMODE, strlen(CMD_BTCOEXMODE)) == 0) { in wl_handle_private_cmd()
12150 uint mode = *(command + strlen(CMD_BTCOEXMODE) + 1) - '0'; in wl_handle_private_cmd()
12159 else if (strnicmp(command, CMD_SETSUSPENDOPT, strlen(CMD_SETSUSPENDOPT)) == 0) { in wl_handle_private_cmd()
12162 else if (strnicmp(command, CMD_SETSUSPENDMODE, strlen(CMD_SETSUSPENDMODE)) == 0) { in wl_handle_private_cmd()
12165 else if (strnicmp(command, CMD_SETDTIM_IN_SUSPEND, strlen(CMD_SETDTIM_IN_SUSPEND)) == 0) { in wl_handle_private_cmd()
12168 else if (strnicmp(command, CMD_MAXDTIM_IN_SUSPEND, strlen(CMD_MAXDTIM_IN_SUSPEND)) == 0) { in wl_handle_private_cmd()
12172 else if (strnicmp(command, CMD_DISDTIM_IN_SUSPEND, strlen(CMD_DISDTIM_IN_SUSPEND)) == 0) { in wl_handle_private_cmd()
12177 else if (strnicmp(command, CMD_SETBAND, strlen(CMD_SETBAND)) == 0) { in wl_handle_private_cmd()
12181 else if (strnicmp(command, CMD_GETBAND, strlen(CMD_GETBAND)) == 0) { in wl_handle_private_cmd()
12185 else if (strnicmp(command, CMD_SET_CSA, strlen(CMD_SET_CSA)) == 0) { in wl_handle_private_cmd()
12187 } else if (strnicmp(command, CMD_80211_MODE, strlen(CMD_80211_MODE)) == 0) { in wl_handle_private_cmd()
12189 } else if (strnicmp(command, CMD_CHANSPEC, strlen(CMD_CHANSPEC)) == 0) { in wl_handle_private_cmd()
12195 else if (strnicmp(command, CMD_COUNTRY, strlen(CMD_COUNTRY)) == 0) { in wl_handle_private_cmd()
12203 char *country_code = command + strlen(CMD_COUNTRY) + 1; in wl_handle_private_cmd()
12211 strlen(CMD_COUNTRY_DELIMITER)) == 0) && in wl_handle_private_cmd()
12246 else if (strnicmp(command, CMD_DATARATE, strlen(CMD_DATARATE)) == 0) { in wl_handle_private_cmd()
12248 } else if (strnicmp(command, CMD_ASSOC_CLIENTS, strlen(CMD_ASSOC_CLIENTS)) == 0) { in wl_handle_private_cmd()
12253 else if (strnicmp(command, CMD_ROAM_VSIE_ENAB_SET, strlen(CMD_ROAM_VSIE_ENAB_SET)) == 0) { in wl_handle_private_cmd()
12255 } else if (strnicmp(command, CMD_ROAM_VSIE_ENAB_GET, strlen(CMD_ROAM_VSIE_ENAB_GET)) == 0) { in wl_handle_private_cmd()
12257 } else if (strnicmp(command, CMD_BR_VSIE_ENAB_SET, strlen(CMD_BR_VSIE_ENAB_SET)) == 0) { in wl_handle_private_cmd()
12259 } else if (strnicmp(command, CMD_BR_VSIE_ENAB_GET, strlen(CMD_BR_VSIE_ENAB_GET)) == 0) { in wl_handle_private_cmd()
12263 else if (strnicmp(command, CMD_GETNCHOMODE, strlen(CMD_GETNCHOMODE)) == 0) { in wl_handle_private_cmd()
12266 else if (strnicmp(command, CMD_SETNCHOMODE, strlen(CMD_SETNCHOMODE)) == 0) { in wl_handle_private_cmd()
12271 else if (strnicmp(command, CMD_OKC_SET_PMK, strlen(CMD_OKC_SET_PMK)) == 0) { in wl_handle_private_cmd()
12274 else if (strnicmp(command, CMD_OKC_ENABLE, strlen(CMD_OKC_ENABLE)) == 0) { in wl_handle_private_cmd()
12285 else if (strnicmp(command, CMD_RESTORE_SCAN_PARAMS, strlen(CMD_RESTORE_SCAN_PARAMS)) == 0) { in wl_handle_private_cmd()
12291 else if (strnicmp(command, CMD_TDLS_RESET, strlen(CMD_TDLS_RESET)) == 0) { in wl_handle_private_cmd()
12296 else if (strnicmp(command, CMD_SROAM_TURN_ON, strlen(CMD_SROAM_TURN_ON)) == 0) { in wl_handle_private_cmd()
12297 int mode = *(command + strlen(CMD_SROAM_TURN_ON) + 1) - '0'; in wl_handle_private_cmd()
12300 else if (strnicmp(command, CMD_SROAM_SET_INFO, strlen(CMD_SROAM_SET_INFO)) == 0) { in wl_handle_private_cmd()
12301 char *data = (command + strlen(CMD_SROAM_SET_INFO) + 1); in wl_handle_private_cmd()
12304 else if (strnicmp(command, CMD_SROAM_GET_INFO, strlen(CMD_SROAM_GET_INFO)) == 0) { in wl_handle_private_cmd()
12309 else if (strnicmp(command, CMD_ROAM_RSSI_LMT, strlen(CMD_ROAM_RSSI_LMT)) == 0) { in wl_handle_private_cmd()
12314 else if (strnicmp(command, CMD_ROAM_MIN_DELTA, strlen(CMD_ROAM_MIN_DELTA)) == 0) { in wl_handle_private_cmd()
12318 else if (strnicmp(command, CMD_SET_DISCONNECT_IES, strlen(CMD_SET_DISCONNECT_IES)) == 0) { in wl_handle_private_cmd()
12324 else if (strnicmp(command, CMD_PNOSSIDCLR_SET, strlen(CMD_PNOSSIDCLR_SET)) == 0) { in wl_handle_private_cmd()
12328 else if (strnicmp(command, CMD_PNOSETUP_SET, strlen(CMD_PNOSETUP_SET)) == 0) { in wl_handle_private_cmd()
12332 else if (strnicmp(command, CMD_PNOENABLE_SET, strlen(CMD_PNOENABLE_SET)) == 0) { in wl_handle_private_cmd()
12333 int enable = *(command + strlen(CMD_PNOENABLE_SET) + 1) - '0'; in wl_handle_private_cmd()
12336 else if (strnicmp(command, CMD_WLS_BATCHING, strlen(CMD_WLS_BATCHING)) == 0) { in wl_handle_private_cmd()
12340 else if (strnicmp(command, CMD_P2P_DEV_ADDR, strlen(CMD_P2P_DEV_ADDR)) == 0) { in wl_handle_private_cmd()
12343 else if (strnicmp(command, CMD_P2P_SET_NOA, strlen(CMD_P2P_SET_NOA)) == 0) { in wl_handle_private_cmd()
12344 int skip = strlen(CMD_P2P_SET_NOA) + 1; in wl_handle_private_cmd()
12349 else if (strnicmp(command, CMD_P2P_SD_OFFLOAD, strlen(CMD_P2P_SD_OFFLOAD)) == 0) { in wl_handle_private_cmd()
12363 len = strlen(buf); in wl_handle_private_cmd()
12370 else if (strnicmp(command, CMD_P2P_LISTEN_OFFLOAD, strlen(CMD_P2P_LISTEN_OFFLOAD)) == 0) { in wl_handle_private_cmd()
12373 sub_command ? strlen(sub_command) : 0); in wl_handle_private_cmd()
12377 else if (strnicmp(command, CMD_P2P_GET_NOA, strlen(CMD_P2P_GET_NOA)) == 0) { in wl_handle_private_cmd()
12381 else if (strnicmp(command, CMD_P2P_SET_PS, strlen(CMD_P2P_SET_PS)) == 0) { in wl_handle_private_cmd()
12382 int skip = strlen(CMD_P2P_SET_PS) + 1; in wl_handle_private_cmd()
12386 else if (strnicmp(command, CMD_P2P_ECSA, strlen(CMD_P2P_ECSA)) == 0) { in wl_handle_private_cmd()
12387 int skip = strlen(CMD_P2P_ECSA) + 1; in wl_handle_private_cmd()
12394 else if (strnicmp(command, CMD_P2P_INC_BW, strlen(CMD_P2P_INC_BW)) == 0) { in wl_handle_private_cmd()
12395 int skip = strlen(CMD_P2P_INC_BW) + 1; in wl_handle_private_cmd()
12401 strlen(CMD_SET_AP_WPS_P2P_IE)) == 0) { in wl_handle_private_cmd()
12402 int skip = strlen(CMD_SET_AP_WPS_P2P_IE) + 3; in wl_handle_private_cmd()
12407 else if (strnicmp(command, CMD_GET_FTKEY, strlen(CMD_GET_FTKEY)) == 0) { in wl_handle_private_cmd()
12414 strlen(CMD_GET_BEST_CHANNELS)) == 0) { in wl_handle_private_cmd()
12421 strlen(CMD_SET_HAPD_AUTO_CHANNEL)) == 0) { in wl_handle_private_cmd()
12422 int skip = strlen(CMD_SET_HAPD_AUTO_CHANNEL) + 1; in wl_handle_private_cmd()
12430 else if (strnicmp(command, CMD_AMPDU_MPDU, strlen(CMD_AMPDU_MPDU)) == 0) { in wl_handle_private_cmd()
12431 int skip = strlen(CMD_AMPDU_MPDU) + 1; in wl_handle_private_cmd()
12437 strlen(CMD_SET_HAPD_MAX_NUM_STA)) == 0) { in wl_handle_private_cmd()
12438 int skip = strlen(CMD_SET_HAPD_MAX_NUM_STA) + 3; in wl_handle_private_cmd()
12442 strlen(CMD_SET_HAPD_SSID)) == 0) { in wl_handle_private_cmd()
12443 int skip = strlen(CMD_SET_HAPD_SSID) + 3; in wl_handle_private_cmd()
12447 strlen(CMD_SET_HAPD_HIDE_SSID)) == 0) { in wl_handle_private_cmd()
12448 int skip = strlen(CMD_SET_HAPD_HIDE_SSID) + 3; in wl_handle_private_cmd()
12454 strlen(CMD_HAPD_STA_DISASSOC)) == 0) { in wl_handle_private_cmd()
12455 int skip = strlen(CMD_HAPD_STA_DISASSOC) + 1; in wl_handle_private_cmd()
12461 strlen(CMD_HAPD_LPC_ENABLED)) == 0) { in wl_handle_private_cmd()
12462 int skip = strlen(CMD_HAPD_LPC_ENABLED) + 3; in wl_handle_private_cmd()
12468 strlen(CMD_TEST_FORCE_HANG)) == 0) { in wl_handle_private_cmd()
12469 int skip = strlen(CMD_TEST_FORCE_HANG) + 1; in wl_handle_private_cmd()
12473 else if (strnicmp(command, CMD_CHANGE_RL, strlen(CMD_CHANGE_RL)) == 0) in wl_handle_private_cmd()
12475 else if (strnicmp(command, CMD_RESTORE_RL, strlen(CMD_RESTORE_RL)) == 0) in wl_handle_private_cmd()
12478 else if (strnicmp(command, CMD_LTECX_SET, strlen(CMD_LTECX_SET)) == 0) { in wl_handle_private_cmd()
12479 int skip = strlen(CMD_LTECX_SET) + 1; in wl_handle_private_cmd()
12484 else if (strnicmp(command, CMD_SET_RMC_ENABLE, strlen(CMD_SET_RMC_ENABLE)) == 0) { in wl_handle_private_cmd()
12485 int rmc_enable = *(command + strlen(CMD_SET_RMC_ENABLE) + 1) - '0'; in wl_handle_private_cmd()
12488 else if (strnicmp(command, CMD_SET_RMC_TXRATE, strlen(CMD_SET_RMC_TXRATE)) == 0) { in wl_handle_private_cmd()
12493 else if (strnicmp(command, CMD_SET_RMC_ACTPERIOD, strlen(CMD_SET_RMC_ACTPERIOD)) == 0) { in wl_handle_private_cmd()
12498 else if (strnicmp(command, CMD_SET_RMC_IDLEPERIOD, strlen(CMD_SET_RMC_IDLEPERIOD)) == 0) { in wl_handle_private_cmd()
12504 else if (strnicmp(command, CMD_SET_RMC_LEADER, strlen(CMD_SET_RMC_LEADER)) == 0) { in wl_handle_private_cmd()
12505 int skip = strlen(CMD_SET_RMC_LEADER) + 1; in wl_handle_private_cmd()
12509 strlen(CMD_SET_RMC_EVENT)) == 0) { in wl_handle_private_cmd()
12513 else if (strnicmp(command, CMD_GET_SCSCAN, strlen(CMD_GET_SCSCAN)) == 0) { in wl_handle_private_cmd()
12516 else if (strnicmp(command, CMD_SET_SCSCAN, strlen(CMD_SET_SCSCAN)) == 0) { in wl_handle_private_cmd()
12521 strlen(CMD_TEST_SET_TX_POWER)) == 0) { in wl_handle_private_cmd()
12522 int skip = strlen(CMD_TEST_SET_TX_POWER) + 1; in wl_handle_private_cmd()
12526 strlen(CMD_TEST_GET_TX_POWER)) == 0) { in wl_handle_private_cmd()
12531 strlen(CMD_SARLIMIT_TX_CONTROL)) == 0) { in wl_handle_private_cmd()
12532 int skip = strlen(CMD_SARLIMIT_TX_CONTROL) + 1; in wl_handle_private_cmd()
12536 else if (strnicmp(command, CMD_SET_TID, strlen(CMD_SET_TID)) == 0) { in wl_handle_private_cmd()
12539 else if (strnicmp(command, CMD_GET_TID, strlen(CMD_GET_TID)) == 0) { in wl_handle_private_cmd()
12544 else if (strnicmp(command, CMD_WTC_CONFIG, strlen(CMD_WTC_CONFIG)) == 0) { in wl_handle_private_cmd()
12549 else if (strnicmp(command, CMD_HAPD_MAC_FILTER, strlen(CMD_HAPD_MAC_FILTER)) == 0) { in wl_handle_private_cmd()
12550 int skip = strlen(CMD_HAPD_MAC_FILTER) + 1; in wl_handle_private_cmd()
12553 else if (strnicmp(command, CMD_SETROAMMODE, strlen(CMD_SETROAMMODE)) == 0) in wl_handle_private_cmd()
12556 else if (strnicmp(command, CMD_SET_ROAMPREF, strlen(CMD_SET_ROAMPREF)) == 0) { in wl_handle_private_cmd()
12561 else if (strnicmp(command, CMD_MIRACAST, strlen(CMD_MIRACAST)) == 0) in wl_handle_private_cmd()
12563 else if (strnicmp(command, CMD_SETIBSSBEACONOUIDATA, strlen(CMD_SETIBSSBEACONOUIDATA)) == 0) in wl_handle_private_cmd()
12569 strlen(CMD_SETIBSSTXFAILEVENT)) == 0) in wl_handle_private_cmd()
12572 strlen(CMD_GET_IBSS_PEER_INFO_ALL)) == 0) in wl_handle_private_cmd()
12576 strlen(CMD_GET_IBSS_PEER_INFO)) == 0) in wl_handle_private_cmd()
12580 strlen(CMD_SETIBSSROUTETABLE)) == 0) in wl_handle_private_cmd()
12582 else if (strnicmp(command, CMD_SETIBSSAMPDU, strlen(CMD_SETIBSSAMPDU)) == 0) in wl_handle_private_cmd()
12584 else if (strnicmp(command, CMD_SETIBSSANTENNAMODE, strlen(CMD_SETIBSSANTENNAMODE)) == 0) in wl_handle_private_cmd()
12587 else if (strnicmp(command, CMD_KEEP_ALIVE, strlen(CMD_KEEP_ALIVE)) == 0) { in wl_handle_private_cmd()
12588 int skip = strlen(CMD_KEEP_ALIVE) + 1; in wl_handle_private_cmd()
12592 else if (strnicmp(command, CMD_ROAM_OFFLOAD, strlen(CMD_ROAM_OFFLOAD)) == 0) { in wl_handle_private_cmd()
12593 int enable = *(command + strlen(CMD_ROAM_OFFLOAD) + 1) - '0'; in wl_handle_private_cmd()
12596 else if (strnicmp(command, CMD_INTERFACE_CREATE, strlen(CMD_INTERFACE_CREATE)) == 0) { in wl_handle_private_cmd()
12597 char *name = (command + strlen(CMD_INTERFACE_CREATE) +1); in wl_handle_private_cmd()
12607 else if (strnicmp(command, CMD_INTERFACE_DELETE, strlen(CMD_INTERFACE_DELETE)) == 0) { in wl_handle_private_cmd()
12608 char *name = (command + strlen(CMD_INTERFACE_DELETE) +1); in wl_handle_private_cmd()
12613 else if (strnicmp(command, CMD_GET_LINK_STATUS, strlen(CMD_GET_LINK_STATUS)) == 0) { in wl_handle_private_cmd()
12618 strlen(CMD_P2P_SET_WFDIE_RESP)) == 0) { in wl_handle_private_cmd()
12619 int mode = *(command + strlen(CMD_P2P_SET_WFDIE_RESP) + 1) - '0'; in wl_handle_private_cmd()
12622 strlen(CMD_P2P_GET_WFDIE_RESP)) == 0) { in wl_handle_private_cmd()
12627 else if (strnicmp(command, CMD_DFS_AP_MOVE, strlen(CMD_DFS_AP_MOVE)) == 0) { in wl_handle_private_cmd()
12628 char *data = (command + strlen(CMD_DFS_AP_MOVE) +1); in wl_handle_private_cmd()
12633 else if (strnicmp(command, CMD_WBTEXT_ENABLE, strlen(CMD_WBTEXT_ENABLE)) == 0) { in wl_handle_private_cmd()
12637 strlen(CMD_WBTEXT_PROFILE_CONFIG)) == 0) { in wl_handle_private_cmd()
12638 char *data = (command + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_handle_private_cmd()
12642 strlen(CMD_WBTEXT_WEIGHT_CONFIG)) == 0) { in wl_handle_private_cmd()
12643 char *data = (command + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_handle_private_cmd()
12648 strlen(CMD_WBTEXT_TABLE_CONFIG)) == 0) { in wl_handle_private_cmd()
12649 char *data = (command + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_handle_private_cmd()
12654 strlen(CMD_WBTEXT_DELTA_CONFIG)) == 0) { in wl_handle_private_cmd()
12655 char *data = (command + strlen(CMD_WBTEXT_DELTA_CONFIG) + 1); in wl_handle_private_cmd()
12660 strlen(CMD_WBTEXT_BTM_TIMER_THRESHOLD)) == 0) { in wl_handle_private_cmd()
12665 strlen(CMD_WBTEXT_BTM_DELTA)) == 0) { in wl_handle_private_cmd()
12670 strlen(CMD_WBTEXT_ESTM_ENABLE)) == 0) { in wl_handle_private_cmd()
12676 else if (strnicmp(command, CMD_ADD_WFDS_HASH, strlen(CMD_ADD_WFDS_HASH)) == 0) { in wl_handle_private_cmd()
12679 else if (strnicmp(command, CMD_DEL_WFDS_HASH, strlen(CMD_DEL_WFDS_HASH)) == 0) { in wl_handle_private_cmd()
12684 else if (strnicmp(command, CMD_TBOW_TEARDOWN, strlen(CMD_TBOW_TEARDOWN)) == 0) { in wl_handle_private_cmd()
12691 strlen(CMD_GET_FCC_PWR_LIMIT_2G)) == 0) { in wl_handle_private_cmd()
12695 strlen(CMD_SET_FCC_PWR_LIMIT_2G)) == 0) { in wl_handle_private_cmd()
12699 else if (strnicmp(command, CMD_GET_STA_INFO, strlen(CMD_GET_STA_INFO)) == 0) { in wl_handle_private_cmd()
12704 strlen(CMD_MURX_BFE_CAP)) == 0) { in wl_handle_private_cmd()
12706 uint val = *(command + strlen(CMD_MURX_BFE_CAP) + 1) - '0'; in wl_handle_private_cmd()
12713 else if (strnicmp(command, CMD_GET_AP_BASICRATE, strlen(CMD_GET_AP_BASICRATE)) == 0) { in wl_handle_private_cmd()
12716 else if (strnicmp(command, CMD_SET_AP_BEACONRATE, strlen(CMD_SET_AP_BEACONRATE)) == 0) { in wl_handle_private_cmd()
12721 else if (strnicmp(command, CMD_SET_AP_RPS_PARAMS, strlen(CMD_SET_AP_RPS_PARAMS)) == 0) { in wl_handle_private_cmd()
12724 else if (strnicmp(command, CMD_SET_AP_RPS, strlen(CMD_SET_AP_RPS)) == 0) { in wl_handle_private_cmd()
12727 else if (strnicmp(command, CMD_GET_AP_RPS, strlen(CMD_GET_AP_RPS)) == 0) { in wl_handle_private_cmd()
12732 else if (strnicmp(command, CMD_SET_AP_SUSPEND, strlen(CMD_SET_AP_SUSPEND)) == 0) { in wl_handle_private_cmd()
12737 else if (strnicmp(command, CMD_SET_AP_BW, strlen(CMD_SET_AP_BW)) == 0) { in wl_handle_private_cmd()
12740 else if (strnicmp(command, CMD_GET_AP_BW, strlen(CMD_GET_AP_BW)) == 0) { in wl_handle_private_cmd()
12745 else if (strnicmp(command, CMD_SET_RSSI_LOGGING, strlen(CMD_SET_RSSI_LOGGING)) == 0) { in wl_handle_private_cmd()
12748 else if (strnicmp(command, CMD_GET_RSSI_LOGGING, strlen(CMD_GET_RSSI_LOGGING)) == 0) { in wl_handle_private_cmd()
12751 else if (strnicmp(command, CMD_GET_RSSI_PER_ANT, strlen(CMD_GET_RSSI_PER_ANT)) == 0) { in wl_handle_private_cmd()
12756 else if (strnicmp(command, CMD_GET_BSS_INFO, strlen(CMD_GET_BSS_INFO)) == 0) { in wl_handle_private_cmd()
12759 else if (strnicmp(command, CMD_GET_ASSOC_REJECT_INFO, strlen(CMD_GET_ASSOC_REJECT_INFO)) in wl_handle_private_cmd()
12766 else if (strnicmp(command, ENABLE_RANDOM_MAC, strlen(ENABLE_RANDOM_MAC)) == 0) { in wl_handle_private_cmd()
12768 } else if (strnicmp(command, DISABLE_RANDOM_MAC, strlen(DISABLE_RANDOM_MAC)) == 0) { in wl_handle_private_cmd()
12773 else if (strnicmp(command, CMD_NATOE, strlen(CMD_NATOE)) == 0) { in wl_handle_private_cmd()
12780 strlen(CMD_GET_CONNECTION_STATS)) == 0) { in wl_handle_private_cmd()
12787 strlen(CMD_NEW_DEBUG_PRINT_DUMP)) == 0) { in wl_handle_private_cmd()
12790 if (strnicmp(command + strlen(CMD_NEW_DEBUG_PRINT_DUMP), " ", 1) == 0) { in wl_handle_private_cmd()
12792 if (strnicmp(command + strlen(CMD_NEW_DEBUG_PRINT_DUMP) + 1, in wl_handle_private_cmd()
12793 SUBCMD_UNWANTED, strlen(SUBCMD_UNWANTED)) == 0) { in wl_handle_private_cmd()
12795 } else if (strnicmp(command + strlen(CMD_NEW_DEBUG_PRINT_DUMP) + 1, in wl_handle_private_cmd()
12796 SUBCMD_DISCONNECTED, strlen(SUBCMD_DISCONNECTED)) == 0) { in wl_handle_private_cmd()
12807 else if (strnicmp(command, CMD_DUMP_STATUS_LOG, strlen(CMD_DUMP_STATUS_LOG)) == 0) { in wl_handle_private_cmd()
12810 else if (strnicmp(command, CMD_QUERY_STATUS_LOG, strlen(CMD_QUERY_STATUS_LOG)) == 0) { in wl_handle_private_cmd()
12817 strlen(CMD_POWERSAVEMODE_SET)) == 0) { in wl_handle_private_cmd()
12822 strlen(CMD_POWERSAVEMODE_GET)) == 0) { in wl_handle_private_cmd()
12828 else if (strnicmp(command, CMD_PCIE_IRQ_CORE, strlen(CMD_PCIE_IRQ_CORE)) == 0) { in wl_handle_private_cmd()
12829 int affinity_cmd = *(command + strlen(CMD_PCIE_IRQ_CORE) + 1) - '0'; in wl_handle_private_cmd()
12834 else if (strnicmp(command, CMD_MAKE_HANG, strlen(CMD_MAKE_HANG)) == 0) { in wl_handle_private_cmd()
12835 int skip = strlen(CMD_MAKE_HANG) + 1; in wl_handle_private_cmd()
12840 else if (strnicmp(command, CMD_SET_LQCM_ENABLE, strlen(CMD_SET_LQCM_ENABLE)) == 0) { in wl_handle_private_cmd()
12841 int lqcm_enable = *(command + strlen(CMD_SET_LQCM_ENABLE) + 1) - '0'; in wl_handle_private_cmd()
12845 strlen(CMD_GET_LQCM_REPORT)) == 0) { in wl_handle_private_cmd()
12850 else if (strnicmp(command, CMD_GET_SNR, strlen(CMD_GET_SNR)) == 0) { in wl_handle_private_cmd()
12854 else if (strnicmp(command, CMD_SET_ADPS, strlen(CMD_SET_ADPS)) == 0) { in wl_handle_private_cmd()
12855 int skip = strlen(CMD_SET_ADPS) + 1; in wl_handle_private_cmd()
12858 else if (strnicmp(command, CMD_GET_ADPS, strlen(CMD_GET_ADPS)) == 0) { in wl_handle_private_cmd()
12862 else if (strnicmp(command, CMD_GET_GAIN_ADPS, strlen(CMD_GET_GAIN_ADPS)) == 0) { in wl_handle_private_cmd()
12865 else if (strnicmp(command, CMD_RESET_GAIN_ADPS, strlen(CMD_RESET_GAIN_ADPS)) == 0) { in wl_handle_private_cmd()
12872 strlen(CMD_PKTLOG_FILTER_ENABLE)) == 0) { in wl_handle_private_cmd()
12876 strlen(CMD_PKTLOG_FILTER_DISABLE)) == 0) { in wl_handle_private_cmd()
12880 strlen(CMD_PKTLOG_FILTER_PATTERN_ENABLE)) == 0) { in wl_handle_private_cmd()
12885 strlen(CMD_PKTLOG_FILTER_PATTERN_DISABLE)) == 0) { in wl_handle_private_cmd()
12889 else if (strnicmp(command, CMD_PKTLOG_FILTER_ADD, strlen(CMD_PKTLOG_FILTER_ADD)) == 0) { in wl_handle_private_cmd()
12892 else if (strnicmp(command, CMD_PKTLOG_FILTER_DEL, strlen(CMD_PKTLOG_FILTER_DEL)) == 0) { in wl_handle_private_cmd()
12895 else if (strnicmp(command, CMD_PKTLOG_FILTER_INFO, strlen(CMD_PKTLOG_FILTER_INFO)) == 0) { in wl_handle_private_cmd()
12898 else if (strnicmp(command, CMD_PKTLOG_START, strlen(CMD_PKTLOG_START)) == 0) { in wl_handle_private_cmd()
12901 else if (strnicmp(command, CMD_PKTLOG_STOP, strlen(CMD_PKTLOG_STOP)) == 0) { in wl_handle_private_cmd()
12904 else if (strnicmp(command, CMD_PKTLOG_FILTER_EXIST, strlen(CMD_PKTLOG_FILTER_EXIST)) == 0) { in wl_handle_private_cmd()
12908 strlen(CMD_PKTLOG_MINMIZE_ENABLE)) == 0) { in wl_handle_private_cmd()
12912 strlen(CMD_PKTLOG_MINMIZE_DISABLE)) == 0) { in wl_handle_private_cmd()
12916 strlen(CMD_PKTLOG_CHANGE_SIZE)) == 0) { in wl_handle_private_cmd()
12919 else if (strnicmp(command, CMD_PKTLOG_DEBUG_DUMP, strlen(CMD_PKTLOG_DEBUG_DUMP)) == 0) { in wl_handle_private_cmd()
12924 else if (strnicmp(command, CMD_DEBUG_VERBOSE, strlen(CMD_DEBUG_VERBOSE)) == 0) { in wl_handle_private_cmd()
12925 int verbose_level = *(command + strlen(CMD_DEBUG_VERBOSE) + 1) - '0'; in wl_handle_private_cmd()
12931 strlen(CMD_EWP_FILTER)) == 0) { in wl_handle_private_cmd()
12937 strlen(CMD_BEACON_RECV)) == 0) { in wl_handle_private_cmd()
12938 char *data = (command + strlen(CMD_BEACON_RECV) + 1); in wl_handle_private_cmd()
12944 else if (strnicmp(command, CMD_MBO, strlen(CMD_MBO)) == 0) { in wl_handle_private_cmd()
12951 strlen(CMD_CAC_TSPEC)) == 0) { in wl_handle_private_cmd()
12952 char *data = (command + strlen(CMD_CAC_TSPEC) + 1); in wl_handle_private_cmd()
12959 strlen(CMD_GET_CHAN_UTIL)) == 0) { in wl_handle_private_cmd()
12967 strlen(CMD_GEOFENCE_INTERVAL)) == 0) { in wl_handle_private_cmd()
12974 strlen(CMD_SET_SOFTAP_ELNA_BYPASS)) == 0) { in wl_handle_private_cmd()
12979 strlen(CMD_GET_SOFTAP_ELNA_BYPASS)) == 0) { in wl_handle_private_cmd()
12986 strlen(CMD_GET_NAN_STATUS)) == 0) { in wl_handle_private_cmd()
12992 else if (strnicmp(command, CMD_NAN_RANGING_SET_BW, strlen(CMD_NAN_RANGING_SET_BW)) == 0) { in wl_handle_private_cmd()
12993 int bw_cmd = *(command + strlen(CMD_NAN_RANGING_SET_BW) + 1) - '0'; in wl_handle_private_cmd()
12997 else if (strnicmp(command, CMD_GET_FACTORY_MAC, strlen(CMD_GET_FACTORY_MAC)) == 0) { in wl_handle_private_cmd()
13000 else if (strnicmp(command, CMD_HAPD_SET_AX_MODE, strlen(CMD_HAPD_SET_AX_MODE)) == 0) { in wl_handle_private_cmd()
13001 int skip = strlen(CMD_HAPD_SET_AX_MODE) + 1; in wl_handle_private_cmd()
13006 strlen(CMD_SET_LATENCY_CRITICAL_DATA)) == 0) { in wl_handle_private_cmd()
13007 int enable = *(command + strlen(CMD_SET_LATENCY_CRITICAL_DATA) + 1) - '0'; in wl_handle_private_cmd()
13011 strlen(CMD_GET_LATENCY_CRITICAL_DATA)) == 0) { in wl_handle_private_cmd()
13016 else if (strnicmp(command, CMD_TWT_SETUP, strlen(CMD_TWT_SETUP)) == 0) { in wl_handle_private_cmd()
13019 else if (strnicmp(command, CMD_TWT_TEARDOWN, strlen(CMD_TWT_TEARDOWN)) == 0) { in wl_handle_private_cmd()
13022 else if (strnicmp(command, CMD_TWT_INFO, strlen(CMD_TWT_INFO)) == 0) { in wl_handle_private_cmd()
13025 else if (strnicmp(command, CMD_TWT_STATUS_QUERY, strlen(CMD_TWT_STATUS_QUERY)) == 0) { in wl_handle_private_cmd()
13028 else if (strnicmp(command, CMD_TWT_CAPABILITY, strlen(CMD_TWT_CAPABILITY)) == 0) { in wl_handle_private_cmd()
13031 else if ((strnicmp(command, CMD_TWT_GET_STATS, strlen(CMD_TWT_GET_STATS)) == 0) || in wl_handle_private_cmd()
13032 (strnicmp(command, CMD_TWT_CLR_STATS, strlen(CMD_TWT_CLR_STATS)) == 0)) { in wl_handle_private_cmd()
13037 else if (strnicmp(command, CMD_ENABLE_6G_P2P, strlen(CMD_ENABLE_6G_P2P)) == 0) { in wl_handle_private_cmd()
13038 int enable = *(command + strlen(CMD_ENABLE_6G_P2P) + 1) - '0'; in wl_handle_private_cmd()
13716 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13721 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13733 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13738 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13763 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13774 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13786 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13797 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13816 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13827 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13840 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13851 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13863 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13874 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
13900 size_t len = strlen(data); in wl_cfg80211_wbtext_config()
14201 size_t slen = strlen(data); in wl_cfg80211_wbtext_table_config()
14237 if ((slen - 1) == (strlen(rssi) + strlen(band))) { in wl_cfg80211_wbtext_table_config()
14265 data += (strlen(rssi) + strlen(band) + 2); in wl_cfg80211_wbtext_table_config()
14267 slen = slen - (strlen(rssi) + strlen(band) + 2); in wl_cfg80211_wbtext_table_config()