Searched refs:ndis_get_oid (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 451 static int ndis_get_oid(struct wpa_driver_ndis_data *drv, unsigned int oid, in ndis_get_oid() function 605 res = ndis_get_oid(drv, OID_802_11_AUTHENTICATION_MODE, in ndis_get_auth_mode() 633 res = ndis_get_oid(drv, OID_802_11_ENCRYPTION_STATUS, in ndis_get_encr_status() 657 return ndis_get_oid(drv, OID_802_11_BSSID, (char *) bssid, ETH_ALEN) < in wpa_driver_ndis_get_bssid() 668 res = ndis_get_oid(drv, OID_802_11_SSID, (char *) &buf, sizeof(buf)); in wpa_driver_ndis_get_ssid() 828 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen); in wpa_driver_ndis_get_scan_results() 1341 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION, buf, in wpa_driver_ndis_get_associnfo() 1355 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION, in wpa_driver_ndis_get_associnfo() 1404 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen); in wpa_driver_ndis_get_associnfo() 1746 len = ndis_get_oid(drv, OID_802_11_CAPABILITY, buf, sizeof(buf)); in wpa_driver_ndis_get_capability() [all …]
|