• Home
  • Raw
  • Download

Lines Matching refs:rtnl_locked

46 					 int type, int rtnl_locked,  in hostap_add_interface()  argument
75 if (!rtnl_locked) in hostap_add_interface()
81 if (!rtnl_locked) in hostap_add_interface()
98 void hostap_remove_interface(struct net_device *dev, int rtnl_locked, in hostap_remove_interface() argument
119 if (rtnl_locked) in hostap_remove_interface()
139 int rtnl_locked) in prism2_wds_add() argument
185 dev = hostap_add_interface(local, HOSTAP_INTERFACE_WDS, rtnl_locked, in prism2_wds_add()
200 int rtnl_locked, int do_not_remove) in prism2_wds_del() argument
225 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del()
876 static int hostap_enable_hostapd(local_info_t *local, int rtnl_locked) in hostap_enable_hostapd() argument
886 rtnl_locked, local->ddev->name, in hostap_enable_hostapd()
895 static int hostap_disable_hostapd(local_info_t *local, int rtnl_locked) in hostap_disable_hostapd() argument
901 hostap_remove_interface(local->apdev, rtnl_locked, 1); in hostap_disable_hostapd()
908 static int hostap_enable_hostapd_sta(local_info_t *local, int rtnl_locked) in hostap_enable_hostapd_sta() argument
918 rtnl_locked, local->ddev->name, in hostap_enable_hostapd_sta()
927 static int hostap_disable_hostapd_sta(local_info_t *local, int rtnl_locked) in hostap_disable_hostapd_sta() argument
933 hostap_remove_interface(local->stadev, rtnl_locked, 1); in hostap_disable_hostapd_sta()
940 int hostap_set_hostapd(local_info_t *local, int val, int rtnl_locked) in hostap_set_hostapd() argument
951 ret = hostap_enable_hostapd(local, rtnl_locked); in hostap_set_hostapd()
956 ret = hostap_disable_hostapd(local, rtnl_locked); in hostap_set_hostapd()
965 int hostap_set_hostapd_sta(local_info_t *local, int val, int rtnl_locked) in hostap_set_hostapd_sta() argument
976 ret = hostap_enable_hostapd_sta(local, rtnl_locked); in hostap_set_hostapd_sta()
981 ret = hostap_disable_hostapd_sta(local, rtnl_locked); in hostap_set_hostapd_sta()