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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_acx.c456 struct acx_beacon_filter_ie_table *ie_table; local
463 ie_table = kzalloc(sizeof(*ie_table), GFP_KERNEL);
464 if (!ie_table) {
470 ie_table->num_ie = 0;
473 ie_table->table[idx++] = r->ie;
474 ie_table->table[idx++] = r->rule;
483 memcpy(&(ie_table->table[idx]), r->oui,
486 ie_table->table[idx++] = r->type;
487 memcpy(&(ie_table
[all...]
H A Dwl1251_acx.c526 struct acx_beacon_filter_ie_table *ie_table; local
532 ie_table = kzalloc(sizeof(*ie_table), GFP_KERNEL);
533 if (!ie_table) {
539 ie_table->num_ie = 1;
540 ie_table->table[idx++] = BEACON_FILTER_IE_ID_CHANNEL_SWITCH_ANN;
541 ie_table->table[idx++] = BEACON_RULE_PASS_ON_APPEARANCE;
544 ie_table, sizeof(*ie_table));
551 kfree(ie_table);
[all...]

Completed in 45 milliseconds