Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb.c45 .sta_add = mt76x02_sta_add, in mt76x2u_probe()
H A Dpci.c35 .sta_add = mt76x02_sta_add, in mt76x2e_probe()
/freebsd/sys/net80211/
H A Dieee80211_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/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmt7615.h210 #define mt7615_mcu_sta_add(phy, ...) ((phy)->dev)->mcu_ops->sta_add((phy), __VA_ARGS__)
225 int (*sta_add)(struct mt7615_phy *phy, struct ieee80211_vif *vif, member
H A Dsdio.c87 .sta_add = mt7615_mac_sta_add, in mt7663s_probe()
H A Dmmio.c182 .sta_add = mt7615_mac_sta_add, in mt7615_mmio_probe()
H A Dusb.c123 .sta_add = mt7615_mac_sta_add, in mt7663u_probe()
H A Dmcu.c928 .sta_add = mt7615_mcu_wtbl_sta_add,
1028 .sta_add = mt7615_mcu_add_sta,
1219 .sta_add = mt7615_mcu_uni_add_sta,
H A Dmain.c1331 .sta_add = mt7615_sta_add,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dsdio.c102 .sta_add = mt7921_mac_sta_add, in mt7921s_probe()
H A Dusb.c159 .sta_add = mt7921_mac_sta_add, in mt7921u_probe()
H A Dpci.c265 .sta_add = mt7921_mac_sta_add, in mt7921_pci_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/
H A Dpci.c169 .sta_add = mt76x02_sta_add, in mt76x0e_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dusb.c147 .sta_add = mt7925_mac_sta_add, in mt7925u_probe()
H A Dpci.c295 .sta_add = mt7925_mac_sta_add, in mt7925_pci_probe()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c352 if (lhw->ops->sta_add == NULL) { in lkpi_80211_mo_sta_add()
364 error = lhw->ops->sta_add(hw, vif, sta); in lkpi_80211_mo_sta_add()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h361 if (wpa_s->driver->sta_add) { in wpa_drv_sta_add()
365 return wpa_s->driver->sta_add(wpa_s->drv_priv, params); in wpa_drv_sta_add()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dinit.c17 .sta_add = mt7603_sta_add,
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c489 if (hapd->driver->sta_add == NULL) in hostapd_sta_add()
532 return hapd->driver->sta_add(hapd->drv_priv, &params); in hostapd_sta_add()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c946 .sta_add = mt7915_mac_sta_add, in mt7915_mmio_probe()
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c980 .sta_add = rtw_ops_sta_add,
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c980 .sta_add = brcms_ops_sta_add,
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h4322 int (*sta_add)(void *priv, struct hostapd_sta_add_params *params); member
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1005 int (*sta_add)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_sta *); member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h581 int (*sta_add)(struct mt76_dev *dev, struct ieee80211_vif *vif, member

12