Searched refs:networkId (Results 1 - 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | wpa_hal.h | 208 int32_t networkId; member
|
H A D | wpa_hal.c | 50 g_wifiDev[i]->networkId = i; in GetWifiDevByName() 69 g_wifiDev[i]->networkId = i; in SetWifiDev()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | wpa_hal.h | 208 int32_t networkId; member
|
H A D | wpa_hal.c | 50 g_wifiDev[i]->networkId = i; in GetWifiDevByName() 69 g_wifiDev[i]->networkId = i; in SetWifiDev()
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 779 int networkId; member 807 typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId); 816 int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 764 int networkId; member 792 typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId); 801 int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 763 int networkId; member 791 typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId); 800 int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 763 int networkId; member 791 typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId); 800 int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | notify.c | 159 wpaStateChangedParma.networkId = wpa_s->current_ssid ? wpa_s->current_ssid->id : -1; in wpas_notify_state_changed() 162 wpa_printf(MSG_EXCESSIVE, "id = %d state = %d BSSID = " MACSTR_SEC " SSID = %s", wpaStateChangedParma.networkId, in wpas_notify_state_changed()
|
H A D | wpa_supplicant.c | 1082 wpaConnectParma.networkId = ssid ? ssid->id : -1; in wpa_supplicant_set_state() 8597 wpaTempDisabledParma.networkId = ssid->id;
|
H A D | p2p_supplicant.c | 3024 p2pDeviceLostParam.networkId = wpa_s->current_ssid->id; in wpas_dev_lost()
|
Completed in 38 milliseconds