Searched defs:iw_cm_id (Results 1 – 2 of 2) sorted by relevance
56 struct iw_cm_id { struct68 void (*add_ref)(struct iw_cm_id *); argument69 void (*rem_ref)(struct iw_cm_id *); argument70 u8 tos;71 bool tos_set:1;72 bool mapped:1;73 bool afonly:1;
203 struct iw_cm_id *iw_cm_id; in c4iw_fill_res_cm_id_entry() local