/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | sta.h | 18 * @STA_FLG_CLASS_AUTH: station is authenticated 19 * @STA_FLG_CLASS_ASSOC: station is associated 20 * @STA_FLG_RTS_MIMO_PROT: station requires RTS MIMO protection (dynamic SMPS) 111 * station info array (1 - n 1X mode) 152 * @STA_MODIFY_QUEUES: modify the queues used by this station 166 * enum iwl_sta_mode - station command mode 167 * @STA_MODE_ADD: add new station 168 * @STA_MODE_MODIFY: modify the station 176 * enum iwl_sta_sleep_flag - type of sleep of the station 177 * @STA_SLEEP_STATE_AWAKE: station i [all...] |
H A D | tdls.h | 75 * @peer_sta_id: station id of TDLS peer 100 * struct iwl_tdls_sta_info - TDLS station info 102 * @sta_id: station id of the TDLS peer 121 * @sta_info: per-station info. Only the first tdls_peer_count entries are set 139 * struct iwl_tdls_config_sta_info_res - TDLS per-station config information 141 * @sta_id: station id of the TDLS peer 154 * @sta_info: per-station TDLS config information
|
H A D | datapath.h | 142 * @user_position:the position of station in a group. If the station is in the 155 * @user_position: the position of station in a group. If the station is in the 492 * @sta_id_mask: station ID mask 508 * @old_sta_id_mask: old station ID mask 509 * @new_sta_id_mask: new station ID mask 528 * @sta_id_mask: the station mask of the BAID to remove 578 * @u.add.sta_mask: station mask 586 * @u.remove.sta_mask: station mas [all...] |
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_sta.h | 81 * DOC: station table - introduction 83 * The station table is a list of data structure that reprensent the stations. 84 * In STA/P2P client mode, the driver will hold one station for the AP/ GO. 86 * All these stations are reflected in the fw's station table. The driver 87 * keeps the fw's station table up to date with the ADD_STA command. Stations 90 * All the data related to a station is held in the structure %iwl_sta 92 * This data includes the index of the station in the fw, per tid information 98 * station index. That way, the driver is able to get the tid related data in 105 * DOC: station table - locking 107 * As stated before, the station is created / deleted by mac80211's %sta_state [all …]
|
H A D | if_iwm_sta.c | 143 /* send station add/update command to firmware */ 245 * Remove a station from the FW table. Before sending the command to remove 246 * the station validate that the station is indeed known to the driver (sanity 261 "Failed to remove station. Id=%d\n", IWM_STATION_ID); in iwm_rm_sta_common() 340 IWM_DPRINTF(sc, IWM_DEBUG_NODE, "Internal station added.\n"); in iwm_add_int_sta_common() 345 "Add internal station failed, status=0x%x\n", status); in iwm_add_int_sta_common() 359 /* Map Aux queue to fifo - needs to happen before adding Aux station */ in iwm_add_aux_sta()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | sta.h | 29 * blocked by the sleeping station. 68 * When removing a station, its queues are returned to the pool for reuse. Here 76 * DOC: station table - introduction 78 * The station table is a list of data structure that reprensent the stations. 79 * In STA/P2P client mode, the driver will hold one station for the AP/ GO. 81 * All these stations are reflected in the fw's station table. The driver 82 * keeps the fw's station table up to date with the ADD_STA command. Stations 85 * All the data related to a station is held in the structure %iwl_mvm_sta 87 * This data includes the index of the station in the fw, per tid information 93 * station inde [all...] |
H A D | mld-sta.c | 60 * Add an internal station to the FW table in iwl_mvm_mld_add_int_sta_to_fw() 91 * Remove a station from the FW table. Before sending the command to remove 92 * the station validate that the station is indeed known to the driver (sanity in iwl_mvm_mld_rm_sta_from_fw() 104 IWL_ERR(mvm, "Invalid station id %d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw() 111 IWL_ERR(mvm, "Failed to remove station. Id=%d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw() 160 * For 22000 firmware and on we cannot add queue to a station unknown in iwl_mvm_mld_add_int_sta_with_queue() 161 * to firmware so enable queue here - after the station was added in iwl_mvm_mld_add_int_sta_with_queue() 205 /* Allocate a new station entry for the broadcast station t [all...] |
/freebsd/share/man/man9/ |
H A D | ieee80211_proto.9 | 56 Station mode state machines follow the 802.11 MLME states 80 event such as a beacon miss (in station mode). 82 Authenticating to an access point (in station mode). 91 Associating to an access point (in station mode). 109 e.g. in station mode 123 when either a CSA is received from an access point (in station mode) 124 or the local station is preparing to change channel. 127 Asleep to save power (in station mode). 130 when power save operation is enabled and the local station is deemed 168 handles coordination of combinations of vaps such as an AP and station vap [all …]
|
H A D | ieee80211_node.9 | 82 Station mode vaps create an entry for the access point 83 the station is associated to. 86 WDS mode vaps create an entry for the peer station. 92 dynamic WDS a station associated to an ap vap may also be the peer 98 References are held by every in-flight frame sent to a station to 111 The station table and its entries are exposed to drivers in several ways. 112 Each frame transmitted to a station includes a reference to the 149 directive and the station node table can be displayed with 225 But some devices also identify the sending station in the device
|
H A D | ieee80211_bmiss.9 | 41 handling beacon miss events in station mode. 48 (e.g. operating as an access point together with one or more station 83 Note that software beacon miss handling is not limited to station mode; 84 it can be used in any operating mode where beacons from a peer station
|
H A D | ieee80211.9 | 249 The other main data structures are the station, or node, table 343 Update driver/device state for association to a new AP (in station mode) 344 or when a new station associates (e.g. in AP mode). 402 Return the RSSI and noise floor (in .5 dBm units) for a station. 409 Return MIMO radio state for a station in support of the 456 Check if transmit A-MPDU should be enabled for the specified station and AC. 471 Shutdown an A-MPDU transmit stream for the specified station and AC. 476 Prepare to receive A-MPDU data from the specified station for the TID. 478 Terminate receipt of A-MPDU data from the specified station for the TID. 532 Device is capable of operating in station (aka Infrastructure) mode. [all …]
|
H A D | ieee80211_crypto.9 | 156 and a per-station 161 though some applications also use it to implement WPA in station mode. 163 Per-station keys are identified by the MAC address of the station and 169 operations for managing both global and per-station keys.
|
/freebsd/share/man/man4/ |
H A D | net80211.4 | 108 The 802.11n specification says a compliant station must receive AMPDU but 144 The 802.11n specification says a compliant station must receive AMSDU but 200 When this value is non-zero and operating in station mode 201 the station will periodically leave 210 the minimum time (msecs) a station must be idle 230 configured locally (e.g. for an IBSS network started by the local station) 232 For WDS interfaces this value is the address of the remote station. 288 When 802.11d is enabled in station mode, Beacon frames that advertise 291 This event can be used by the station to adopt that country code and 353 will not interoperate with a purely 11n-compliant station. [all …]
|
H A D | jme.4 | 172 driver tries to avoid unnecessary station address reprogramming for 173 controllers that use eFuse to store station address. 176 In addition, there is no way to restore the factory default station 177 address once the station address has been reprogrammed via eFuse. 178 It is highly recommended not to reprogram the station address and 179 it is the responsibility of the administrator to store the original station 180 address in a safe place when station address is changed.
|
H A D | wlan.4 | 78 A client station in an infrastructure bss 83 A mesh station in an MBSS network. 85 A station in an IBSS network. 87 A station operating in ``adhoc demo mode''. 88 This is essentially an IBSS station that does not use management 100 A station that passes 4-address 802.11 traffic for the purpose 102 Typically this station would share the same MAC address as a
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.8 | 1121 The 802.11n specification states a compliant station must be capable 1134 The sending device normally controls this setting but a receiving station 1150 than the maximum specified by the receiving station. 1169 than the maximum specified by the receiving station. 1204 Enable background scanning when operating as a station. 1205 Background scanning is a technique whereby a station associated to 1208 This allows a station to maintain a cache of nearby access points 1211 Background scanning is done only when a station is not busy and 1227 Set the minimum time a station must be idle (not transmitting or 1232 By default a station must be idle at least 250 milliseconds before [all …]
|
/freebsd/contrib/tzdata/ |
H A D | antarctica | 57 # - Casey station reverted to its normal time of UTC+8 on 5 March 2010. 61 # - Davis station will revert to its normal time of UTC+7 at 10 March 2010 64 # - Mawson station stays on UTC+5. 75 # Division, Casey station and Macquarie Island station will move to Tasmanian 121 # Davis Station, Antarctica (1998-02-26) 123 # Mawson Station, Antarctica (1998-02-25) 165 # whaling & sealing station operated 1908/1914, 1920/1929, and 1951/1956 262 # time, which is 12 hours ahead of GMT. The Russian Station Vostok was 280 # builds new wintering station, with sledge convoys, with aviation - they all 309 # scientific station from 1903 [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_ioctl.h | 39 * Per/node (station) statistics. 272 * (on a station) or mac address (on an ap). They key length 301 * only makes sense when operating as a station. The other 302 * requests can be used when operating as a station or an 303 * ap (to effect a station). 307 #define IEEE80211_MLME_ASSOC 1 /* associate station */ 308 #define IEEE80211_MLME_DISASSOC 2 /* disassociate station */ 309 #define IEEE80211_MLME_DEAUTH 3 /* deauthenticate station */ 310 #define IEEE80211_MLME_AUTHORIZE 4 /* authorize station */ 311 #define IEEE80211_MLME_UNAUTHORIZE 5 /* unauthorize station */ [all …]
|
/freebsd/usr.sbin/wlandebug/ |
H A D | wlandebug.8 | 80 management of per-station state. 82 802.11 station association processing; particularly useful to 85 802.11 station authentication processing. 138 trace station inactivity processing; in particular, 142 trace station mode roaming between access points. 147 The following might be used to debug basic station mode operation:
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver36.html | 25 …station. However, variations up to 0.3 ms can be expected due to diurnal variations in ionospheric… 31 …y under weak signal conditions and to provide an automatic frequency and station selection feature… 34 …. The second pulse is extracted using a 5-ms FIR matched filter for each station and a single 8000… 47 <h4>Station Identification</h4> 48 … same time. Since the propagation times from either station are almost always different, each stat… 49 <p>Reliable station identification requires accurate discrimination between very weak signals in no… 50 …station represents the high order bits of the metric, while the current minute pulse amplitude rep… 58 …over all five frequencies and both WWV and WWVH stations until finding a station and frequency wit… 61 …station and frequency is best, it sets the reference identifier to the string WV<i>f</i> for WWV a… 62 <p>Operation continues as long as the signal metric from at least one station on at least one frequ… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/ |
H A D | pipeline.json | 351 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 356 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 361 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 366 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 371 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 376 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 381 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 386 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 400 …"BriefDescription": "Cycles where no uops were executed, the Reservation Station was not empty, th… 405 …s cycles during which no uops were executed on all ports and Reservation Station (RS) was not empt… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | pipeline.json | 351 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 356 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 361 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 366 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 371 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 376 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 381 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 386 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 400 …"BriefDescription": "Cycles where no uops were executed, the Reservation Station was not empty, th… 405 …s cycles during which no uops were executed on all ports and Reservation Station (RS) was not empt… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | pipeline.json | 351 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 356 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 361 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 366 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 371 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 376 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 381 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 386 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 400 …"BriefDescription": "Cycles where no uops were executed, the Reservation Station was not empty, th… 405 …s cycles during which no uops were executed on all ports and Reservation Station (RS) was not empt… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
H A D | pipeline.json | 367 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 373 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 378 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 384 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 389 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 395 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 400 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 406 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 435 …"BriefDescription": "Cycles where no uops were executed, the Reservation Station was not empty, th… 441 …s cycles during which no uops were executed on all ports and Reservation Station (RS) was not empt… [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | README | 74 Please note that station firmware version needs to be 1.7.0 or newer 103 between each associated station and the AP. IEEE 802.11 specifies 110 a station and it performs the authentication with the Authentication 115 packets from or to the station. 145 controlling virtual port authorization, i.e., station-AP 148 When a station would like to use the services of an access point, it 152 configured to be used, the virtual port for the station is set in 157 station are accepted. 206 station driver. 267 the Authenticator (AP) and Supplicant (client station).
|