Home
last modified time | relevance | path

Searched refs:pout_buf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_wmm.c598 t_u8 *pout_buf; in wlan_send_wmmac_host_event() local
607 pout_buf = pevent->event_buf; in wlan_send_wmmac_host_event()
609 memcpy(priv->adapter, pout_buf, (t_u8 *)"TSPEC:", 6); in wlan_send_wmmac_host_event()
610 pout_buf += 6; in wlan_send_wmmac_host_event()
612 memcpy(priv->adapter, pout_buf, (t_u8 *)type_str, in wlan_send_wmmac_host_event()
614 pout_buf += wlan_strlen(type_str); in wlan_send_wmmac_host_event()
616 *pout_buf++ = ':'; in wlan_send_wmmac_host_event()
617 *pout_buf++ = '['; in wlan_send_wmmac_host_event()
620 *pout_buf++ = (status / 100) + '0'; in wlan_send_wmmac_host_event()
625 *pout_buf++ = (status / 10) + '0'; in wlan_send_wmmac_host_event()
[all …]
H A Dmlan_11h.c166 t_u8 *pout_buf, const t_u8 *pin_ie) in wlan_11h_convert_ieee_to_mrvl_ie() argument
169 t_u8 *ptmp_buf = pout_buf; in wlan_11h_convert_ieee_to_mrvl_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_wmm.c553 t_u8 *pout_buf; in wlan_send_wmmac_host_event() local
562 pout_buf = pevent->event_buf; in wlan_send_wmmac_host_event()
564 memcpy_ext(priv->adapter, pout_buf, (t_u8 *)"TSPEC:", 6, 6); in wlan_send_wmmac_host_event()
565 pout_buf += 6; in wlan_send_wmmac_host_event()
567 memcpy_ext(priv->adapter, pout_buf, (t_u8 *)type_str, in wlan_send_wmmac_host_event()
569 pout_buf += wlan_strlen(type_str); in wlan_send_wmmac_host_event()
571 *pout_buf++ = ':'; in wlan_send_wmmac_host_event()
572 *pout_buf++ = '['; in wlan_send_wmmac_host_event()
575 *pout_buf++ = (status / 100) + '0'; in wlan_send_wmmac_host_event()
580 *pout_buf++ = (status / 10) + '0'; in wlan_send_wmmac_host_event()
[all …]
H A Dmlan_11h.c170 t_u8 *pout_buf, in wlan_11h_convert_ieee_to_mrvl_ie() argument
174 t_u8 *ptmp_buf = pout_buf; in wlan_11h_convert_ieee_to_mrvl_ie()