Home
last modified time | relevance | path

Searched refs:vnt_beacon_make (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/vt6656/
Dwcmd.c130 vnt_beacon_make(priv, priv->vif); in vnt_run_command()
Drxtx.h256 int vnt_beacon_make(struct vnt_private *, struct ieee80211_vif *);
Drxtx.c1080 int vnt_beacon_make(struct vnt_private *priv, struct ieee80211_vif *vif) in vnt_beacon_make() function
1111 return vnt_beacon_make(priv, vif); in vnt_beacon_enable()
/linux-4.1.27/drivers/staging/vt6655/
Drxtx.h196 int vnt_beacon_make(struct vnt_private *, struct ieee80211_vif *);
Drxtx.c1494 int vnt_beacon_make(struct vnt_private *priv, struct ieee80211_vif *vif) in vnt_beacon_make() function
1521 return vnt_beacon_make(priv, vif); in vnt_beacon_enable()
Ddevice_main.c1154 vnt_beacon_make(pDevice, pDevice->vif); in device_intr()