Lines Matching defs:start

60  * they start with the IEEE 802.11 header and include the same octets that are
2362 * course requires the driver to use TXQs to start with.
2372 * TXQs to start with.
3025 * it can PS-Poll, or it can possibly start a uAPSD service period.
3202 * @IEEE80211_AMPDU_RX_START: start RX aggregation
3204 * @IEEE80211_AMPDU_TX_START: start TX aggregation, the driver must either
3242 * @ssn: start sequence number of the session. TX/RX_STOP can pass 0. When
3244 * actual ssn value used to start the session and writes the value here.
3343 * @start: Called before the first netdevice attached to the hardware
3383 * enabled. Because it is not called for monitor mode devices, @start
3460 * @hw_scan: Ask the hardware to service the scan request, no need to start
3487 * @sched_scan_start: Ask the hardware to start scanning repeatedly at
3871 * @start_pmsr: start peer measurement (e.g. FTM) (this call can sleep)
3885 int (*start)(struct ieee80211_hw *hw);
4026 * if the session can start immediately.
4423 * calling the ->start() operation. The driver will need to reset all
4434 * buffer in @skb must start with an IEEE 802.11 header. In case of a
4459 * buffer in @skb must start with an IEEE 802.11 header. In case of a
4484 * buffer in @skb must start with an IEEE 802.11 header. In case of a
4554 * @start: start or stop PS
4558 int ieee80211_sta_ps_transition(struct ieee80211_sta *sta, bool start);
4569 * @start: start or stop PS
4574 bool start)
4579 ret = ieee80211_sta_ps_transition(sta, start);
5214 * @pos: start of crypto header
5551 * @sta: the station for which to start a BA session
5558 * the need to start aggregation on a certain RA/TID, the session level
5958 * ieee80211_ready_on_channel - notification of remain-on-channel start
6027 * ieee80211_start_rx_ba_session_offl - start a Rx BA session
6371 u32 start;
6507 * ieee80211_txq_schedule_start - start new scheduling round for TXQs