Searched refs:disassociate (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm1674 $self->disassociate() ;
1682 $self->disassociate() ;
1687 sub disassociate subroutine
1695 #print "end disassociate\n" ;
1703 $self->disassociate() ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drndis_wlan.c1073 static int disassociate(struct usbnet *usbdev, bool reset_ssid) function
1091 /* disassociate causes radio to be turned off; if reset_ssid
1274 ret = disassociate(usbdev, true);
1880 disassociate(usbdev, true); /* turn on radio */
2093 disassociate(usbdev, false);
2169 disassociate(usbdev, true);
2218 disassociate(usbdev, false);
2282 disassociate(usbdev, true);
3171 disassociate(usbdev, true);
3192 disassociate(usbde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dview.tex138 all share the same window, you need to disassociate the window from the view
H A Dwindow.tex2791 \docparam{constraints}{The constraints to set. Pass NULL to disassociate and delete the window's
3383 \docparam{sizer}{The sizer to set. Pass NULL to disassociate and conditionally delete
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1306 struct work_struct disassociate; member in struct:ipw_priv
H A Dipw2200.c3928 queue_work(priv->workqueue, &priv->disassociate);
3972 container_of(work, struct ipw_priv, disassociate);
4361 * Above disassociate threshold, give up and stop scanning.
4371 * beacon threshold, disassociate, turn
4375 "Missed beacon: %d - disassociate\n", missed_count);
4384 queue_work(priv->workqueue, &priv->disassociate);
6111 "Missed beacon: %d - disassociate\n",
9194 IPW_DEBUG_WX("Setting disassociate threshold to %d\n", 3*wrqu->sens.value);
10767 INIT_WORK(&priv->disassociate, ipw_bg_disassociate);
10864 * various supplicants, we don't force a disassociate i
[all...]

Completed in 242 milliseconds