Searched refs:response_type (Results 1 – 3 of 3) sorted by relevance
432 pRsp->response_type = NAN_RESPONSE_ERROR; in getNanResponse()441 pRsp->response_type = NAN_RESPONSE_CONFIG; in getNanResponse()450 pRsp->response_type = NAN_RESPONSE_PUBLISH_CANCEL; in getNanResponse()461 pRsp->response_type = NAN_RESPONSE_PUBLISH; in getNanResponse()472 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE; in getNanResponse()483 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE_CANCEL; in getNanResponse()494 pRsp->response_type = NAN_RESPONSE_TRANSMIT_FOLLOWUP; in getNanResponse()504 pRsp->response_type = NAN_RESPONSE_STATS; in getNanResponse()537 pRsp->response_type = NAN_RESPONSE_ENABLED; in getNanResponse()546 pRsp->response_type = NAN_RESPONSE_DISABLED; in getNanResponse()[all …]
62 switch (msg.response_type) { in WifiNanIface()241 << msg.response_type; in WifiNanIface()
1784 NanResponseType response_type; /* NanResponseType Definitions */ member