HomeSort by relevance Sort by last modified time
    Searched refs:resp_status (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/http/
http_transaction_test_util.cc 386 std::string resp_status = t->status; local
389 received_bytes_ = resp_status.size() + resp_headers.size() + resp_data.size();
391 (t->handler)(request, &resp_status, &resp_headers, &resp_data);
394 "%s\n%s\n", resp_status.c_str(), resp_headers.c_str());
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 547 int status, resp_status; local
563 resp_status = EAP_TLV_RESULT_FAILURE;
566 resp_status = EAP_TLV_RESULT_SUCCESS;
571 resp_status = EAP_TLV_RESULT_FAILURE;
576 resp_status = EAP_TLV_RESULT_FAILURE;
582 eap_get_id(req), resp_status);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2004 uint8 resp_status; member in struct:dot11_wnm_sleep_ie
    [all...]

Completed in 169 milliseconds