Lines Matching defs:netdev
4028 * the new netdev in the wiphy's network namespace! Returns the struct
4031 * This additionally holds the RTNL to be able to do netdev changes.
4034 * This additionally holds the RTNL to be able to do netdev changes.
4038 * This additionally holds the RTNL to be able to do netdev changes.
4429 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev,
4432 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev,
4436 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev,
4440 struct net_device *netdev, int link_id,
4443 struct net_device *netdev, int link_id,
4446 struct net_device *netdev,
4570 int (*dump_survey)(struct wiphy *wiphy, struct net_device *netdev,
4573 int (*set_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
4575 int (*del_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
4577 int (*flush_pmksa)(struct wiphy *wiphy, struct net_device *netdev);
5062 * @WIPHY_VENDOR_CMD_NEED_NETDEV: vendor command requires netdev
5669 * assigned to each netdev's ieee80211_ptr for proper operation.
5684 * assigned to each netdev's ieee80211_ptr for proper operation.
5898 * is intentional so it can be allocated along with the netdev.)
5899 * It need not be registered then as netdev registration will
5905 * For non-netdev uses, it must also be allocated by the driver
5907 * there's no netdev registration in that case it may not be
5916 * @netdev: (private) Used to reference back to the netdev, may be %NULL
5918 * wireless device if it has no netdev
5936 * netdev and may otherwise be used by driver read-only, will be update
5945 * @address: The address for this device, valid only if @netdev is %NULL
5946 * @is_running: true if this is a non-netdev device that has been started, e.g.
5982 struct net_device *netdev;
6094 if (wdev->netdev)
6095 return wdev->netdev->dev_addr;
6101 if (wdev->netdev)
6102 return netif_running(wdev->netdev);
8083 * @dev: the netdev
8093 * @dev: the netdev
8104 * @dev: the netdev
8117 * @dev: the netdev
8434 * @netdev: network device
8443 void cfg80211_cac_event(struct net_device *netdev,
8532 * netdev that is in AP/GO mode.
8547 * netdev that is in AP/GO mode.
8696 * cfg80211_register_netdevice - register the given netdev
8697 * @dev: the netdev to register
8709 * cfg80211_unregister_netdevice - unregister the given netdev
8710 * @dev: the netdev to register
8744 * @netdev: network device
8747 void cfg80211_ft_event(struct net_device *netdev,
8919 * calling dev_close() (and treating non-netdev interfaces as needed).
9031 * @netdev: network device
9036 int cfg80211_external_auth_request(struct net_device *netdev,
9083 * @netdev: network device
9089 void cfg80211_assoc_comeback(struct net_device *netdev,
9147 * @netdev: network device
9151 void cfg80211_update_owe_info_event(struct net_device *netdev,