MCPcopy Create free account
hub / github.com/F-Stack/f-stack / isocmp

Function isocmp

freebsd/net80211/ieee80211_scan_sta.c:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146static void adhoc_age(struct ieee80211_scan_state *);
147
148static __inline int
149isocmp(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 */
155static int nrefs = 0;

Callers 2

sta_addFunction · 0.85
match_bssFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected