Home
last modified time | relevance | path

Searched refs:get_key_seq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800soc.c169 .get_key_seq = rt2800_get_key_seq,
H A Drt2800usb.c649 .get_key_seq = rt2800_get_key_seq,
/linux/net/mac80211/
H A Ddriver-ops.h386 if (local->ops->get_key_seq) in drv_get_key_seq()
387 local->ops->get_key_seq(&local->hw, &key->conf, seq); in drv_get_key_seq()
/linux/include/net/
H A Dmac80211.h4048 * @get_key_seq: If your device implements encryption in hardware and does
4587 void (*get_key_seq)(struct ieee80211_hw *hw, member