Home | History | Annotate | Download | only in wifi_hal

Lines Matching defs:cmd

53 static const char *cmdToString(int cmd)
55 switch (cmd) {
501 ALOGD("cmd = %s, len = %d", get_cmdString(), len);
558 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) {
562 hdrlen, flags, cmd, /* version = */ 0);
637 int WifiCommand::requestEvent(int cmd) {
639 ALOGD("requesting event %d", cmd);
641 int res = wifi_register_handler(wifiHandle(), cmd
650 ALOGD("waiting for response %d", cmd);
656 ALOGD("waiting for event %d", cmd);
662 wifi_unregister_handler(wifiHandle(), cmd);
693 WifiCommand *cmd = (WifiCommand *)arg;
701 return cmd->handleResponse(reply);
706 WifiCommand *cmd = (WifiCommand *)arg;
713 res = cmd->handleEvent(event);
716 cmd->mCondition.signal();
781 if (gnlh->cmd == NL80211_CMD_VENDOR) {
804 if (gnlh->cmd == NL80211_CMD_VENDOR) {