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

/drivers/net/wireless/
H A Dairo.c1122 static int PC4500_writerid(struct airo_info*, u16 rid, const void
1775 rc = PC4500_writerid(ai, RID_WEP_TEMP, wkr, sizeof(*wkr), lock);
1779 rc = PC4500_writerid(ai, RID_WEP_PERM, wkr, sizeof(*wkr), lock);
1793 return PC4500_writerid(ai, RID_SSID, pssidr, sizeof(*pssidr), lock);
1842 return PC4500_writerid( ai, RID_CONFIG, &cfgr, sizeof(cfgr), lock);
1857 return PC4500_writerid(ai, RID_APLIST, aplr, sizeof(*aplr), lock);
4181 static int PC4500_writerid(struct airo_info *ai, u16 rid, function
5145 /* This function wraps PC4500_writerid with a MAC disable */
5151 rc = PC4500_writerid(ai, rid, rid_data, len, 1);
7873 case AIROPWEPKEY: ridcode = RID_WEP_TEMP; writer = PC4500_writerid;
[all...]

Completed in 59 milliseconds