Lines Matching refs:cm_id
238 struct iw_cm_id *cm_id;
246 cm_id = cep->listen_cep->cm_id;
251 cm_id = cep->cm_id;
267 return cm_id->event_handler(cm_id, &event);
283 if (cep->cm_id) {
301 cep->cm_id->rem_ref(cep->cm_id);
302 cep->cm_id = NULL;
803 if (cep->cm_id)
808 if (cep->cm_id) {
841 if (cep->cm_id)
883 if (cep->cm_id) {
884 cep->cm_id->rem_ref(cep->cm_id);
885 cep->cm_id = NULL;
1046 /* Associate cm_id with CEP */
1048 cep->cm_id = id;
1105 /* disassoc with cm_id */
1106 cep->cm_id = NULL;
1185 cep->cm_id = id;
1244 if (cep->cm_id) {
1245 cep->cm_id->rem_ref(id);
1246 cep->cm_id = NULL;
1338 cep->cm_id = id;
1360 if (cep->cm_id) {
1361 cep->cm_id->rem_ref(cep->cm_id);
1362 cep->cm_id = NULL;
1391 if (cep->cm_id) {
1392 cep->cm_id->rem_ref(cep->cm_id);
1393 cep->cm_id = NULL;