Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h1090 u8 rx_match_filter[NAN_MAX_MATCH_FILTER_LEN]; member
1251 u8 rx_match_filter[NAN_MAX_MATCH_FILTER_LEN]; member
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dnan.cpp751 prhex(NULL, mParams->rx_match_filter, mParams->rx_match_filter_len); in createPublishRequest()
753 (void *)mParams->rx_match_filter, mParams->rx_match_filter_len); in createPublishRequest()
1110 prhex(NULL, mParams->rx_match_filter, mParams->rx_match_filter_len); in createSubscribeRequest()
1112 (void *)mParams->rx_match_filter, mParams->rx_match_filter_len); in createSubscribeRequest()
3924 prhex("rx_match_filter", msg->rx_match_filter, msg->rx_match_filter_len); in dump_NanPublishRequest()
3982 prhex("rx_match_filter", msg->rx_match_filter, msg->rx_match_filter_len); in dump_NanSubscribeRequest()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_req.cpp747 (const u8*)&pReq->rx_match_filter[0], tlvs); in putNanPublish()
1006 (const u8*)&pReq->rx_match_filter[0], tlvs); in putNanSubscribe()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp1624 memcpy(legacy_request->rx_match_filter, in convertHidlNanPublishRequestToLegacy()
1777 memcpy(legacy_request->rx_match_filter, in convertHidlNanSubscribeRequestToLegacy()