| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | mt7615.h | 209 #define mt7615_mcu_sta_add(phy, ...) ((phy)->dev)->mcu_ops->sta_add((phy), __VA_ARGS__) 224 int (*sta_add)(struct mt7615_phy *phy, struct ieee80211_vif *vif, member
|
| H A D | sdio.c | 87 .sta_add = mt7615_mac_sta_add, in mt7663s_probe()
|
| H A D | mmio.c | 182 .sta_add = mt7615_mac_sta_add, in mt7615_mmio_probe()
|
| H A D | usb.c | 123 .sta_add = mt7615_mac_sta_add, in mt7663u_probe()
|
| H A D | mcu.c | 926 .sta_add = mt7615_mcu_wtbl_sta_add, 1026 .sta_add = mt7615_mcu_add_sta, 1217 .sta_add = mt7615_mcu_uni_add_sta,
|
| H A D | main.c | 1331 .sta_add = mt7615_sta_add,
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
| H A D | pci.c | 35 .sta_add = mt76x02_sta_add, in mt76x2e_probe()
|
| H A D | usb.c | 45 .sta_add = mt76x02_sta_add, in mt76x2u_probe()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211_macops.c | 335 if (lhw->ops->sta_add == NULL) { in lkpi_80211_mo_sta_add() 347 error = lhw->ops->sta_add(hw, vif, sta); in lkpi_80211_mo_sta_add()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | usb.c | 156 .sta_add = mt7921_mac_sta_add, in mt7921u_probe()
|
| H A D | sdio.c | 102 .sta_add = mt7921_mac_sta_add, in mt7921s_probe()
|
| H A D | pci.c | 254 .sta_add = mt7921_mac_sta_add, in mt7921_pci_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | usb.c | 144 .sta_add = mt7925_mac_sta_add, in mt7925u_probe()
|
| H A D | pci.c | 285 .sta_add = mt7925_mac_sta_add, in mt7925_pci_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/ |
| H A D | pci.c | 169 .sta_add = mt76x02_sta_add, in mt76x0e_probe()
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_scan_sta.c | 236 sta_add(struct ieee80211_scan_state *ss, in sta_add() function 1520 .scan_add = sta_add, 1753 .scan_add = sta_add, 1885 .scan_add = sta_add, 1992 .scan_add = sta_add,
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | driver_i.h | 348 if (wpa_s->driver->sta_add) { in wpa_drv_sta_add() 352 return wpa_s->driver->sta_add(wpa_s->drv_priv, params); in wpa_drv_sta_add()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 481 if (hapd->driver->sta_add == NULL) in hostapd_sta_add() 518 return hapd->driver->sta_add(hapd->drv_priv, ¶ms); in hostapd_sta_add()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
| H A D | init.c | 17 .sta_add = mt7603_sta_add,
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | mac80211.c | 980 .sta_add = rtw_ops_sta_add,
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_hostap.c | 1201 .sta_add = hostap_sta_add,
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mmio.c | 942 .sta_add = mt7915_mac_sta_add, in mt7915_mmio_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76.h | 546 int (*sta_add)(struct mt76_dev *dev, struct ieee80211_vif *vif, member
|
| H A D | mac80211.c | 1606 ret = dev->drv->sta_add(dev, vif, sta); in mt76_sta_add()
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 993 int (*sta_add)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_sta *); member
|