HomeSort by relevance Sort by last modified time
    Searched defs:ndis_get_oid (Results 1 - 2 of 2) sorted by null

  /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...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 450 static int ndis_get_oid(struct wpa_driver_ndis_data *drv, unsigned int oid, function
604 res = ndis_get_oid(drv, OID_802_11_AUTHENTICATION_MODE,
632 res = ndis_get_oid(drv, OID_802_11_ENCRYPTION_STATUS,
656 return ndis_get_oid(drv, OID_802_11_BSSID, (char *) bssid, ETH_ALEN) <
667 res = ndis_get_oid(drv, OID_802_11_SSID, (char *) &buf, sizeof(buf));
848 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen);
    [all...]

Completed in 368 milliseconds