Home
last modified time | relevance | path

Searched refs:fwdb_rule (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/net/wireless/
H A Dreg.c617 struct fwdb_rule { struct
663 struct fwdb_rule *rule = (void *)(data + (rule_ptr << 2)); in valid_rule()
669 if (rule->len < offsetofend(struct fwdb_rule, max_bw)) in valid_rule()
671 if (rule->len >= offsetofend(struct fwdb_rule, wmm_ptr)) { in valid_rule()
861 const struct fwdb_rule *rule, in set_wmm_rule()
905 struct fwdb_rule *rule = (void *)((u8 *)db + rule_ptr); in __regdb_query_wmm()
907 if (rule->len < offsetofend(struct fwdb_rule, wmm_ptr)) in __regdb_query_wmm()
964 struct fwdb_rule *rule = (void *)((u8 *)db + rule_ptr); in regdb_query_country()
989 if (rule->len >= offsetofend(struct fwdb_rule, cac_timeout)) in regdb_query_country()
992 if (rule->len >= offsetofend(struct fwdb_rule, wmm_ptr)) in regdb_query_country()