Lines Matching refs:rtnl_locked

50 					 int type, int rtnl_locked,  in hostap_add_interface()  argument
79 if (!rtnl_locked) in hostap_add_interface()
85 if (!rtnl_locked) in hostap_add_interface()
102 void hostap_remove_interface(struct net_device *dev, int rtnl_locked, in hostap_remove_interface() argument
123 if (rtnl_locked) in hostap_remove_interface()
143 int rtnl_locked) in prism2_wds_add() argument
189 dev = hostap_add_interface(local, HOSTAP_INTERFACE_WDS, rtnl_locked, in prism2_wds_add()
204 int rtnl_locked, int do_not_remove) in prism2_wds_del() argument
229 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del()
877 static int hostap_enable_hostapd(local_info_t *local, int rtnl_locked) in hostap_enable_hostapd() argument
887 rtnl_locked, local->ddev->name, in hostap_enable_hostapd()
896 static int hostap_disable_hostapd(local_info_t *local, int rtnl_locked) in hostap_disable_hostapd() argument
902 hostap_remove_interface(local->apdev, rtnl_locked, 1); in hostap_disable_hostapd()
909 static int hostap_enable_hostapd_sta(local_info_t *local, int rtnl_locked) in hostap_enable_hostapd_sta() argument
919 rtnl_locked, local->ddev->name, in hostap_enable_hostapd_sta()
928 static int hostap_disable_hostapd_sta(local_info_t *local, int rtnl_locked) in hostap_disable_hostapd_sta() argument
934 hostap_remove_interface(local->stadev, rtnl_locked, 1); in hostap_disable_hostapd_sta()
941 int hostap_set_hostapd(local_info_t *local, int val, int rtnl_locked) in hostap_set_hostapd() argument
952 ret = hostap_enable_hostapd(local, rtnl_locked); in hostap_set_hostapd()
957 ret = hostap_disable_hostapd(local, rtnl_locked); in hostap_set_hostapd()
966 int hostap_set_hostapd_sta(local_info_t *local, int val, int rtnl_locked) in hostap_set_hostapd_sta() argument
977 ret = hostap_enable_hostapd_sta(local, rtnl_locked); in hostap_set_hostapd_sta()
982 ret = hostap_disable_hostapd_sta(local, rtnl_locked); in hostap_set_hostapd_sta()