Lines Matching refs:commandp

2720 	char commandp[WLC_IOCTL_SMLEN];  in wl_android_set_join_prefer()  local
2744 bzero(commandp, sizeof(commandp)); in wl_android_set_join_prefer()
2746 snprintf(commandp, WLC_IOCTL_SMLEN, "WBTEXT_ENABLE 1"); in wl_android_set_join_prefer()
2748 snprintf(commandp, WLC_IOCTL_SMLEN, "WBTEXT_ENABLE 0"); in wl_android_set_join_prefer()
2750 if ((error = wl_android_wbtext(dev, commandp, WLC_IOCTL_SMLEN)) != BCME_OK) { in wl_android_set_join_prefer()
2942 char commandp[WLC_IOCTL_SMLEN]; in wl_android_set_wes_mode() local
2960 bzero(commandp, sizeof(commandp)); in wl_android_set_wes_mode()
2962 snprintf(commandp, WLC_IOCTL_SMLEN, "WBTEXT_ENABLE 1"); in wl_android_set_wes_mode()
2964 snprintf(commandp, WLC_IOCTL_SMLEN, "WBTEXT_ENABLE 0"); in wl_android_set_wes_mode()
2966 if ((error = wl_android_wbtext(dev, commandp, WLC_IOCTL_SMLEN)) != BCME_OK) { in wl_android_set_wes_mode()
10620 char *commandp = NULL; in wl_cfg80211_wbtext_set_default() local
10631 commandp = (char *)MALLOCZ(cfg->osh, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10632 if (unlikely(!commandp)) { in wl_cfg80211_wbtext_set_default()
10657 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10659 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10662 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10664 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10667 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10673 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10675 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10678 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10680 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10683 data = (commandp + strlen(CMD_WBTEXT_PROFILE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10693 ret = wl_cfg80211_wbtext_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10702 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10703 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10705 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10706 ret = wl_cfg80211_wbtext_weight_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10713 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10714 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10716 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10717 ret = wl_cfg80211_wbtext_weight_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10725 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10726 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10728 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10729 ret = wl_cfg80211_wbtext_weight_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10736 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10737 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10739 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10740 ret = wl_cfg80211_wbtext_weight_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10755 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10756 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10758 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10759 ret = wl_cfg80211_wbtext_weight_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10766 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10767 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10769 data = (commandp + strlen(CMD_WBTEXT_WEIGHT_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10770 ret = wl_cfg80211_wbtext_weight_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10779 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10780 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10782 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10783 ret = wl_cfg80211_wbtext_table_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10790 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10791 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10793 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10794 ret = wl_cfg80211_wbtext_table_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10802 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10803 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10805 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10806 ret = wl_cfg80211_wbtext_table_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10813 memset_s(commandp, WLC_IOCTL_SMLEN, 0, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10814 snprintf(commandp, WLC_IOCTL_SMLEN, "%s %s", in wl_cfg80211_wbtext_set_default()
10816 data = (commandp + strlen(CMD_WBTEXT_TABLE_CONFIG) + 1); in wl_cfg80211_wbtext_set_default()
10817 ret = wl_cfg80211_wbtext_table_config(ndev, data, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()
10825 if (commandp) { in wl_cfg80211_wbtext_set_default()
10826 MFREE(cfg->osh, commandp, WLC_IOCTL_SMLEN); in wl_cfg80211_wbtext_set_default()