Lines Matching refs:net_device
41 int wl_ext_iapsta_attach_dwds_netdev(struct net_device *net, int ifidx, uint8 bssidx);
42 int wl_ext_iapsta_dettach_dwds_netdev(struct net_device *net, int ifidx, uint8 bssidx);
44 int wl_ext_iapsta_attach_netdev(struct net_device *net, int ifidx, uint8 bssidx);
45 int wl_ext_iapsta_attach_name(struct net_device *net, int ifidx);
46 int wl_ext_iapsta_dettach_netdev(struct net_device *net, int ifidx);
47 int wl_ext_iapsta_update_net_device(struct net_device *net, int ifidx);
48 int wl_ext_iapsta_alive_preinit(struct net_device *dev);
49 int wl_ext_iapsta_alive_postinit(struct net_device *dev);
50 int wl_ext_iapsta_attach(struct net_device *net);
51 void wl_ext_iapsta_dettach(struct net_device *net);
52 int wl_ext_iapsta_enable(struct net_device *dev, char *command, int total_len);
53 int wl_ext_iapsta_disable(struct net_device *dev, char *command, int total_len);
54 int wl_ext_isam_param(struct net_device *dev, char *command, int total_len);
55 int wl_ext_isam_status(struct net_device *dev, char *command, int total_len);
56 int wl_ext_isam_init(struct net_device *dev, char *command, int total_len);
57 int wl_ext_iapsta_config(struct net_device *dev, char *command, int total_len);
58 void wl_ext_add_remove_pm_enable_work(struct net_device *dev, bool add);
59 bool wl_ext_iapsta_other_if_enabled(struct net_device *net);
60 bool wl_ext_sta_connecting(struct net_device *dev);
61 void wl_ext_get_chan_str(struct net_device *dev, char *chan_str, int total_len);
68 int wl_ext_in4way_sync_wext(struct net_device *dev, uint action,
72 int wl_ext_mesh_peer_status(struct net_device *dev, char *data, char *command,
74 int wl_ext_isam_peer_path(struct net_device *dev, char *command, int total_len);
77 int wl_ext_in4way_sync(struct net_device *dev, uint action,
79 void wl_ext_update_extsae_4way(struct net_device *dev,
81 u32 wl_ext_iapsta_update_channel(struct net_device *dev, u32 channel);
82 void wl_ext_iapsta_update_iftype(struct net_device *net, int wl_iftype);
83 bool wl_ext_iapsta_iftype_enabled(struct net_device *net, int wl_iftype);
84 void wl_ext_iapsta_enable_master_if(struct net_device *dev, bool post);
85 void wl_ext_iapsta_restart_master(struct net_device *dev);
86 void wl_ext_iapsta_ifadding(struct net_device *net, int ifidx);
87 bool wl_ext_iapsta_mesh_creating(struct net_device *net);
88 void wl_ext_fw_reinit_incsa(struct net_device *dev);
89 void wl_ext_send_event_msg(struct net_device *dev, int event, int status,
92 void wl_ext_btc_config(struct net_device *dev, bool enable);
95 bool wl_ext_del_sta_info(struct net_device *net, u8 *bssid);
96 bool wl_ext_add_sta_info(struct net_device *net, u8 *bssid);
99 uint16 wl_ext_scan_suppress(struct net_device *dev, void *scan_params, bool scan_v2,