Searched refs:ndis_get_oid (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c456 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);
1367 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION, buf,
1381 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION,
1430 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen);
1772 len = ndis_get_oid(dr
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c456 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);
1367 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION, buf,
1381 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION,
1430 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen);
1772 len = ndis_get_oid(dr
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c456 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);
1367 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION, buf,
1381 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION,
1430 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen);
1772 len = ndis_get_oid(dr
[all...]
/external/wpa_supplicant/
H A Ddriver_ndis.c409 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,
1289 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen);
1632 len = ndis_get_oid(dr
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c415 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,
1274 len = ndis_get_oid(drv, OID_802_11_ASSOCIATION_INFORMATION,
1323 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen);
1665 len = ndis_get_oid(dr
[all...]

Completed in 641 milliseconds