/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 456 static int ndis_get_oid(struct wpa_driver_ndis_data *drv, unsigned int oid, function 610 res = ndis_get_oid(drv, OID_802_11_AUTHENTICATION_MODE, 638 res = ndis_get_oid(drv, OID_802_11_ENCRYPTION_STATUS, 662 return ndis_get_oid(drv, OID_802_11_BSSID, (char *) bssid, ETH_ALEN) < 673 res = ndis_get_oid(drv, OID_802_11_SSID, (char *) &buf, sizeof(buf)); 854 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen); [all...] |
/external/wpa_supplicant/ |
driver_ndis.c | 409 static int ndis_get_oid(struct wpa_driver_ndis_data *drv, unsigned int oid, function 563 res = ndis_get_oid(drv, OID_802_11_AUTHENTICATION_MODE, 591 res = ndis_get_oid(drv, OID_802_11_ENCRYPTION_STATUS, 620 return ndis_get_oid(drv, OID_802_11_BSSID, bssid, ETH_ALEN) < 0 ? 632 res = ndis_get_oid(drv, OID_802_11_SSID, (char *) &buf, sizeof(buf)); 781 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen); 1227 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION, buf, 1241 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION, [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndis.c | 415 static int ndis_get_oid(struct wpa_driver_ndis_data *drv, unsigned int oid, function 569 res = ndis_get_oid(drv, OID_802_11_AUTHENTICATION_MODE, 597 res = ndis_get_oid(drv, OID_802_11_ENCRYPTION_STATUS, 621 return ndis_get_oid(drv, OID_802_11_BSSID, (char *) bssid, ETH_ALEN) < 632 res = ndis_get_oid(drv, OID_802_11_SSID, (char *) &buf, sizeof(buf)); 777 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen); 1260 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION, buf, [all...] |