Lines Matching defs:start
61 * they start with the IEEE 802.11 header and include the same octets that are
2641 * course requires the driver to use TXQs to start with.
2651 * TXQs to start with.
3326 * it can PS-Poll, or it can possibly start a uAPSD service period.
3503 * @IEEE80211_AMPDU_RX_START: start RX aggregation
3505 * @IEEE80211_AMPDU_TX_START: start TX aggregation, the driver must either
3543 * @ssn: start sequence number of the session. TX/RX_STOP can pass 0. When
3545 * actual ssn value used to start the session and writes the value here.
3659 * @start: Called before the first netdevice attached to the hardware
3699 * enabled. Because it is not called for monitor mode devices, @start
3792 * @hw_scan: Ask the hardware to service the scan request, no need to start
3819 * @sched_scan_start: Ask the hardware to start scanning repeatedly at
4224 * @start_pmsr: start peer measurement (e.g. FTM) (this call can sleep)
4277 int (*start)(struct ieee80211_hw *hw);
4436 * if the session can start immediately.
4873 * calling the ->start() operation. The driver will need to reset all
4884 * buffer in @skb must start with an IEEE 802.11 header. In case of a
4909 * buffer in @skb must start with an IEEE 802.11 header. In case of a
4934 * buffer in @skb must start with an IEEE 802.11 header. In case of a
5004 * @start: start or stop PS
5008 int ieee80211_sta_ps_transition(struct ieee80211_sta *sta, bool start);
5019 * @start: start or stop PS
5024 bool start)
5029 ret = ieee80211_sta_ps_transition(sta, start);
5736 * @pos: start of crypto header
6093 * @sta: the station for which to start a BA session
6107 * @sta: the station for which to start a BA session
6114 * the need to start aggregation on a certain RA/TID, the session level
6577 * ieee80211_ready_on_channel - notification of remain-on-channel start
6647 * ieee80211_start_rx_ba_session_offl - start a Rx BA session
6752 * mac80211 should start A-MPDU sessions on tx
7039 u32 start;
7187 * ieee80211_txq_schedule_start - start new scheduling round for TXQs