Searched refs:rtnl_locked (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/hostap/ |
D | hostap.h | 39 int hostap_set_hostapd(local_info_t *local, int val, int rtnl_locked); 40 int hostap_set_hostapd_sta(local_info_t *local, int val, int rtnl_locked); 44 int type, int rtnl_locked, 46 void hostap_remove_interface(struct net_device *dev, int rtnl_locked, 53 int rtnl_locked); 55 int rtnl_locked, int do_not_remove);
|
D | hostap_main.c | 51 int type, int rtnl_locked, in hostap_add_interface() argument 80 if (!rtnl_locked) in hostap_add_interface() 91 if (!rtnl_locked) in hostap_add_interface() 108 void hostap_remove_interface(struct net_device *dev, int rtnl_locked, in hostap_remove_interface() argument 129 if (rtnl_locked) in hostap_remove_interface() 149 int rtnl_locked) in prism2_wds_add() argument 196 dev = hostap_add_interface(local, HOSTAP_INTERFACE_WDS, rtnl_locked, in prism2_wds_add() 211 int rtnl_locked, int do_not_remove) in prism2_wds_del() argument 237 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del() 884 static int hostap_enable_hostapd(local_info_t *local, int rtnl_locked) in hostap_enable_hostapd() argument [all …]
|