Home
last modified time | relevance | path

Searched refs:WL_OID_BASE (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h1688 #define WL_OID_BASE 0xFFE41420 macro
1691 #define OID_WL_GETINSTANCE (WL_OID_BASE + WLC_GET_INSTANCE)
1692 #define OID_WL_GET_FORCELINK (WL_OID_BASE + WLC_GET_FORCELINK)
1693 #define OID_WL_SET_FORCELINK (WL_OID_BASE + WLC_SET_FORCELINK)
1694 #define OID_WL_ENCRYPT_STRENGTH (WL_OID_BASE + WLC_ENCRYPT_STRENGTH)
1695 #define OID_WL_DECRYPT_STATUS (WL_OID_BASE + WLC_DECRYPT_STATUS)
1696 #define OID_LEGACY_LINK_BEHAVIOR (WL_OID_BASE + WLC_LEGACY_LINK_BEHAVIOR)
1697 #define OID_WL_NDCONFIG_ITEM (WL_OID_BASE + WLC_NDCONFIG_ITEM)
1700 #define OID_STA_CHANSPEC (WL_OID_BASE + WLC_GET_CHANSPEC)
1701 #define OID_STA_NBANDS (WL_OID_BASE + WLC_GET_NBANDS)
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c387 error = (int)ioctl_queryinformation_fe(wl, WL_OID_BASE + cmd, buf, &len); in wl_get()
410 error = (int)ioctl_setinformation_fe(wl, WL_OID_BASE + cmd, buf, &len); in wl_set()