| 146 | static void adhoc_age(struct ieee80211_scan_state *); |
| 147 | |
| 148 | static __inline int |
| 149 | isocmp(const uint8_t cc1[], const uint8_t cc2[]) |
| 150 | { |
| 151 | return (cc1[0] == cc2[0] && cc1[1] == cc2[1]); |
| 152 | } |
| 153 | |
| 154 | /* number of references from net80211 layer */ |
| 155 | static int nrefs = 0; |