Searched refs:tx_control_port (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | rdev-ops.h | 756 ret = rdev->ops->tx_control_port(&rdev->wiphy, dev, buf, len, in rdev_tx_control_port()
|
H A D | nl80211.c | 9635 if (!rdev->ops->tx_control_port || in validate_pae_over_nl80211() 14255 if (!rdev->ops->tx_control_port) in nl80211_tx_control_port()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | rdev-ops.h | 773 ret = rdev->ops->tx_control_port(&rdev->wiphy, dev, buf, len, in rdev_tx_control_port()
|
H A D | nl80211.c | 10805 if (!rdev->ops->tx_control_port || in validate_pae_over_nl80211() 15664 if (!rdev->ops->tx_control_port) in nl80211_tx_control_port()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3909 * @tx_control_port: TX a control port frame (EAPoL). The noencrypt parameter 4232 int (*tx_control_port)(struct wiphy *wiphy, member 7249 * @cookie: Cookie returned by cfg80211_ops::tx_control_port() 7256 * transmitted with cfg80211_ops::tx_control_port() to report the TX status of
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 4364 * @tx_control_port: TX a control port frame (EAPoL). The noencrypt parameter 4723 int (*tx_control_port)(struct wiphy *wiphy, member 8302 * @cookie: Cookie returned by cfg80211_ops::tx_control_port() 8309 * transmitted with cfg80211_ops::tx_control_port() to report the TX status of
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 4205 .tx_control_port = ieee80211_tx_control_port,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 5128 .tx_control_port = ieee80211_tx_control_port,
|
Completed in 99 milliseconds