Searched refs:ubuf (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_debugfs.c | 255 static ssize_t qdf_seq_write(struct file *filp, const char __user *ubuf, in qdf_seq_write() argument 272 rc = simple_write_to_buffer(buf, len, ppos, ubuf, len); in qdf_seq_write()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_hostapd_wext.c | 2041 uint8_t ubuf[REG_ALPHA2_LEN + 1] = {0}; in iw_get_channel_list_with_cc() local 2073 wlan_reg_get_cc_and_src(mac->psoc, ubuf); in iw_get_channel_list_with_cc() 2075 for (i = 0; i < (ubuf_len - 1) && ubuf[i] != 0; i++) in iw_get_channel_list_with_cc() 2076 len += scnprintf(buf + len, WE_MAX_STR_LEN - len, "%c", ubuf[i]); in iw_get_channel_list_with_cc()
|