Lines Matching refs:psts
87 enum rtw_phl_status psts = RTW_PHL_STATUS_FAILURE; in _phl_cmd_set_key() local
93 psts = _phl_set_key(phl_info, sta, crypt, keybuf); in _phl_cmd_set_key()
101 psts = RTW_PHL_STATUS_RESOURCE; in _phl_cmd_set_key()
111 psts = RTW_PHL_STATUS_RESOURCE; in _phl_cmd_set_key()
121 psts = RTW_PHL_STATUS_RESOURCE; in _phl_cmd_set_key()
127 psts = phl_cmd_enqueue(phl_info, in _phl_cmd_set_key()
136 if (is_cmd_failure(psts)) { in _phl_cmd_set_key()
138 psts = RTW_PHL_STATUS_FAILURE; in _phl_cmd_set_key()
139 } else if (psts != RTW_PHL_STATUS_SUCCESS) { in _phl_cmd_set_key()
141 psts = RTW_PHL_STATUS_FAILURE; in _phl_cmd_set_key()
145 return psts; in _phl_cmd_set_key()
160 return psts; in _phl_cmd_set_key()