Lines Matching refs:keybuf
25 u8 *keybuf) in _phl_set_key() argument
30 if(keybuf) in _phl_set_key()
40 keybuf); in _phl_set_key()
51 u8 *keybuf; member
63 if (param->keybuf) in _phl_cmd_set_key_done()
65 param->keybuf, in _phl_cmd_set_key_done()
81 u8 *keybuf, in _phl_cmd_set_key() argument
93 psts = _phl_set_key(phl_info, sta, crypt, keybuf); in _phl_cmd_set_key()
117 if (keybuf) { /* set key */ in _phl_cmd_set_key()
118 param->keybuf = _os_kmem_alloc(drv, param->crypt->key_len); in _phl_cmd_set_key()
119 if (param->keybuf == NULL) { in _phl_cmd_set_key()
124 _os_mem_cpy(drv, param->keybuf, keybuf, param->crypt->key_len); in _phl_cmd_set_key()
148 if (param->keybuf) in _phl_cmd_set_key()
149 _os_kmem_free(drv, param->keybuf, param->crypt->key_len); in _phl_cmd_set_key()
171 cmd_sec_param->keybuf); in phl_cmd_set_key_hdl()
179 u8 *keybuf, in rtw_phl_cmd_add_key() argument
184 return _phl_cmd_set_key(phl, sta, crypt, keybuf, cmd_type, cmd_timeout); in rtw_phl_cmd_add_key()
189 return _phl_set_key((struct phl_info_t *)phl, sta, crypt, keybuf); in rtw_phl_cmd_add_key()