Searched refs:station (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_true.c76 * A-H less than 1 millisecond. Character indicates which station
141 * Tags which station (satellite) we see
170 unsigned int station; /* which station we are on */ member in struct:true_unit
432 if (new_station != up->station) {
438 up->station = new_station;
445 true_debug(peer, "GOES: station %s\n", label);
682 * After each poll, check the station (satellite).
/freebsd-current/sys/dev/iwi/
H A Dif_iwireg.h100 #define IWI_RST_LED_ASSOCIATED 0x00000020 /* station associated led */
327 uint8_t station; /* adhoc sta #, 0 for bss */ member in struct:iwi_tx_desc
H A Dif_iwi.c362 IEEE80211_C_STA /* station mode supported */
885 DPRINTF(("%s mac %6D station %u\n", __func__,
1280 * is mainly for station mode where we depend on
1759 DPRINTF(("%s mac %6D station %u\n", __func__, node.bssid, ":", entry));
1822 * so there will be no station entry. We reserve
1896 desc->station = staid;
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.c259 ath10k_warn(ar, "not found station for peer stats\n");
578 struct ieee80211_sta *station; local
600 station = ieee80211_find_sta_by_ifaddr(ar->hw,
603 if (!station) {
604 ath10k_warn(ar, "did not find station from tdls peer event");
616 arvif->vif, station->addr,
/freebsd-current/sys/contrib/dev/rtw89/
H A Dcoex.c4582 if (wl_rinfo->role_map.role.station &&
4594 if (wl_rinfo->role_map.role.station)
4732 if (wl_rinfo->role_map.role.station &&
4744 if (wl_rinfo->role_map.role.station)
4882 if (wl_rinfo->role_map.role.station &&
4894 if (wl_rinfo->role_map.role.station)
H A Dfw.c2608 RTW89_SET_FWCMD_CXROLE_ROLE_STA(cmd, bpos->station);
2688 RTW89_SET_FWCMD_CXROLE_ROLE_STA(cmd, bpos->station);
2778 RTW89_SET_FWCMD_CXROLE_ROLE_STA(cmd, bpos->station);
H A Dcore.h1433 u16 station: 1; member in struct:rtw89_btc_wl_role_info_bpos

Completed in 302 milliseconds