Lines Matching defs:netdev
3597 * the new netdev in the wiphy's network namespace! Returns the struct
3945 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev,
3948 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev,
3952 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev,
3955 struct net_device *netdev,
3958 struct net_device *netdev,
3961 struct net_device *netdev,
4082 int (*dump_survey)(struct wiphy *wiphy, struct net_device *netdev,
4085 int (*set_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
4087 int (*del_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
4089 int (*flush_pmksa)(struct wiphy *wiphy, struct net_device *netdev);
4549 * @WIPHY_VENDOR_CMD_NEED_NETDEV: vendor command requires netdev
5105 * assigned to each netdev's ieee80211_ptr for proper operation.
5120 * assigned to each netdev's ieee80211_ptr for proper operation.
5166 * is intentional so it can be allocated along with the netdev.)
5167 * It need not be registered then as netdev registration will
5170 * For non-netdev uses, it must also be allocated by the driver
5172 * there's no netdev registration in that case it may not be
5178 * @netdev: (private) Used to reference back to the netdev, may be %NULL
5180 * wireless device if it has no netdev
5205 * netdev and may otherwise be used by driver read-only, will be update
5214 * @address: The address for this device, valid only if @netdev is %NULL
5215 * @is_running: true if this is a non-netdev device that has been started, e.g.
5249 struct net_device *netdev;
5324 if (wdev->netdev)
5325 return wdev->netdev->dev_addr;
5331 if (wdev->netdev)
5332 return netif_running(wdev->netdev);
7134 * @dev: the netdev
7144 * @dev: the netdev
7155 * @dev: the netdev
7168 * @dev: the netdev
7362 * @netdev: network device
7371 void cfg80211_cac_event(struct net_device *netdev,
7452 * netdev that is in AP/GO mode.
7467 * netdev that is in AP/GO mode.
7598 * Call this function only for wdevs that have no netdev assigned,
7628 * @netdev: network device
7631 void cfg80211_ft_event(struct net_device *netdev,
7803 * calling dev_close() (and treating non-netdev interfaces as needed).
7915 * @netdev: network device
7920 int cfg80211_external_auth_request(struct net_device *netdev,
8017 * @netdev: network device
8021 void cfg80211_update_owe_info_event(struct net_device *netdev,