Searched refs:wref (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tooltip/
H A Dtipstack.tcl41 set wref [lrange $args 0 end-1]
46 if {![info exists db($wref)]} {
47 set db($wref) [list $text]
49 lappend db($wref) $text
54 eval [linsert [linsert $wref end $text] 0 tooltip::tooltip]
66 # args == wref (see 'push').
67 set wref $args
74 if {![info exists db($wref)]} {
77 set data $db($wref)
85 set db($wref)
[all...]
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DEAPOLSocket.c194 wireless_t wref; member in struct:EAPOLSocketSource_s
506 return (wireless_set_key(sock->source->wref, type, index, key, key_length));
585 if (wireless_clear_wpa_pmk_cache(source->wref)) {
606 return (wireless_has_pmk(source->wref, &source->bssid));
646 return (wireless_set_wpa_msk(source->wref, bssid, msk, msk_length));
775 wireless_disassociate(source->wref);
796 ret = wireless_reassociate(source->wref,
1340 wireless_t wref = NULL; local
1345 if (wireless_bind(if_name, &wref)) {
1406 source->wref
1719 EAPOLSocketSourceScanCallback(wireless_t wref, CFArrayRef bssid_list, void * arg) argument
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXSubwindows.c358 WindowRef wref = TkMacOSXDrawableWindow(window);
362 HideSheetWindow(wref);
364 HideWindow(wref);
354 WindowRef wref = TkMacOSXDrawableWindow(window); local
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c6587 Apple80211Ref wref; local
6589 error = Apple80211Open(&wref);
6594 error = Apple80211BindToInterface(wref, ifname);
6599 if (Apple80211Get((Apple80211Ref)wref, APPLE80211_IOC_SSID, 0,
6616 (void)Apple80211Get((Apple80211Ref)wref, APPLE80211_IOC_BSSID, 0,
6621 Apple80211Close(wref);

Completed in 116 milliseconds