Lines Matching refs:WifiCommand
598 int WifiCommand::requestResponse() { in requestResponse()
607 int WifiCommand::requestResponse(WifiRequest& request) { in requestResponse()
637 int WifiCommand::requestEvent(int cmd) { in requestEvent()
666 int WifiCommand::requestVendorEvent(uint32_t id, int subcmd) { in requestVendorEvent()
691 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
693 WifiCommand *cmd = (WifiCommand *)arg; in response_handler()
705 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
706 WifiCommand *cmd = (WifiCommand *)arg; in event_handler()
721 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
728 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
735 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
742 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
755 : WifiCommand(handle, id), mVendor_id(vendor_id), mSubcmd(subcmd), in WifiVendorCommand()
861 return WifiCommand::requestResponse(mMsg); in requestResponse()