Searched refs:wavepoint_table (Results 1 – 2 of 2) sorted by relevance
578 struct wavepoint_table struct645 struct wavepoint_table wavepoint_table; /* Table of visible WavePoints*/ member
556 lp->wavepoint_table.head=NULL; /* Initialise WavePoint table */ in wv_roam_init()557 lp->wavepoint_table.num_wavepoints=0; in wv_roam_init()558 lp->wavepoint_table.locked=0; in wv_roam_init()582 ptr=lp->wavepoint_table.head; /* Clear device's WavePoint table */ in wv_roam_cleanup()619 wavepoint_history *ptr=lp->wavepoint_table.head; in wl_roam_check()638 if(lp->wavepoint_table.num_wavepoints==MAX_WAVEPOINTS) in wl_new_wavepoint()652 new_wavepoint->next=lp->wavepoint_table.head;/* Add to wavepoint table */ in wl_new_wavepoint()655 if(lp->wavepoint_table.head!=NULL) in wl_new_wavepoint()656 lp->wavepoint_table.head->prev=new_wavepoint; in wl_new_wavepoint()658 lp->wavepoint_table.head=new_wavepoint; in wl_new_wavepoint()[all …]