• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/

Lines Matching defs:network

42 	/* Switch to correct channel for this network */
141 /* do not associate to a network whose BSSBasicRateSet we cannot support */
154 /* if 'ANY' network requested, take any that doesn't have privacy enabled */
212 /* try to find the requested network in our list, if we found one already */
216 /* Search the ieee80211 networks for this network if we didn't find it by bssid,
226 /* we're supposed to find the network with
228 * any network with a specific ESSID, and many
242 /* we already had a matching network, so
267 /* We know of no such network. Let's scan.
268 * NB: this also happens if we had no memory to copy the network info...
280 dprintk(KERN_INFO PFX "Unable to find matching network after scan!\n");
299 /* we found a network! authenticate (if necessary) and associate to it. */
365 /* NOTE: the network parameter has to be mostly ignored by
371 struct ieee80211softmac_network *network = NULL;
385 network = ieee80211softmac_get_network_by_bssid_locked(mac, resp->header.addr3);
388 if (!network) {
400 network->erp_value = _ieee80211_network->erp_value;
405 ieee80211softmac_associated(mac, resp, network);
406 ieee80211softmac_call_events_locked(mac, IEEE80211SOFTMAC_EVENT_ASSOCIATED, network);
409 if (!network->auth_desynced_once) {
415 network->authenticated = 0;
417 network->auth_desynced_once = 1;
426 ieee80211softmac_call_events_locked(mac, IEEE80211SOFTMAC_EVENT_ASSOCIATE_FAILED, network);
472 struct ieee80211softmac_network *network;
477 network = ieee80211softmac_get_network_by_bssid(mac, resp->header.addr3);
478 if (!network) {
479 dprintkl(KERN_INFO PFX "reassoc request from unknown network\n");