Lines Matching refs:cm
3351 struct wmi_connect_cmd *cm; in ath6kl_wmi_ap_profile_commit() local
3354 skb = ath6kl_wmi_get_new_buf(sizeof(*cm)); in ath6kl_wmi_ap_profile_commit()
3358 cm = (struct wmi_connect_cmd *) skb->data; in ath6kl_wmi_ap_profile_commit()
3359 memcpy(cm, p, sizeof(*cm)); in ath6kl_wmi_ap_profile_commit()
3374 struct wmi_ap_set_mlme_cmd *cm; in ath6kl_wmi_ap_set_mlme() local
3376 skb = ath6kl_wmi_get_new_buf(sizeof(*cm)); in ath6kl_wmi_ap_set_mlme()
3380 cm = (struct wmi_ap_set_mlme_cmd *) skb->data; in ath6kl_wmi_ap_set_mlme()
3381 memcpy(cm->mac, mac, ETH_ALEN); in ath6kl_wmi_ap_set_mlme()
3382 cm->reason = cpu_to_le16(reason); in ath6kl_wmi_ap_set_mlme()
3383 cm->cmd = cmd; in ath6kl_wmi_ap_set_mlme()
3385 ath6kl_dbg(ATH6KL_DBG_WMI, "ap_set_mlme: cmd=%d reason=%d\n", cm->cmd, in ath6kl_wmi_ap_set_mlme()
3386 cm->reason); in ath6kl_wmi_ap_set_mlme()