Lines Matching refs:WifiCommand
585 wifi_error WifiCommand::requestResponse() in requestResponse()
594 wifi_error WifiCommand::requestResponse(WifiRequest& request) in requestResponse()
626 wifi_error WifiCommand::requestEvent(int cmd) in requestEvent()
654 wifi_error WifiCommand::requestVendorEvent(uint32_t id, int subcmd) { in requestVendorEvent()
681 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
682 WifiCommand *cmd = (WifiCommand *)arg; in response_handler()
694 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
695 WifiCommand *cmd = (WifiCommand *)arg; in event_handler()
710 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
716 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
722 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
728 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
740 : WifiCommand(handle, id), mVendor_id(vendor_id), mSubcmd(subcmd), in WifiVendorCommand()
831 return WifiCommand::requestResponse(mMsg); in requestResponse()