Searched refs:rx_match_filter (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | wifi_nan.h | 1090 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 D | nan.cpp | 751 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 D | nan_req.cpp | 747 (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 D | hidl_struct_util.cpp | 1624 memcpy(legacy_request->rx_match_filter, in convertHidlNanPublishRequestToLegacy() 1777 memcpy(legacy_request->rx_match_filter, in convertHidlNanSubscribeRequestToLegacy()
|