Searched refs:sta_assoc (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | usb.c | 162 .sta_assoc = mt7921_mac_sta_assoc, in mt7921u_probe()
|
H A D | sdio.c | 103 .sta_assoc = mt7921_mac_sta_assoc, in mt7921s_probe()
|
H A D | pci.c | 246 .sta_assoc = mt7921_mac_sta_assoc, in mt7921_pci_probe()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.c | 456 if (hapd->driver == NULL || hapd->driver->sta_assoc == NULL) in hostapd_sta_assoc() 458 return hapd->driver->sta_assoc(hapd->drv_priv, hapd->own_addr, addr, in hostapd_sta_assoc()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | init.c | 18 .sta_assoc = mt7603_sta_assoc,
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mac80211.c | 1498 dev->drv->sta_assoc) in mt76_sta_state() 1499 dev->drv->sta_assoc(dev, vif, sta); in mt76_sta_state()
|
H A D | mt76.h | 479 void (*sta_assoc)(struct mt76_dev *dev, struct ieee80211_vif *vif, member
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 4415 int (*sta_assoc)(void *priv, const u8 *own_addr, const u8 *addr, member
|
H A D | driver_atheros.c | 2274 .sta_assoc = atheros_sta_assoc,
|