Lines Matching refs:list

315  * @BSS_CHANGED_ARP_FILTER: Hardware ARP filter address list or state changed.
1238 * @tx_power_idx An idx into the ieee80211_hw->tx_power_levels list of the
1256 * @free_list: list where processed skbs are stored to be free'd by the driver
1804 * to pass through. An empty list implies no ARP queries need to pass.
1805 * @arp_addr_cnt: Number of addresses currently on the list. Note that this
2867 * @tx_power_levels: a list of power levels supported by the wifi hardware.
2871 * @max_txpwr_levels_idx: the maximum valid idx of 'tx_power_levels' list.
3194 * - a list of information element IDs
3195 * - a list of OUIs for the vendor information element
3206 * Some hardware supports an "ignore list" instead, just make sure nothing
3207 * that was requested is on the ignore list, and include commonly changing
3208 * information element IDs in the ignore list, for example 11 (BSS load) and
3268 * for the combined multicast address list of all virtual interfaces.
3873 * when a station is added to mac80211's station list. This callback
3897 * up the list of states. Also note that after the callback returns it
4122 * another, as specified in the list of
4881 * ieee80211_rx_list - receive frame and store processed skbs in a list
4900 * @list: the destination list
4903 struct sk_buff *skb, struct list_head *list);
5354 * but allocates and returns a pointer to list of all beacon templates required
5369 * ieee80211_beacon_free_ema_list - free an EMA beacon template list
5370 * @ema_beacons: list of EMA beacons of type &struct ieee80211_ema_beacons pointers.
5372 * This function will free a list previously acquired by calling
7254 * The API ieee80211_txq_may_transmit() also ensures that TXQ list will be
7255 * aligned against driver's own round-robin scheduler list. i.e it rotates
7256 * the TXQ list till it makes the requested node becomes the first entry
7257 * in TXQ list. Thus both the TXQ list and driver's list are in sync. If this