Searched refs:bss (Results 1 - 8 of 8) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Dieee80211_node.h66 struct bss *nt_node_first; /* information of all nodes */
67 struct bss *nt_node_last; /* information of all nodes */
68 struct bss *nt_hash[IEEE80211_NODE_HASHSIZE];
H A Dwlan_api.h51 typedef struct bss { struct
55 struct bss *ni_list_next;
56 struct bss *ni_list_prev;
57 struct bss *ni_hash_next;
58 struct bss *ni_hash_prev;
H A Dwmi_api.h255 wmi_node_return (struct wmi_t *wmip, bss_t *bss);
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wlan/
H A Dwlan_node.c283 bss_t *bss, *nextBss; local
288 bss = nt->nt_node_first;
289 while (bss != NULL)
291 nextBss = bss->ni_list_next;
292 if (A_MEMCMP(myBssid, bss->ni_macaddr, sizeof(myBssid)) != 0)
295 if (bss->ni_tstamp <= A_GET_MS(0))
298 * free up all but the current bss - if set
300 wlan_node_reclaim(nt, bss);
305 * Re-arm timer, only when we have a bss other than
306 * current bss AN
[all...]
/netgear-R7800-V1.0.2.28/target/linux/coldfire/image/
H A DMakefile16 $(TARGET_CROSS)objcopy -O binary -R .bss -R .note -R .comment \
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dvmlinux.lds.S358 .bss : {
361 *(.bss)
H A Dhead.S232 ; Clear .bss
245 ; save our parameter to devtree (after clearing .bss)
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi.c809 bss_t *bss; local
846 bss = wlan_find_node(&wmip->wmi_scan_table, bih->bssid);
847 if (bss != NULL) {
853 wlan_node_reclaim(&wmip->wmi_scan_table, bss);
856 bss = wlan_node_alloc(&wmip->wmi_scan_table, len);
857 if (bss == NULL) {
861 bss->ni_snr = bih->snr;
862 bss->ni_rssi = bih->rssi;
863 A_ASSERT(bss->ni_buf != NULL);
864 A_MEMCPY(bss
884 bss_t *bss; local
3800 wmi_node_return(struct wmi_t *wmip, bss_t *bss) argument
[all...]

Completed in 242 milliseconds