Searched refs:sta_remove (Results 1 - 25 of 25) sorted by relevance

/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci.c34 .sta_remove = mt76x02_sta_remove,
H A Dusb.c40 .sta_remove = mt76x02_sta_remove,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dusb.c124 .sta_remove = mt7615_mac_sta_remove,
H A Dsdio.c88 .sta_remove = mt7615_mac_sta_remove,
H A Dmmio.c183 .sta_remove = mt7615_mac_sta_remove,
H A Dmain.c1339 .sta_remove = mt7615_sta_remove,
/freebsd-current/contrib/wpa/src/ap/
H A Dap_drv_ops.h181 if (!hapd->driver || !hapd->driver->sta_remove || !hapd->drv_priv)
183 return hapd->driver->sta_remove(hapd->drv_priv, addr);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c359 if (lhw->ops->sta_remove == NULL) {
372 error = lhw->ops->sta_remove(hw, vif, sta);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x0/
H A Dpci.c164 .sta_remove = mt76x02_sta_remove,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dusb.c163 .sta_remove = mt7921_mac_sta_remove,
H A Dsdio.c104 .sta_remove = mt7921_mac_sta_remove,
H A Dpci.c247 .sta_remove = mt7921_mac_sta_remove,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmmio.c346 .sta_remove = mt7996_mac_sta_remove,
H A Dmain.c1385 .sta_remove = mt7996_sta_remove,
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h360 if (wpa_s->driver->sta_remove)
361 return wpa_s->driver->sta_remove(wpa_s->drv_priv, addr);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dinit.c19 .sta_remove = mt7603_sta_remove,
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c1465 if (dev->drv->sta_remove)
1466 dev->drv->sta_remove(dev, vif, sta);
H A Dmt76.h482 void (*sta_remove)(struct mt76_dev *dev, struct ieee80211_vif *vif, member in struct:mt76_driver_ops
/freebsd-current/sys/contrib/dev/rtw88/
H A Dmac80211.c957 .sta_remove = rtw_ops_sta_remove,
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_hostap.c1196 .sta_remove = hostap_sta_remove,
H A Ddriver.h3192 * sta_remove - Remove a station entry (AP only)
3197 int (*sta_remove)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c5360 wpa_printf(MSG_DEBUG, "nl80211: sta_remove -> DEL_STATION %s " MACSTR
12144 .sta_remove = driver_nl80211_sta_remove,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c1005 .sta_remove = mt7915_mac_sta_remove,
H A Dmain.c1657 .sta_remove = mt7915_sta_remove,
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h950 int (*sta_remove)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_sta *); member in struct:ieee80211_ops

Completed in 514 milliseconds