HomeSort by relevance Sort by last modified time
    Searched defs:OID_802_11_SSID (Results 1 - 4 of 4) 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_ndis.c 61 #define OID_802_11_SSID 0x0d010102
667 res = ndis_get_oid(drv, OID_802_11_SSID, (char *) &buf, sizeof(buf));
696 return ndis_set_oid(drv, OID_802_11_SSID, (char *) &buf, sizeof(buf));
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 642 #define OID_802_11_SSID 0x0D010102

Completed in 52 milliseconds