Home
last modified time | relevance | path

Searched refs:frame_buf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c360 u8 frame_buf[100]; in mwifiex_host_mlme_disconnect() local
361 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)frame_buf; in mwifiex_host_mlme_disconnect()
363 memset(frame_buf, 0, sizeof(frame_buf)); in mwifiex_host_mlme_disconnect()
385 cfg80211_rx_mlme_mgmt(priv->netdev, frame_buf, 26); in mwifiex_host_mlme_disconnect()
390 0, frame_buf, 26, 0); in mwifiex_host_mlme_disconnect()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c89 const u8 *frame_buf; member
5933 parse->frame_buf = ptr; in ath11k_wmi_tlv_mgmt_rx_parse()
5960 frame = parse.frame_buf; in ath11k_pull_mgmt_rx_params_tlv()