OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OID_802_11_SSID
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h
38
#define
OID_802_11_SSID
0x0509
driver_ndis.c
67
#define
OID_802_11_SSID
0x0d010102
632
res = ndis_get_oid(drv,
OID_802_11_SSID
, (char *) &buf, sizeof(buf));
661
return ndis_set_oid(drv,
OID_802_11_SSID
, (char *) &buf, sizeof(buf));
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_ralink.h
38
#define
OID_802_11_SSID
0x0509
driver_ndis.c
67
#define
OID_802_11_SSID
0x0d010102
673
res = ndis_get_oid(drv,
OID_802_11_SSID
, (char *) &buf, sizeof(buf));
702
return ndis_set_oid(drv,
OID_802_11_SSID
, (char *) &buf, sizeof(buf));
[
all
...]
/external/wpa_supplicant/
driver_ndis.c
61
#define
OID_802_11_SSID
0x0d010102
632
res = ndis_get_oid(drv,
OID_802_11_SSID
, (char *) &buf, sizeof(buf));
661
return ndis_set_oid(drv,
OID_802_11_SSID
, (char *) &buf, sizeof(buf));
[
all
...]
Completed in 20 milliseconds