Lines Matching refs:cmd_str
6351 s32 buflen, const char* cmd_str, int sta_channel, chanspec_band_t sta_acs_band) in wl_android_get_freq_list_chanspecs() argument
6360 pcmd = bcmstrstr(cmd_str, FREQ_STR); in wl_android_get_freq_list_chanspecs()
6725 wl_android_set_auto_channel(struct net_device *dev, const char* cmd_str, in wl_android_set_auto_channel() argument
6741 if (cmd_str) { in wl_android_set_auto_channel()
6742 ANDROID_INFO(("Command: %s len:%d \n", cmd_str, (int)strlen(cmd_str))); in wl_android_set_auto_channel()
6743 pcmd = bcmstrstr(cmd_str, FREQ_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()
6762 channel = bcm_atoi(cmd_str); in wl_android_set_auto_channel()
6877 cmd_str, sta_channel, wl_cfg80211_get_acs_band(sta_band)); in wl_android_set_auto_channel()
11090 wl_android_set_softap_ax_mode(struct net_device *dev, const char* cmd_str) in wl_android_set_softap_ax_mode() argument
11108 if (cmd_str) { in wl_android_set_softap_ax_mode()
11109 enable = bcm_atoi(cmd_str); in wl_android_set_softap_ax_mode()