Lines Matching refs:cm
3383 struct wmi_connect_cmd *cm; in ath6kl_wmi_ap_profile_commit() local
3386 skb = ath6kl_wmi_get_new_buf(sizeof(*cm)); in ath6kl_wmi_ap_profile_commit()
3390 cm = (struct wmi_connect_cmd *) skb->data; in ath6kl_wmi_ap_profile_commit()
3391 memcpy(cm, p, sizeof(*cm)); in ath6kl_wmi_ap_profile_commit()
3406 struct wmi_ap_set_mlme_cmd *cm; in ath6kl_wmi_ap_set_mlme() local
3408 skb = ath6kl_wmi_get_new_buf(sizeof(*cm)); in ath6kl_wmi_ap_set_mlme()
3412 cm = (struct wmi_ap_set_mlme_cmd *) skb->data; in ath6kl_wmi_ap_set_mlme()
3413 memcpy(cm->mac, mac, ETH_ALEN); in ath6kl_wmi_ap_set_mlme()
3414 cm->reason = cpu_to_le16(reason); in ath6kl_wmi_ap_set_mlme()
3415 cm->cmd = cmd; in ath6kl_wmi_ap_set_mlme()
3417 ath6kl_dbg(ATH6KL_DBG_WMI, "ap_set_mlme: cmd=%d reason=%d\n", cm->cmd, in ath6kl_wmi_ap_set_mlme()
3418 cm->reason); in ath6kl_wmi_ap_set_mlme()