Searched refs:ni_hash_next (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wlan/
H A Dwlan_node.c75 ni->ni_hash_next = NULL;
123 if((ni->ni_hash_next = nt->nt_hash[hash]) != NULL)
148 for(ni = nt->nt_hash[hash]; ni; ni = ni->ni_hash_next) {
203 nt->nt_hash[hash] = ni->ni_hash_next;
207 ni->ni_hash_prev->ni_hash_next = ni->ni_hash_next;
210 if(ni->ni_hash_next != NULL)
212 ni->ni_hash_next->ni_hash_prev = ni->ni_hash_prev;
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Dwlan_api.h57 struct bss *ni_hash_next; member in struct:bss

Completed in 27 milliseconds