Home
last modified time | relevance | path

Searched refs:TLV_TYPE_RSSI_HIGH (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dtypes.h94 #define TLV_TYPE_RSSI_HIGH (PROPRIETARY_TLV_BASE_ID + 22) macro
H A Ddebugfs.c389 return lbs_threshold_read(TLV_TYPE_RSSI_HIGH, CMD_SUBSCRIBE_RSSI_HIGH, in lbs_highrssi_read()
397 return lbs_threshold_write(TLV_TYPE_RSSI_HIGH, CMD_SUBSCRIBE_RSSI_HIGH, in lbs_highrssi_write()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h162 #define TLV_TYPE_RSSI_HIGH (PROPRIETARY_TLV_BASE_ID + 22) macro
H A Dsta_cmd.c1350 rssi_tlv->header.type = cpu_to_le16(TLV_TYPE_RSSI_HIGH); in mwifiex_cmd_802_11_subsc_evt()