Searched refs:response_type (Results 1 – 2 of 2) sorted by relevance
71 pRsp->response_type = NAN_RESPONSE_ERROR; in getNanResponse()81 pRsp->response_type = NAN_RESPONSE_CONFIG; in getNanResponse()91 pRsp->response_type = NAN_RESPONSE_PUBLISH_CANCEL; in getNanResponse()103 pRsp->response_type = NAN_RESPONSE_PUBLISH; in getNanResponse()115 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE; in getNanResponse()127 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE_CANCEL; in getNanResponse()139 pRsp->response_type = NAN_RESPONSE_TRANSMIT_FOLLOWUP; in getNanResponse()149 pRsp->response_type = NAN_RESPONSE_STATS; in getNanResponse()183 pRsp->response_type = NAN_RESPONSE_ENABLED; in getNanResponse()193 pRsp->response_type = NAN_RESPONSE_DISABLED; in getNanResponse()[all …]
1310 NanResponseType response_type; /* NanResponseType Definitions */ member