Home
last modified time | relevance | path

Searched refs:sta_add (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt76x2/
HDusb.c39 .sta_add = mt76x02_sta_add, in mt76x2u_probe()
HDpci.c33 .sta_add = mt76x02_sta_add, in mt76x2e_probe()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7615/
HDmt7615.h209 #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
HDsdio.c87 .sta_add = mt7615_mac_sta_add, in mt7663s_probe()
HDmmio.c182 .sta_add = mt7615_mac_sta_add, in mt7615_mmio_probe()
HDusb.c123 .sta_add = mt7615_mac_sta_add, in mt7663u_probe()
HDmcu.c922 .sta_add = mt7615_mcu_wtbl_sta_add,
1022 .sta_add = mt7615_mcu_add_sta,
1213 .sta_add = mt7615_mcu_uni_add_sta,
HDmain.c1338 .sta_add = mt7615_sta_add,
/freebsd-14-stable/sys/net80211/
HDieee80211_scan_sta.c236 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-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211_macops.c331 if (lhw->ops->sta_add == NULL) { in lkpi_80211_mo_sta_add()
343 error = lhw->ops->sta_add(hw, vif, sta); in lkpi_80211_mo_sta_add()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt76x0/
HDpci.c163 .sta_add = mt76x02_sta_add, in mt76x0e_probe()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7921/
HDusb.c161 .sta_add = mt7921_mac_sta_add, in mt7921u_probe()
HDsdio.c102 .sta_add = mt7921_mac_sta_add, in mt7921s_probe()
HDpci.c245 .sta_add = mt7921_mac_sta_add, in mt7921_pci_probe()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7996/
HDmmio.c345 .sta_add = mt7996_mac_sta_add, in mt7996_mmio_probe()
HDmain.c1384 .sta_add = mt7996_sta_add,
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDdriver_i.h348 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-14-stable/contrib/wpa/src/ap/
HDap_drv_ops.c481 if (hapd->driver->sta_add == NULL) in hostapd_sta_add()
518 return hapd->driver->sta_add(hapd->drv_priv, &params); in hostapd_sta_add()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7603/
HDinit.c17 .sta_add = mt7603_sta_add,
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7915/
HDmmio.c1004 .sta_add = mt7915_mac_sta_add, in mt7915_mmio_probe()
HDmain.c1656 .sta_add = mt7915_sta_add,
/freebsd-14-stable/sys/contrib/dev/rtw88/
HDmac80211.c975 .sta_add = rtw_ops_sta_add,
/freebsd-14-stable/contrib/wpa/src/drivers/
HDdriver_hostap.c1201 .sta_add = hostap_sta_add,
HDdriver.h3775 int (*sta_add)(void *priv, struct hostapd_sta_add_params *params); member
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/
HDmt76.h476 int (*sta_add)(struct mt76_dev *dev, struct ieee80211_vif *vif, member

12