Searched refs:ph2c (Results 1 – 1 of 1) sorted by relevance
1267 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key() local1272 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key()1273 if (!ph2c) { in rtw_ap_set_pairwise_key()1280 kfree(ph2c); in rtw_ap_set_pairwise_key()1285 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in rtw_ap_set_pairwise_key()1293 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_ap_set_pairwise_key()