Lines Matching refs:strlen

963 	command = (command + strlen(CMD_CHANNEL_WIDTH));  in wl_android_set_channel_width()
994 if (*(command + strlen(CMD_AP_HOGSQS)) == '\0') { in wl_android_hogsqs()
998 pos = pos + strlen(CMD_AP_HOGSQS) + 1; in wl_android_hogsqs()
999 if (!strncmp(pos, "cfg", strlen("cfg"))) { in wl_android_hogsqs()
1001 pos2 = pos + strlen("cfg"); in wl_android_hogsqs()
1002 } else if (!strncmp(pos, "duration", strlen("duration"))) { in wl_android_hogsqs()
1004 pos2 = pos + strlen("duration"); in wl_android_hogsqs()
1005 } else if (!strncmp(pos, "durth", strlen("durth"))) { in wl_android_hogsqs()
1007 pos2 = pos + strlen("durth"); in wl_android_hogsqs()
1008 } else if (!strncmp(pos, "count", strlen("count"))) { in wl_android_hogsqs()
1010 pos2 = pos + strlen("count"); in wl_android_hogsqs()
1065 command = (command + strlen(CMD_BANDSTEER)); in wl_android_set_bandsteer()
1172 wfds_hash = (wl_p2p_wfds_hash_t *)(command + strlen(CMD_ADD_WFDS_HASH) + 1); in wl_android_set_wfds_hash()
1177 wfds_hash = (wl_p2p_wfds_hash_t *)(command + strlen(CMD_DEL_WFDS_HASH) + 1); in wl_android_set_wfds_hash()
1286 if ((total_len - bytes_written) < (strlen(" rssi -XXX") + 1)) in wl_android_get_rssi()
1304 suspend_flag = *(command + strlen(CMD_SETSUSPENDOPT) + 1) - '0'; in wl_android_set_suspendopt()
1330 suspend_flag = *(command + strlen(CMD_SETSUSPENDMODE) + 1) - '0'; in wl_android_set_suspendmode()
1515 pos = pos + strlen(CMD_CHANNELS_IN_CC) + 1; in wl_android_get_channel_list()
1519 len = strlen(cic->country_abbrev); in wl_android_get_channel_list()
1589 command = (command + strlen(CMD_SET_CSA)); in wl_android_set_csa()
1623 strncpy(str_chan, command, strlen(command)); in wl_android_set_csa()
1694 dtim = *(command + strlen(CMD_SETDTIM_IN_SUSPEND) + 1) - '0'; in wl_android_set_bcn_li_dtim()
1718 dtim_flag = *(command + strlen(CMD_MAXDTIM_IN_SUSPEND) + 1) - '0'; in wl_android_set_max_dtim()
1737 dtim_flag = *(command + strlen(CMD_DISDTIM_IN_SUSPEND) + 1) - '0'; in wl_android_set_disable_dtim_in_suspend()
1768 uint band = *(command + strlen(CMD_SETBAND) + 1) - '0'; in wl_android_set_band()
1822 pcmd = command + strlen(CMD_ADDIE) + 1; in wl_android_add_vendor_ie()
1933 pcmd = command + strlen(CMD_DELIE) + 1; in wl_android_del_vendor_ie()
2386 unsigned char *p = (unsigned char *)(command + strlen(CMD_SETROAMSCANCHANNELS) + 1); in wl_android_set_roam_scan_channels()
2724 pcmd = command + strlen(CMD_SETJOINPREFER) + 1; in wl_android_set_join_prefer()
2725 total_len_left = strlen(pcmd); in wl_android_set_join_prefer()
2779 (strlen(CMD_SENDACTIONFRAME) + 1 + sizeof(android_wifi_af_params_t))) { in wl_android_send_action_frame()
2784 params = (android_wifi_af_params_t *)(command + strlen(CMD_SENDACTIONFRAME) + 1); in wl_android_send_action_frame()
2877 (strlen(CMD_REASSOC) + 1 + sizeof(android_wifi_reassoc_params_t))) { in wl_android_reassoc()
2881 params = (android_wifi_reassoc_params_t *)(command + strlen(CMD_REASSOC) + 1); in wl_android_reassoc()
3023 if (total_len < (strlen("SET_PMK ") + 32)) { in wl_android_set_pmk()
3036 memcpy((char *)pmk, command + strlen("SET_PMK "), 32); in wl_android_set_pmk()
3057 okc_enable = command[strlen(CMD_OKC_ENABLE) + 1] - '0'; in wl_android_okc_enable()
3077 while (strlen(restore_params[cnt].command) > 0 && restore_params[cnt].cmd_handler) { in wl_android_restore_scan_params()
3152 size_t slen = strlen(data); in wl_android_sroam_set_info()
3318 cmd_prefix_len = strlen("SET_DISCONNECT_IES "); in wl_android_set_disconnect_ies()
3319 cmd_len = strlen(command); in wl_android_set_disconnect_ies()
3707 if (len_remain > (strlen(CMD_WLS_BATCHING) + 1)) { in wls_parse_batching_cmd()
3708 pos = command + strlen(CMD_WLS_BATCHING) + 1; in wls_parse_batching_cmd()
3709 len_remain -= strlen(CMD_WLS_BATCHING) + 1; in wls_parse_batching_cmd()
3716 if (!strncmp(pos, PNO_BATCHING_SET, strlen(PNO_BATCHING_SET))) { in wls_parse_batching_cmd()
3717 if (len_remain > (strlen(PNO_BATCHING_SET) + 1)) { in wls_parse_batching_cmd()
3718 pos += strlen(PNO_BATCHING_SET) + 1; in wls_parse_batching_cmd()
3737 if (!strncmp(param, PNO_PARAM_SCANFREQ, strlen(PNO_PARAM_SCANFREQ))) { in wls_parse_batching_cmd()
3740 } else if (!strncmp(param, PNO_PARAM_BESTN, strlen(PNO_PARAM_BESTN))) { in wls_parse_batching_cmd()
3743 } else if (!strncmp(param, PNO_PARAM_MSCAN, strlen(PNO_PARAM_MSCAN))) { in wls_parse_batching_cmd()
3746 } else if (!strncmp(param, PNO_PARAM_CHANNEL, strlen(PNO_PARAM_CHANNEL))) { in wls_parse_batching_cmd()
3783 } else if (!strncmp(param, PNO_PARAM_RTT, strlen(PNO_PARAM_RTT))) { in wls_parse_batching_cmd()
3799 } else if (!strncmp(pos, PNO_BATCHING_GET, strlen(PNO_BATCHING_GET))) { in wls_parse_batching_cmd()
3804 err = strlen(command); in wls_parse_batching_cmd()
3806 } else if (!strncmp(pos, PNO_BATCHING_STOP, strlen(PNO_BATCHING_STOP))) { in wls_parse_batching_cmd()
3857 if (total_len < (strlen(CMD_PNOSETUP_SET) + sizeof(cmd_tlv_t))) { in wl_android_set_pno_setup()
3865 str_ptr = command + strlen(CMD_PNOSETUP_SET); in wl_android_set_pno_setup()
3866 tlv_size_left = total_len - strlen(CMD_PNOSETUP_SET); in wl_android_set_pno_setup()
4199 if ((strlen(command) - strlen(CMD_SETFWPATH)) > MOD_PARAM_PATHLEN) in wl_android_set_fwpath()
4201 return dhd_net_set_fw_path(net, command + strlen(CMD_SETFWPATH) + 1); in wl_android_set_fwpath()
5042 if (strnicmp(mbo_cmd->name, str, strlen(mbo_cmd->name)) == 0) { in wl_android_process_mbo_cmd()
5512 WL_INFORM(("Command: %s len:%d \n", cmd_str, (int)strlen(cmd_str))); in wl_android_set_auto_channel()
5513 if (strncmp(cmd_str, APCS_BAND_AUTO, strlen(APCS_BAND_AUTO)) == 0) { in wl_android_set_auto_channel()
5515 } else if (strnicmp(cmd_str, APCS_BAND_5G, strlen(APCS_BAND_5G)) == 0) { in wl_android_set_auto_channel()
5517 } else if (strnicmp(cmd_str, APCS_BAND_2G, strlen(APCS_BAND_2G)) == 0) { in wl_android_set_auto_channel()
5716 ssid.SSID_len = strlen(hapd_ssid); in wl_android_set_ssid()
5723 WL_ERR(("wl_android_set_ssid : Too long SSID Length %zu\n", strlen(hapd_ssid))); in wl_android_set_ssid()
5911 if (strlen(straddr) == 1 && bcm_atoi(straddr) == 0) { in wl_android_rmc_set_leader()
6235 if (total_len < (strlen(CMD_SETIBSSBEACONOUIDATA) + 1)) { in wl_android_set_ibss_beacon_ouidata()
6240 pcmd = command + strlen(CMD_SETIBSSBEACONOUIDATA) + 1; in wl_android_set_ibss_beacon_ouidata()
6345 pcmd = command + strlen(CMD_SET_ROAMPREF) + 1; in wl_android_set_roampref()
6346 total_len_left = total_len - strlen(CMD_SET_ROAMPREF) + 1; in wl_android_set_roampref()
7164 enable = command[strlen(CMD_RPSMODE) + 1] - '0'; in wl_android_set_rps_cpus()
7446 if (strncmp(cmd, "P2P_LO_START", strlen("P2P_LO_START")) == 0) { in wl_cfg80211_p2plo_offload()
7448 } else if (strncmp(cmd, "P2P_LO_STOP", strlen("P2P_LO_STOP")) == 0) { in wl_cfg80211_p2plo_offload()
7565 if (strncmp(token, mimo_cmd, strlen(mimo_cmd)) == 0) { in wl_android_get_rssi_per_ant()
7574 if (token && strncmp(token, mimo_cmd, strlen(mimo_cmd)) == 0) { in wl_android_get_rssi_per_ant()
8131 if (strlen(CMD_PKTLOG_FILTER_PATTERN_ENABLE) + 1 > total_len) { in wl_android_pktlog_filter_pattern_enable()
8136 command + strlen(CMD_PKTLOG_FILTER_PATTERN_ENABLE) + 1, TRUE); in wl_android_pktlog_filter_pattern_enable()
8165 if (strlen(CMD_PKTLOG_FILTER_PATTERN_DISABLE) + 1 > total_len) { in wl_android_pktlog_filter_pattern_disable()
8170 command + strlen(CMD_PKTLOG_FILTER_PATTERN_DISABLE) + 1, FALSE); in wl_android_pktlog_filter_pattern_disable()
8199 if (strlen(CMD_PKTLOG_FILTER_ADD) + 1 > total_len) { in wl_android_pktlog_filter_add()
8203 err = dhd_pktlog_filter_add(filter, command + strlen(CMD_PKTLOG_FILTER_ADD) + 1); in wl_android_pktlog_filter_add()
8232 if (strlen(CMD_PKTLOG_FILTER_DEL) + 1 > total_len) { in wl_android_pktlog_filter_del()
8234 __FUNCTION__, (int)strlen(CMD_PKTLOG_FILTER_DEL))); in wl_android_pktlog_filter_del()
8238 err = dhd_pktlog_filter_del(filter, command + strlen(CMD_PKTLOG_FILTER_DEL) + 1); in wl_android_pktlog_filter_del()
8350 if (strlen(CMD_PKTLOG_FILTER_EXIST) + 1 > total_len) { in wl_android_pktlog_filter_exist()
8354 exist = dhd_pktlog_filter_existed(filter, command + strlen(CMD_PKTLOG_FILTER_EXIST) + 1, in wl_android_pktlog_filter_exist()
8436 if (strlen(CMD_PKTLOG_CHANGE_SIZE) + 1 > total_len) { in wl_android_pktlog_change_size()
8440 size = bcm_strtoul(command + strlen(CMD_PKTLOG_CHANGE_SIZE) + 1, NULL, 0); in wl_android_pktlog_change_size()
8476 strlen(CMD_EWP_FILTER) + 1); in wl_android_ewp_filter()
8487 if (strlen(command) > strlen(CMD_EWP_FILTER) + 1) { in wl_android_ewp_filter()
8904 if (strncmp(cmd_argv, "start", strlen("start")) == 0) { in wl_android_bcnrecv_config()
8911 } else if (strncmp(cmd_argv, "stop", strlen("stop")) == 0) { in wl_android_bcnrecv_config()
8961 if (strncmp(argv, "addts", strlen("addts")) == 0) { in wl_android_handle_cac_action()
8983 } else if (strncmp(argv, "delts", strlen("delts")) == 0) { in wl_android_handle_cac_action()
9081 if (strnicmp(command, CMD_START, strlen(CMD_START)) == 0) { in wl_handle_private_cmd()
9093 else if (strnicmp(command, CMD_SETFWPATH, strlen(CMD_SETFWPATH)) == 0) { in wl_handle_private_cmd()
9103 if (strnicmp(command, CMD_STOP, strlen(CMD_STOP)) == 0) { in wl_handle_private_cmd()
9115 else if (strnicmp(command, CMD_SCAN_ACTIVE, strlen(CMD_SCAN_ACTIVE)) == 0) { in wl_handle_private_cmd()
9118 else if (strnicmp(command, CMD_SCAN_PASSIVE, strlen(CMD_SCAN_PASSIVE)) == 0) { in wl_handle_private_cmd()
9121 else if (strnicmp(command, CMD_RSSI, strlen(CMD_RSSI)) == 0) { in wl_handle_private_cmd()
9124 else if (strnicmp(command, CMD_LINKSPEED, strlen(CMD_LINKSPEED)) == 0) { in wl_handle_private_cmd()
9129 else if (strnicmp(command, CMD_RXFILTER_START, strlen(CMD_RXFILTER_START)) == 0) { in wl_handle_private_cmd()
9132 else if (strnicmp(command, CMD_RXFILTER_STOP, strlen(CMD_RXFILTER_STOP)) == 0) { in wl_handle_private_cmd()
9135 else if (strnicmp(command, CMD_RXFILTER_ADD, strlen(CMD_RXFILTER_ADD)) == 0) { in wl_handle_private_cmd()
9136 int filter_num = *(command + strlen(CMD_RXFILTER_ADD) + 1) - '0'; in wl_handle_private_cmd()
9139 else if (strnicmp(command, CMD_RXFILTER_REMOVE, strlen(CMD_RXFILTER_REMOVE)) == 0) { in wl_handle_private_cmd()
9140 int filter_num = *(command + strlen(CMD_RXFILTER_REMOVE) + 1) - '0'; in wl_handle_private_cmd()
9144 else if (strnicmp(command, CMD_BTCOEXSCAN_START, strlen(CMD_BTCOEXSCAN_START)) == 0) { in wl_handle_private_cmd()
9147 else if (strnicmp(command, CMD_BTCOEXSCAN_STOP, strlen(CMD_BTCOEXSCAN_STOP)) == 0) { in wl_handle_private_cmd()
9150 else if (strnicmp(command, CMD_BTCOEXMODE, strlen(CMD_BTCOEXMODE)) == 0) { in wl_handle_private_cmd()
9156 uint mode = *(command + strlen(CMD_BTCOEXMODE) + 1) - '0'; in wl_handle_private_cmd()
9165 else if (strnicmp(command, CMD_SETSUSPENDOPT, strlen(CMD_SETSUSPENDOPT)) == 0) { in wl_handle_private_cmd()
9168 else if (strnicmp(command, CMD_SETSUSPENDMODE, strlen(CMD_SETSUSPENDMODE)) == 0) { in wl_handle_private_cmd()
9171 else if (strnicmp(command, CMD_SETDTIM_IN_SUSPEND, strlen(CMD_SETDTIM_IN_SUSPEND)) == 0) { in wl_handle_private_cmd()
9174 else if (strnicmp(command, CMD_MAXDTIM_IN_SUSPEND, strlen(CMD_MAXDTIM_IN_SUSPEND)) == 0) { in wl_handle_private_cmd()
9178 else if (strnicmp(command, CMD_DISDTIM_IN_SUSPEND, strlen(CMD_DISDTIM_IN_SUSPEND)) == 0) { in wl_handle_private_cmd()
9182 else if (strnicmp(command, CMD_SETBAND, strlen(CMD_SETBAND)) == 0) { in wl_handle_private_cmd()
9185 else if (strnicmp(command, CMD_GETBAND, strlen(CMD_GETBAND)) == 0) { in wl_handle_private_cmd()
9188 else if (strnicmp(command, CMD_ADDIE, strlen(CMD_ADDIE)) == 0) { in wl_handle_private_cmd()
9191 else if (strnicmp(command, CMD_DELIE, strlen(CMD_DELIE)) == 0) { in wl_handle_private_cmd()
9197 else if (strnicmp(command, CMD_COUNTRY, strlen(CMD_COUNTRY)) == 0) { in wl_handle_private_cmd()
9203 char *country_code = command + strlen(CMD_COUNTRY) + 1; in wl_handle_private_cmd()
9215 strlen(CMD_COUNTRY_DELIMITER)) == 0) && in wl_handle_private_cmd()
9241 else if (strnicmp(command, CMD_CHANNELS_IN_CC, strlen(CMD_CHANNELS_IN_CC)) == 0) { in wl_handle_private_cmd()
9243 } else if (strnicmp(command, CMD_SET_CSA, strlen(CMD_SET_CSA)) == 0) { in wl_handle_private_cmd()
9245 } else if (strnicmp(command, CMD_CHANSPEC, strlen(CMD_CHANSPEC)) == 0) { in wl_handle_private_cmd()
9249 else if (strnicmp(command, CMD_DATARATE, strlen(CMD_DATARATE)) == 0) { in wl_handle_private_cmd()
9251 } else if (strnicmp(command, CMD_80211_MODE, strlen(CMD_80211_MODE)) == 0) { in wl_handle_private_cmd()
9253 } else if (strnicmp(command, CMD_ASSOC_CLIENTS, strlen(CMD_ASSOC_CLIENTS)) == 0) { in wl_handle_private_cmd()
9257 else if (strnicmp(command, CMD_RSDB_MODE, strlen(CMD_RSDB_MODE)) == 0) { in wl_handle_private_cmd()
9264 strlen(CMD_ROAMTRIGGER_SET)) == 0) { in wl_handle_private_cmd()
9267 strlen(CMD_ROAMTRIGGER_GET)) == 0) { in wl_handle_private_cmd()
9271 strlen(CMD_ROAMDELTA_SET)) == 0) { in wl_handle_private_cmd()
9274 strlen(CMD_ROAMDELTA_GET)) == 0) { in wl_handle_private_cmd()
9278 strlen(CMD_ROAMSCANPERIOD_SET)) == 0) { in wl_handle_private_cmd()
9281 strlen(CMD_ROAMSCANPERIOD_GET)) == 0) { in wl_handle_private_cmd()
9285 strlen(CMD_FULLROAMSCANPERIOD_SET)) == 0) { in wl_handle_private_cmd()
9289 strlen(CMD_FULLROAMSCANPERIOD_GET)) == 0) { in wl_handle_private_cmd()
9295 strlen(CMD_COUNTRYREV_SET)) == 0) { in wl_handle_private_cmd()
9306 strlen(CMD_COUNTRYREV_GET)) == 0) { in wl_handle_private_cmd()
9313 else if (strnicmp(command, CMD_GETROAMSCANCONTROL, strlen(CMD_GETROAMSCANCONTROL)) == 0) { in wl_handle_private_cmd()
9316 else if (strnicmp(command, CMD_SETROAMSCANCONTROL, strlen(CMD_SETROAMSCANCONTROL)) == 0) { in wl_handle_private_cmd()
9319 else if (strnicmp(command, CMD_GETROAMSCANCHANNELS, strlen(CMD_GETROAMSCANCHANNELS)) == 0) { in wl_handle_private_cmd()
9322 else if (strnicmp(command, CMD_SETROAMSCANCHANNELS, strlen(CMD_SETROAMSCANCHANNELS)) == 0) { in wl_handle_private_cmd()
9325 else if (strnicmp(command, CMD_SENDACTIONFRAME, strlen(CMD_SENDACTIONFRAME)) == 0) { in wl_handle_private_cmd()
9328 else if (strnicmp(command, CMD_REASSOC, strlen(CMD_REASSOC)) == 0) { in wl_handle_private_cmd()
9331 else if (strnicmp(command, CMD_GETSCANCHANNELTIME, strlen(CMD_GETSCANCHANNELTIME)) == 0) { in wl_handle_private_cmd()
9334 else if (strnicmp(command, CMD_SETSCANCHANNELTIME, strlen(CMD_SETSCANCHANNELTIME)) == 0) { in wl_handle_private_cmd()
9337 else if (strnicmp(command, CMD_GETSCANUNASSOCTIME, strlen(CMD_GETSCANUNASSOCTIME)) == 0) { in wl_handle_private_cmd()
9340 else if (strnicmp(command, CMD_SETSCANUNASSOCTIME, strlen(CMD_SETSCANUNASSOCTIME)) == 0) { in wl_handle_private_cmd()
9343 else if (strnicmp(command, CMD_GETSCANPASSIVETIME, strlen(CMD_GETSCANPASSIVETIME)) == 0) { in wl_handle_private_cmd()
9346 else if (strnicmp(command, CMD_SETSCANPASSIVETIME, strlen(CMD_SETSCANPASSIVETIME)) == 0) { in wl_handle_private_cmd()
9349 else if (strnicmp(command, CMD_GETSCANHOMETIME, strlen(CMD_GETSCANHOMETIME)) == 0) { in wl_handle_private_cmd()
9352 else if (strnicmp(command, CMD_SETSCANHOMETIME, strlen(CMD_SETSCANHOMETIME)) == 0) { in wl_handle_private_cmd()
9355 else if (strnicmp(command, CMD_GETSCANHOMEAWAYTIME, strlen(CMD_GETSCANHOMEAWAYTIME)) == 0) { in wl_handle_private_cmd()
9359 else if (strnicmp(command, CMD_SETSCANHOMEAWAYTIME, strlen(CMD_SETSCANHOMEAWAYTIME)) == 0) { in wl_handle_private_cmd()
9362 else if (strnicmp(command, CMD_GETSCANNPROBES, strlen(CMD_GETSCANNPROBES)) == 0) { in wl_handle_private_cmd()
9365 else if (strnicmp(command, CMD_SETSCANNPROBES, strlen(CMD_SETSCANNPROBES)) == 0) { in wl_handle_private_cmd()
9368 else if (strnicmp(command, CMD_GETDFSSCANMODE, strlen(CMD_GETDFSSCANMODE)) == 0) { in wl_handle_private_cmd()
9372 else if (strnicmp(command, CMD_SETDFSSCANMODE, strlen(CMD_SETDFSSCANMODE)) == 0) { in wl_handle_private_cmd()
9375 else if (strnicmp(command, CMD_SETJOINPREFER, strlen(CMD_SETJOINPREFER)) == 0) { in wl_handle_private_cmd()
9378 else if (strnicmp(command, CMD_GETWESMODE, strlen(CMD_GETWESMODE)) == 0) { in wl_handle_private_cmd()
9381 else if (strnicmp(command, CMD_SETWESMODE, strlen(CMD_SETWESMODE)) == 0) { in wl_handle_private_cmd()
9384 else if (strnicmp(command, CMD_GETOKCMODE, strlen(CMD_GETOKCMODE)) == 0) { in wl_handle_private_cmd()
9387 else if (strnicmp(command, CMD_SETOKCMODE, strlen(CMD_SETOKCMODE)) == 0) { in wl_handle_private_cmd()
9390 else if (strnicmp(command, CMD_OKC_SET_PMK, strlen(CMD_OKC_SET_PMK)) == 0) { in wl_handle_private_cmd()
9393 else if (strnicmp(command, CMD_OKC_ENABLE, strlen(CMD_OKC_ENABLE)) == 0) { in wl_handle_private_cmd()
9398 else if (strnicmp(command, CMD_RESTORE_SCAN_PARAMS, strlen(CMD_RESTORE_SCAN_PARAMS)) == 0) { in wl_handle_private_cmd()
9403 else if (strnicmp(command, CMD_TDLS_RESET, strlen(CMD_TDLS_RESET)) == 0) { in wl_handle_private_cmd()
9408 else if (strnicmp(command, CMD_SROAM_TURN_ON, strlen(CMD_SROAM_TURN_ON)) == 0) { in wl_handle_private_cmd()
9409 int skip = strlen(CMD_SROAM_TURN_ON) + 1; in wl_handle_private_cmd()
9412 else if (strnicmp(command, CMD_SROAM_SET_INFO, strlen(CMD_SROAM_SET_INFO)) == 0) { in wl_handle_private_cmd()
9413 char *data = (command + strlen(CMD_SROAM_SET_INFO) + 1); in wl_handle_private_cmd()
9416 else if (strnicmp(command, CMD_SROAM_GET_INFO, strlen(CMD_SROAM_GET_INFO)) == 0) { in wl_handle_private_cmd()
9420 else if (strnicmp(command, CMD_SET_DISCONNECT_IES, strlen(CMD_SET_DISCONNECT_IES)) == 0) { in wl_handle_private_cmd()
9426 else if (strnicmp(command, CMD_PNOSSIDCLR_SET, strlen(CMD_PNOSSIDCLR_SET)) == 0) { in wl_handle_private_cmd()
9430 else if (strnicmp(command, CMD_PNOSETUP_SET, strlen(CMD_PNOSETUP_SET)) == 0) { in wl_handle_private_cmd()
9434 else if (strnicmp(command, CMD_PNOENABLE_SET, strlen(CMD_PNOENABLE_SET)) == 0) { in wl_handle_private_cmd()
9435 int enable = *(command + strlen(CMD_PNOENABLE_SET) + 1) - '0'; in wl_handle_private_cmd()
9438 else if (strnicmp(command, CMD_WLS_BATCHING, strlen(CMD_WLS_BATCHING)) == 0) { in wl_handle_private_cmd()
9442 else if (strnicmp(command, CMD_P2P_DEV_ADDR, strlen(CMD_P2P_DEV_ADDR)) == 0) { in wl_handle_private_cmd()
9445 else if (strnicmp(command, CMD_P2P_SET_NOA, strlen(CMD_P2P_SET_NOA)) == 0) { in wl_handle_private_cmd()
9446 int skip = strlen(CMD_P2P_SET_NOA) + 1; in wl_handle_private_cmd()
9451 else if (strnicmp(command, CMD_P2P_LISTEN_OFFLOAD, strlen(CMD_P2P_LISTEN_OFFLOAD)) == 0) { in wl_handle_private_cmd()
9454 sub_command ? strlen(sub_command) : 0); in wl_handle_private_cmd()
9458 else if (strnicmp(command, CMD_P2P_GET_NOA, strlen(CMD_P2P_GET_NOA)) == 0) { in wl_handle_private_cmd()
9462 else if (strnicmp(command, CMD_P2P_SET_PS, strlen(CMD_P2P_SET_PS)) == 0) { in wl_handle_private_cmd()
9463 int skip = strlen(CMD_P2P_SET_PS) + 1; in wl_handle_private_cmd()
9467 else if (strnicmp(command, CMD_P2P_ECSA, strlen(CMD_P2P_ECSA)) == 0) { in wl_handle_private_cmd()
9468 int skip = strlen(CMD_P2P_ECSA) + 1; in wl_handle_private_cmd()
9472 else if (strnicmp(command, CMD_P2P_INC_BW, strlen(CMD_P2P_INC_BW)) == 0) { in wl_handle_private_cmd()
9473 int skip = strlen(CMD_P2P_INC_BW) + 1; in wl_handle_private_cmd()
9479 strlen(CMD_SET_AP_WPS_P2P_IE)) == 0) { in wl_handle_private_cmd()
9480 int skip = strlen(CMD_SET_AP_WPS_P2P_IE) + 3; in wl_handle_private_cmd()
9485 else if (strnicmp(command, CMD_GET_FTKEY, strlen(CMD_GET_FTKEY)) == 0) { in wl_handle_private_cmd()
9492 strlen(CMD_GET_BEST_CHANNELS)) == 0) { in wl_handle_private_cmd()
9499 strlen(CMD_SET_HAPD_AUTO_CHANNEL)) == 0) { in wl_handle_private_cmd()
9500 int skip = strlen(CMD_SET_HAPD_AUTO_CHANNEL) + 1; in wl_handle_private_cmd()
9508 else if (strnicmp(command, CMD_AMPDU_MPDU, strlen(CMD_AMPDU_MPDU)) == 0) { in wl_handle_private_cmd()
9509 int skip = strlen(CMD_AMPDU_MPDU) + 1; in wl_handle_private_cmd()
9515 strlen(CMD_HAPD_STA_DISASSOC)) == 0) { in wl_handle_private_cmd()
9516 int skip = strlen(CMD_HAPD_STA_DISASSOC) + 1; in wl_handle_private_cmd()
9522 strlen(CMD_HAPD_LPC_ENABLED)) == 0) { in wl_handle_private_cmd()
9523 int skip = strlen(CMD_HAPD_LPC_ENABLED) + 3; in wl_handle_private_cmd()
9529 strlen(CMD_TEST_FORCE_HANG)) == 0) { in wl_handle_private_cmd()
9530 int skip = strlen(CMD_TEST_FORCE_HANG) + 1; in wl_handle_private_cmd()
9534 else if (strnicmp(command, CMD_CHANGE_RL, strlen(CMD_CHANGE_RL)) == 0) in wl_handle_private_cmd()
9536 else if (strnicmp(command, CMD_RESTORE_RL, strlen(CMD_RESTORE_RL)) == 0) in wl_handle_private_cmd()
9539 else if (strnicmp(command, CMD_LTECX_SET, strlen(CMD_LTECX_SET)) == 0) { in wl_handle_private_cmd()
9540 int skip = strlen(CMD_LTECX_SET) + 1; in wl_handle_private_cmd()
9545 else if (strnicmp(command, CMD_SET_RMC_ENABLE, strlen(CMD_SET_RMC_ENABLE)) == 0) { in wl_handle_private_cmd()
9546 int rmc_enable = *(command + strlen(CMD_SET_RMC_ENABLE) + 1) - '0'; in wl_handle_private_cmd()
9549 else if (strnicmp(command, CMD_SET_RMC_TXRATE, strlen(CMD_SET_RMC_TXRATE)) == 0) { in wl_handle_private_cmd()
9554 else if (strnicmp(command, CMD_SET_RMC_ACTPERIOD, strlen(CMD_SET_RMC_ACTPERIOD)) == 0) { in wl_handle_private_cmd()
9559 else if (strnicmp(command, CMD_SET_RMC_IDLEPERIOD, strlen(CMD_SET_RMC_IDLEPERIOD)) == 0) { in wl_handle_private_cmd()
9565 else if (strnicmp(command, CMD_SET_RMC_LEADER, strlen(CMD_SET_RMC_LEADER)) == 0) { in wl_handle_private_cmd()
9566 int skip = strlen(CMD_SET_RMC_LEADER) + 1; in wl_handle_private_cmd()
9570 strlen(CMD_SET_RMC_EVENT)) == 0) { in wl_handle_private_cmd()
9574 else if (strnicmp(command, CMD_GET_SCSCAN, strlen(CMD_GET_SCSCAN)) == 0) { in wl_handle_private_cmd()
9577 else if (strnicmp(command, CMD_SET_SCSCAN, strlen(CMD_SET_SCSCAN)) == 0) { in wl_handle_private_cmd()
9582 strlen(CMD_TEST_SET_TX_POWER)) == 0) { in wl_handle_private_cmd()
9583 int skip = strlen(CMD_TEST_SET_TX_POWER) + 1; in wl_handle_private_cmd()
9587 strlen(CMD_TEST_GET_TX_POWER)) == 0) { in wl_handle_private_cmd()
9592 strlen(CMD_SARLIMIT_TX_CONTROL)) == 0) { in wl_handle_private_cmd()
9593 int skip = strlen(CMD_SARLIMIT_TX_CONTROL) + 1; in wl_handle_private_cmd()
9597 else if (strnicmp(command, CMD_SET_TID, strlen(CMD_SET_TID)) == 0) { in wl_handle_private_cmd()
9600 else if (strnicmp(command, CMD_GET_TID, strlen(CMD_GET_TID)) == 0) { in wl_handle_private_cmd()
9607 strlen(CMD_SET_HAPD_MAX_NUM_STA)) == 0) { in wl_handle_private_cmd()
9608 int skip = strlen(CMD_SET_HAPD_MAX_NUM_STA) + 3; in wl_handle_private_cmd()
9612 strlen(CMD_SET_HAPD_SSID)) == 0) { in wl_handle_private_cmd()
9613 int skip = strlen(CMD_SET_HAPD_SSID) + 3; in wl_handle_private_cmd()
9617 strlen(CMD_SET_HAPD_HIDE_SSID)) == 0) { in wl_handle_private_cmd()
9618 int skip = strlen(CMD_SET_HAPD_HIDE_SSID) + 1; in wl_handle_private_cmd()
9623 else if (strnicmp(command, CMD_HAPD_MAC_FILTER, strlen(CMD_HAPD_MAC_FILTER)) == 0) { in wl_handle_private_cmd()
9624 int skip = strlen(CMD_HAPD_MAC_FILTER) + 1; in wl_handle_private_cmd()
9628 else if (strnicmp(command, CMD_SETROAMMODE, strlen(CMD_SETROAMMODE)) == 0) in wl_handle_private_cmd()
9631 else if (strnicmp(command, CMD_SET_ROAMPREF, strlen(CMD_SET_ROAMPREF)) == 0) { in wl_handle_private_cmd()
9635 else if (strnicmp(command, CMD_MIRACAST, strlen(CMD_MIRACAST)) == 0) in wl_handle_private_cmd()
9637 else if (strnicmp(command, CMD_SETIBSSBEACONOUIDATA, strlen(CMD_SETIBSSBEACONOUIDATA)) == 0) in wl_handle_private_cmd()
9642 strlen(CMD_SETIBSSTXFAILEVENT)) == 0) in wl_handle_private_cmd()
9645 strlen(CMD_GET_IBSS_PEER_INFO_ALL)) == 0) in wl_handle_private_cmd()
9649 strlen(CMD_GET_IBSS_PEER_INFO)) == 0) in wl_handle_private_cmd()
9653 strlen(CMD_SETIBSSROUTETABLE)) == 0) in wl_handle_private_cmd()
9655 else if (strnicmp(command, CMD_SETIBSSAMPDU, strlen(CMD_SETIBSSAMPDU)) == 0) in wl_handle_private_cmd()
9657 else if (strnicmp(command, CMD_SETIBSSANTENNAMODE, strlen(CMD_SETIBSSANTENNAMODE)) == 0) in wl_handle_private_cmd()
9660 else if (strnicmp(command, CMD_KEEP_ALIVE, strlen(CMD_KEEP_ALIVE)) == 0) { in wl_handle_private_cmd()
9661 int skip = strlen(CMD_KEEP_ALIVE) + 1; in wl_handle_private_cmd()
9664 else if (strnicmp(command, CMD_ROAM_OFFLOAD, strlen(CMD_ROAM_OFFLOAD)) == 0) { in wl_handle_private_cmd()
9665 int enable = *(command + strlen(CMD_ROAM_OFFLOAD) + 1) - '0'; in wl_handle_private_cmd()
9668 else if (strnicmp(command, CMD_INTERFACE_CREATE, strlen(CMD_INTERFACE_CREATE)) == 0) { in wl_handle_private_cmd()
9669 char *name = (command + strlen(CMD_INTERFACE_CREATE) +1); in wl_handle_private_cmd()
9679 else if (strnicmp(command, CMD_INTERFACE_DELETE, strlen(CMD_INTERFACE_DELETE)) == 0) { in wl_handle_private_cmd()
9680 char *name = (command + strlen(CMD_INTERFACE_DELETE) +1); in wl_handle_private_cmd()
9684 else if (strnicmp(command, CMD_GET_LINK_STATUS, strlen(CMD_GET_LINK_STATUS)) == 0) { in wl_handle_private_cmd()
9689 strlen(CMD_P2P_SET_WFDIE_RESP)) == 0) { in wl_handle_private_cmd()
9690 int mode = *(command + strlen(CMD_P2P_SET_WFDIE_RESP) + 1) - '0'; in wl_handle_private_cmd()
9693 strlen(CMD_P2P_GET_WFDIE_RESP)) == 0) { in wl_handle_private_cmd()
9697 else if (strnicmp(command, CMD_DFS_AP_MOVE, strlen(CMD_DFS_AP_MOVE)) == 0) { in wl_handle_private_cmd()
9698 char *data = (command + strlen(CMD_DFS_AP_MOVE) +1); in wl_handle_private_cmd()
9702 else if (strnicmp(command, CMD_WBTEXT_ENABLE, strlen(CMD_WBTEXT_ENABLE)) == 0) { in wl_handle_private_cmd()
9706 strlen(CMD_WBTEXT_PROFILE_CONFIG)) == 0) { in wl_handle_private_cmd()
9707 char *data = (command + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_handle_private_cmd()
9711 strlen(CMD_WBTEXT_WEIGHT_CONFIG)) == 0) { in wl_handle_private_cmd()
9712 char *data = (command + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_handle_private_cmd()
9717 strlen(CMD_WBTEXT_TABLE_CONFIG)) == 0) { in wl_handle_private_cmd()
9718 char *data = (command + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_handle_private_cmd()
9723 strlen(CMD_WBTEXT_DELTA_CONFIG)) == 0) { in wl_handle_private_cmd()
9724 char *data = (command + strlen(CMD_WBTEXT_DELTA_CONFIG) + 1); in wl_handle_private_cmd()
9729 strlen(CMD_WBTEXT_BTM_TIMER_THRESHOLD)) == 0) { in wl_handle_private_cmd()
9734 strlen(CMD_WBTEXT_BTM_DELTA)) == 0) { in wl_handle_private_cmd()
9739 strlen(CMD_WBTEXT_ESTM_ENABLE)) == 0) { in wl_handle_private_cmd()
9745 else if (strnicmp(command, CMD_RPSMODE, strlen(CMD_RPSMODE)) == 0) { in wl_handle_private_cmd()
9750 else if (strnicmp(command, CMD_ADD_WFDS_HASH, strlen(CMD_ADD_WFDS_HASH)) == 0) { in wl_handle_private_cmd()
9753 else if (strnicmp(command, CMD_DEL_WFDS_HASH, strlen(CMD_DEL_WFDS_HASH)) == 0) { in wl_handle_private_cmd()
9758 else if (strnicmp(command, CMD_TBOW_TEARDOWN, strlen(CMD_TBOW_TEARDOWN)) == 0) { in wl_handle_private_cmd()
9765 strlen(CMD_GET_FCC_PWR_LIMIT_2G)) == 0) { in wl_handle_private_cmd()
9769 strlen(CMD_SET_FCC_PWR_LIMIT_2G)) == 0) { in wl_handle_private_cmd()
9773 else if (strnicmp(command, CMD_GET_STA_INFO, strlen(CMD_GET_STA_INFO)) == 0) { in wl_handle_private_cmd()
9778 strlen(CMD_MURX_BFE_CAP)) == 0) { in wl_handle_private_cmd()
9780 uint val = *(command + strlen(CMD_MURX_BFE_CAP) + 1) - '0'; in wl_handle_private_cmd()
9787 else if (strnicmp(command, CMD_GET_AP_BASICRATE, strlen(CMD_GET_AP_BASICRATE)) == 0) { in wl_handle_private_cmd()
9790 else if (strnicmp(command, CMD_SET_AP_BEACONRATE, strlen(CMD_SET_AP_BEACONRATE)) == 0) { in wl_handle_private_cmd()
9795 else if (strnicmp(command, CMD_SET_AP_RPS_PARAMS, strlen(CMD_SET_AP_RPS_PARAMS)) == 0) { in wl_handle_private_cmd()
9798 else if (strnicmp(command, CMD_SET_AP_RPS, strlen(CMD_SET_AP_RPS)) == 0) { in wl_handle_private_cmd()
9801 else if (strnicmp(command, CMD_GET_AP_RPS, strlen(CMD_GET_AP_RPS)) == 0) { in wl_handle_private_cmd()
9806 else if (strnicmp(command, CMD_SET_RSSI_LOGGING, strlen(CMD_SET_RSSI_LOGGING)) == 0) { in wl_handle_private_cmd()
9809 else if (strnicmp(command, CMD_GET_RSSI_LOGGING, strlen(CMD_GET_RSSI_LOGGING)) == 0) { in wl_handle_private_cmd()
9812 else if (strnicmp(command, CMD_GET_RSSI_PER_ANT, strlen(CMD_GET_RSSI_PER_ANT)) == 0) { in wl_handle_private_cmd()
9817 else if (strnicmp(command, CMD_GET_BSS_INFO, strlen(CMD_GET_BSS_INFO)) == 0) { in wl_handle_private_cmd()
9820 else if (strnicmp(command, CMD_GET_ASSOC_REJECT_INFO, strlen(CMD_GET_ASSOC_REJECT_INFO)) in wl_handle_private_cmd()
9827 else if (strnicmp(command, ENABLE_RANDOM_MAC, strlen(ENABLE_RANDOM_MAC)) == 0) { in wl_handle_private_cmd()
9829 } else if (strnicmp(command, DISABLE_RANDOM_MAC, strlen(DISABLE_RANDOM_MAC)) == 0) { in wl_handle_private_cmd()
9834 else if (strnicmp(command, CMD_BANDSTEER, strlen(CMD_BANDSTEER)) == 0) { in wl_handle_private_cmd()
9837 else if (strnicmp(command, CMD_BANDSTEER_TRIGGER, strlen(CMD_BANDSTEER_TRIGGER)) == 0) { in wl_handle_private_cmd()
9838 uint8 *p = command + strlen(CMD_BANDSTEER_TRIGGER)+1; in wl_handle_private_cmd()
9855 else if (strnicmp(command, CMD_AP_HOGSQS, strlen(CMD_AP_HOGSQS)) == 0) { in wl_handle_private_cmd()
9860 else if (strnicmp(command, CMD_NATOE, strlen(CMD_NATOE)) == 0) { in wl_handle_private_cmd()
9867 strlen(CMD_GET_CONNECTION_STATS)) == 0) { in wl_handle_private_cmd()
9874 strlen(CMD_NEW_DEBUG_PRINT_DUMP)) == 0) { in wl_handle_private_cmd()
9877 if (strnicmp(command + strlen(CMD_NEW_DEBUG_PRINT_DUMP), " ", 1) == 0) { in wl_handle_private_cmd()
9879 if (strnicmp(command + strlen(CMD_NEW_DEBUG_PRINT_DUMP) + 1, in wl_handle_private_cmd()
9880 SUBCMD_UNWANTED, strlen(SUBCMD_UNWANTED)) == 0) { in wl_handle_private_cmd()
9882 } else if (strnicmp(command + strlen(CMD_NEW_DEBUG_PRINT_DUMP) + 1, in wl_handle_private_cmd()
9883 SUBCMD_DISCONNECTED, strlen(SUBCMD_DISCONNECTED)) == 0) { in wl_handle_private_cmd()
9894 else if (strnicmp(command, CMD_DUMP_STATUS_LOG, strlen(CMD_DUMP_STATUS_LOG)) == 0) { in wl_handle_private_cmd()
9897 else if (strnicmp(command, CMD_QUERY_STATUS_LOG, strlen(CMD_QUERY_STATUS_LOG)) == 0) { in wl_handle_private_cmd()
9903 else if (strnicmp(command, CMD_PCIE_IRQ_CORE, strlen(CMD_PCIE_IRQ_CORE)) == 0) { in wl_handle_private_cmd()
9904 int affinity_cmd = *(command + strlen(CMD_PCIE_IRQ_CORE) + 1) - '0'; in wl_handle_private_cmd()
9909 else if (strnicmp(command, CMD_MAKE_HANG, strlen(CMD_MAKE_HANG)) == 0) { in wl_handle_private_cmd()
9910 int skip = strlen(CMD_MAKE_HANG) + 1; in wl_handle_private_cmd()
9915 else if (strnicmp(command, CMD_SET_LQCM_ENABLE, strlen(CMD_SET_LQCM_ENABLE)) == 0) { in wl_handle_private_cmd()
9916 int lqcm_enable = *(command + strlen(CMD_SET_LQCM_ENABLE) + 1) - '0'; in wl_handle_private_cmd()
9920 strlen(CMD_GET_LQCM_REPORT)) == 0) { in wl_handle_private_cmd()
9925 else if (strnicmp(command, CMD_GET_SNR, strlen(CMD_GET_SNR)) == 0) { in wl_handle_private_cmd()
9929 else if (strnicmp(command, CMD_SET_ADPS, strlen(CMD_SET_ADPS)) == 0) { in wl_handle_private_cmd()
9930 int skip = strlen(CMD_SET_ADPS) + 1; in wl_handle_private_cmd()
9933 else if (strnicmp(command, CMD_GET_ADPS, strlen(CMD_GET_ADPS)) == 0) { in wl_handle_private_cmd()
9939 strlen(CMD_PKTLOG_FILTER_ENABLE)) == 0) { in wl_handle_private_cmd()
9943 strlen(CMD_PKTLOG_FILTER_DISABLE)) == 0) { in wl_handle_private_cmd()
9947 strlen(CMD_PKTLOG_FILTER_PATTERN_ENABLE)) == 0) { in wl_handle_private_cmd()
9952 strlen(CMD_PKTLOG_FILTER_PATTERN_DISABLE)) == 0) { in wl_handle_private_cmd()
9956 else if (strnicmp(command, CMD_PKTLOG_FILTER_ADD, strlen(CMD_PKTLOG_FILTER_ADD)) == 0) { in wl_handle_private_cmd()
9959 else if (strnicmp(command, CMD_PKTLOG_FILTER_DEL, strlen(CMD_PKTLOG_FILTER_DEL)) == 0) { in wl_handle_private_cmd()
9962 else if (strnicmp(command, CMD_PKTLOG_FILTER_INFO, strlen(CMD_PKTLOG_FILTER_INFO)) == 0) { in wl_handle_private_cmd()
9965 else if (strnicmp(command, CMD_PKTLOG_START, strlen(CMD_PKTLOG_START)) == 0) { in wl_handle_private_cmd()
9968 else if (strnicmp(command, CMD_PKTLOG_STOP, strlen(CMD_PKTLOG_STOP)) == 0) { in wl_handle_private_cmd()
9971 else if (strnicmp(command, CMD_PKTLOG_FILTER_EXIST, strlen(CMD_PKTLOG_FILTER_EXIST)) == 0) { in wl_handle_private_cmd()
9975 strlen(CMD_PKTLOG_MINMIZE_ENABLE)) == 0) { in wl_handle_private_cmd()
9979 strlen(CMD_PKTLOG_MINMIZE_DISABLE)) == 0) { in wl_handle_private_cmd()
9983 strlen(CMD_PKTLOG_CHANGE_SIZE)) == 0) { in wl_handle_private_cmd()
9987 else if (strnicmp(command, CMD_DEBUG_VERBOSE, strlen(CMD_DEBUG_VERBOSE)) == 0) { in wl_handle_private_cmd()
9988 int verbose_level = *(command + strlen(CMD_DEBUG_VERBOSE) + 1) - '0'; in wl_handle_private_cmd()
9993 strlen(CMD_EWP_FILTER)) == 0) { in wl_handle_private_cmd()
9999 strlen(CMD_BEACON_RECV)) == 0) { in wl_handle_private_cmd()
10000 char *data = (command + strlen(CMD_BEACON_RECV) + 1); in wl_handle_private_cmd()
10006 else if (strnicmp(command, CMD_MBO, strlen(CMD_MBO)) == 0) { in wl_handle_private_cmd()
10013 strlen(CMD_CAC_TSPEC)) == 0) { in wl_handle_private_cmd()
10014 char *data = (command + strlen(CMD_CAC_TSPEC) + 1); in wl_handle_private_cmd()
10021 strlen(CMD_GET_CHAN_UTIL)) == 0) { in wl_handle_private_cmd()
10026 else if (strnicmp(command, CMD_CHANNEL_WIDTH, strlen(CMD_CHANNEL_WIDTH)) == 0) { in wl_handle_private_cmd()
10029 else if (strnicmp(command, CMD_TRANSITION_DISABLE, strlen(CMD_TRANSITION_DISABLE)) == 0) { in wl_handle_private_cmd()
10030 int transition_disabled = *(command + strlen(CMD_TRANSITION_DISABLE) + 1) - '0'; in wl_handle_private_cmd()
10662 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10667 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10678 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10683 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10705 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10716 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10728 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10739 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10758 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10769 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10782 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10793 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10805 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10816 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10842 size_t len = strlen(data); in wl_cfg80211_wbtext_config()
11123 size_t slen = strlen(data); in wl_cfg80211_wbtext_table_config()
11168 if ((slen - 1) == (strlen(rssi) + strlen(band))) { in wl_cfg80211_wbtext_table_config()
11196 data += (strlen(rssi) + strlen(band) + 2); in wl_cfg80211_wbtext_table_config()
11198 slen = slen - (strlen(rssi) + strlen(band) + 2); in wl_cfg80211_wbtext_table_config()