Lines Matching refs:smbuf
1175 char *smbuf = NULL; in wl_android_set_wfds_hash() local
1178 smbuf = (char *)MALLOC(cfg->osh, WLC_IOCTL_MAXLEN); in wl_android_set_wfds_hash()
1179 if (smbuf == NULL) { in wl_android_set_wfds_hash()
1188 sizeof(wl_p2p_wfds_hash_t), smbuf, WLC_IOCTL_MAXLEN, NULL); in wl_android_set_wfds_hash()
1193 sizeof(wl_p2p_wfds_hash_t), smbuf, WLC_IOCTL_MAXLEN, NULL); in wl_android_set_wfds_hash()
1200 if (smbuf) { in wl_android_set_wfds_hash()
1201 MFREE(cfg->osh, smbuf, WLC_IOCTL_MAXLEN); in wl_android_set_wfds_hash()
1512 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_set_csa() local
1574 smbuf, sizeof(smbuf), NULL); in wl_android_set_csa()
2012 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_set_full_roam_scan_period() local
2018 sizeof(full_roam_scan_period), smbuf, sizeof(smbuf), NULL); in wl_android_set_full_roam_scan_period()
2055 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_set_country_rev() local
2067 sizeof(cspec), smbuf, sizeof(smbuf), NULL); in wl_android_set_country_rev()
2086 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_get_country_rev() local
2089 error = wldev_iovar_getbuf(dev, "country", NULL, 0, smbuf, in wl_android_get_country_rev()
2090 sizeof(smbuf), NULL); in wl_android_get_country_rev()
2097 memcpy(&cspec, smbuf, sizeof(cspec)); in wl_android_get_country_rev()
2703 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_set_join_prefer() local
2743 smbuf, sizeof(smbuf), NULL); in wl_android_set_join_prefer()
2757 char *smbuf = NULL; in wl_android_send_action_frame() local
2777 smbuf = (char *)MALLOC(cfg->osh, WLC_IOCTL_MAXLEN); in wl_android_send_action_frame()
2778 if (smbuf == NULL) { in wl_android_send_action_frame()
2830 sizeof(wl_af_params_t), smbuf, WLC_IOCTL_MAXLEN, NULL); in wl_android_send_action_frame()
2841 if (smbuf) { in wl_android_send_action_frame()
2842 MFREE(cfg->osh, smbuf, WLC_IOCTL_MAXLEN); in wl_android_send_action_frame()
3007 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_set_pmk() local
3027 error = wldev_iovar_setbuf(dev, "okc_info_pmk", pmk, 32, smbuf, sizeof(smbuf), NULL); in wl_android_set_pmk()
7329 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_rmc_set_leader() local
7345 smbuf, sizeof(smbuf), NULL); in wl_android_rmc_set_leader()
7757 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_set_roampref() local
7878 error = wldev_iovar_setbuf(dev, "join_pref", buf, total_bytes, smbuf, sizeof(smbuf), NULL); in wl_android_set_roampref()
8218 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_set_ibss_txfail_event() local
8242 sizeof(aibss_txfail_config_t), smbuf, WLC_IOCTL_SMLEN, NULL); in wl_android_set_ibss_txfail_event()
8446 char smbuf[WLC_IOCTL_SMLEN]; in wl_android_set_ibss_ampdu() local
8484 sizeof(aggr), smbuf, WLC_IOCTL_SMLEN, NULL); in wl_android_set_ibss_ampdu()
10860 u8 smbuf[WLC_IOCTL_SMLEN]; in wl_android_get_channel_util() local
10864 0, smbuf, WLC_IOCTL_SMLEN, NULL))) { in wl_android_get_channel_util()
10869 (void)memcpy_s(&bssload, sizeof(wl_bssload_t), smbuf, sizeof(wl_bssload_t)); in wl_android_get_channel_util()